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 typeREVISION HISTORY:
Created by T CraigLOCAL VARIABLES: