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

RtmUpdateInput


INTERFACE:

   subroutine RtmUpdateInput(do_rtm)
DESCRIPTION:

Update RTM inputs.


USES:

     use clmtype        , only : clm3,nameg
     use domainMod      , only : ldomain
     use decompMod      , only : get_proc_bounds, get_proc_global
     use clm_varctl     , only : rtm_nsteps
     use clm_time_manager   , only : get_step_size, get_nstep
ARGUMENTS:
     implicit none
     logical , intent(out) :: do_rtm
CALLED FROM:
   subroutine rtmriverflux
REVISION HISTORY:
   Author: Sam Levis
LOCAL VARIABLES:
   local pointers to implicit in arguments
     integer , pointer :: cgridcell(:)         ! corresponding gridcell index for each column
     real(r8), pointer :: wtgcell(:)           ! weight (relative to gridcell) for each column (0-1)
     real(r8), pointer :: qflx_runoffg(:)      ! total runoff (mm H2O /s)
     real(r8), pointer :: qflx_snwcp_iceg(:)   ! excess snowfall due to snow capping (mm H2O /s)
   !OTHER LOCAL VARIABLES:



Erik Kluzek 2010-06-21