next up previous contents
Next: rof_SetgsMap_mct Up: Fortran: Module Interface lnd_comp_mct Previous: lnd_import_mct   Contents

lnd_domain_mct


INTERFACE:

   subroutine lnd_domain_mct( lsize, gsMap_l, dom_l )
DESCRIPTION:

Send the land model domain information to the coupler

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


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
     use clm_varcon  , only : re
     use domainMod   , only : adomain
     use decompMod   , only : get_proc_bounds_atm, adecomp
     use spmdMod     , only : iam
     use mct_mod     , only : mct_gsMap, mct_gGrid, mct_gGrid_importIAttr, &
                              mct_gGrid_importRAttr, mct_gGrid_init,       &
                              mct_gsMap_orderedPoints
     use seq_flds_mod
     implicit none
ARGUMENTS:
     integer        , intent(in)    :: lsize     ! land model domain data size
     type(mct_gsMap), intent(inout) :: gsMap_l   ! Output land model MCT GS map
     type(mct_ggrid), intent(out)   :: dom_l     ! Output domain information for land model
REVISION HISTORY:
   Author: Mariana Vertenstein



Erik Kluzek 2010-06-21