next up previous contents
Next: domain_clean Up: Fortran: Module Interface domainMod Previous: Fortran: Module Interface domainMod   Contents

domain_init


INTERFACE:

   subroutine domain_init(domain,ni,nj,nbeg,nend,clmlevel)
DESCRIPTION:

This subroutine allocates and nans the domain type


USES:

ARGUMENTS:
     implicit none
     type(domain_type) :: domain        ! domain datatype
     integer           :: ni,nj         ! grid size, 2d
     integer,optional  :: nbeg,nend     ! beg/end indices
     character(len=*),optional:: clmlevel      ! grid type
REVISION HISTORY:
     Created by T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15