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

rof_domain_mct


INTERFACE:

   subroutine rof_domain_mct( lsize, gsMap_r, dom_r )
DESCRIPTION:

Send the runoff model domain information to the coupler

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


USES:

     use shr_kind_mod, only : r8 => shr_kind_r8
     use clm_varcon  , only : re
     use RunoffMod   , only : runoff
     use abortutils  , only : endrun
     use clm_varctl  , only : iulog
     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
     use seq_flds_indices
     implicit none
ARGUMENTS:
     integer        , intent(in)    :: lsize       ! Size of runoff domain information
     type(mct_gsMap), intent(inout) :: gsMap_r     ! Output MCT GS map for runoff model
     type(mct_ggrid), intent(out)   :: dom_r       ! Domain information from the runoff model
REVISION HISTORY:
   Author: Mariana Vertenstein



Erik Kluzek 2010-06-21