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

rof_SetgsMap_mct


INTERFACE:

   subroutine rof_SetgsMap_mct( mpicom_l, LNDID, gsMap_r )
DESCRIPTION:

Set the MCT GS map for the runoff model

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


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
     use clm_varpar  , only : rtmlon, rtmlat
     use RunoffMod   , only : runoff
     use abortutils  , only : endrun
     use clm_varctl  , only : iulog
     use mct_mod     , only : mct_gsMap, mct_gsMap_init
     implicit none
ARGUMENTS:
     integer        , intent(in)  :: mpicom_l    ! MPI communicator for land model
     integer        , intent(in)  :: LNDID       ! Land model identifier
     type(mct_gsMap), intent(out) :: gsMap_r     ! MCT GS map for runoff model data
REVISION HISTORY:
   Author: Mariana Vertenstein



Erik Kluzek 2010-06-21