next up previous contents
Next: RtmMap Up: Fortran: Module Interface RtmMod Previous: Fortran: Module Interface RtmMod   Contents

Rtmini


INTERFACE:

   subroutine Rtmini
DESCRIPTION:

Initialize RTM grid, mask, decomp


USES:

     use shr_const_mod, only : SHR_CONST_PI
     use domainMod    , only : llatlon,ldomain,domain_check, &
                               latlon_type, latlon_init, latlon_clean
     use RtmMapMod    , only : celledge, map_setmapsAR
     use clm_varctl   , only : frivinp_rtm, rtm_nsteps
     use decompMod    , only : get_proc_bounds, ldecomp, gsMap_lnd_gdc2glo
     use clmtype      , only : grlnd
     use ncdio_pio    , only : ncd_pio_openfile, ncd_pio_closefile, ncd_io, &
                               ncd_inqdid, ncd_inqdlen, file_desc_t
     use fileutils    , only : getfil
     use spmdGathScatMod
ARGUMENTS:
     implicit none
CALLED FROM:
   subroutine initialize in module initializeMod
REVISION HISTORY:
   Author: Sam Levis
   Update: T Craig, Dec 2006
LOCAL VARIABLES:




Erik Kluzek 2011-06-15