next up previous contents
Next: Rtmriverflux 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
     use areaMod      , only : celledge, cellarea, map_setmapsAR
     use clm_varctl   , only : frivinp_rtm
     use clm_varctl   , only : rtm_nsteps
     use decompMod    , only : get_proc_bounds, get_proc_global, ldecomp
     use decompMod    , only : gsMap_lnd_gdc2glo
     use clm_time_manager, only : get_curr_date
     use clm_time_manager, only : get_step_size
     use clmtype      , only : grlnd
     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 2010-06-21