next up previous contents
Next: Fortran: Module Interface abortutils Up: Fortran: Module Interface lnd_comp_mct Previous: rof_domain_mct   Contents

rof_export_mct


INTERFACE:

   subroutine rof_export_mct( r2x_r)
DESCRIPTION:

Send the runoff model export state to the CCSM coupler

--------------------------------------


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
     use RunoffMod   , only : runoff, nt_rtm, rtm_tracers
     use abortutils  , only : endrun
     use clm_varctl  , only : iulog
     use mct_mod     , only : mct_aVect
     use seq_flds_indices
     implicit none
ARGUMENTS:
     type(mct_aVect), intent(inout) :: r2x_r  ! Runoff to coupler export state
REVISION HISTORY:
   Author: Mariana Vertenstein



Erik Kluzek 2010-06-21