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

domain_check


INTERFACE:

   subroutine domain_check(domain)
DESCRIPTION:

This subroutine write domain info


USES:

ARGUMENTS:
     implicit none
     type(domain_type),intent(in)  :: domain        ! domain datatype
REVISION HISTORY:
     Created by T Craig
LOCAL VARIABLES:




Erik Kluzek 2011-06-15