next up previous contents
Next: lnd_chkAerDep_mct Up: Fortran: Module Interface lnd_comp_mct Previous: lnd_final_mct   Contents

lnd_SetgsMap_mct


INTERFACE:

   subroutine lnd_SetgsMap_mct( mpicom_lnd, LNDID, gsMap_lnd )
  -------------------------------------------------------------------
DESCRIPTION:

Set the MCT GS map for the land model

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


USES:

     use shr_kind_mod , only : r8 => shr_kind_r8
     use decompMod    , only : get_proc_bounds_atm, adecomp
     use domainMod    , only : adomain
     use mct_mod      , only : mct_gsMap, mct_gsMap_init
     implicit none
ARGUMENTS:
     integer        , intent(in)  :: mpicom_lnd    ! MPI communicator for the clm land model
     integer        , intent(in)  :: LNDID         ! Land model identifyer number
     type(mct_gsMap), intent(out) :: gsMap_lnd     ! Resulting MCT GS map for the land model
REVISION HISTORY:
   Author: Mariana Vertenstein



Erik Kluzek 2010-06-21