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

RtmInput


INTERFACE:

   subroutine RtmInput(do_rtm, begg, endg, qflx_runoffg, qflx_snwcp_iceg)
DESCRIPTION:

Update RTM inputs.


USES:

     use domainMod       , only : ldomain
     use clm_varctl      , only : rtm_nsteps
     use clm_time_manager, only : get_step_size, get_nstep
ARGUMENTS:
     implicit none
     logical , intent(out) :: do_rtm
     integer , intent(in)  :: begg, endg                 ! per-proc gridcell ending gridcell indices
     real(r8), intent(in)  :: qflx_runoffg(begg:endg)    ! total runoff (mm H2O /s)
     real(r8), intent(in)  :: qflx_snwcp_iceg(begg:endg) ! excess snowfall due to snow capping (mm H2O /s)
CALLED FROM:
   subroutine rtmMap
REVISION HISTORY:
   Author: Sam Levis
LOCAL VARIABLES:




Erik Kluzek 2011-06-15