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

lnd_export_mct


INTERFACE:

   subroutine lnd_export_mct( l2a, l2x_l )
DESCRIPTION:

Convert the data to be sent from the clm model to the coupler from clm data types to MCT data types.

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


USES:

     use shr_kind_mod       , only : r8 => shr_kind_r8
     use clm_time_manager   , only : get_nstep  
     use clm_atmlnd         , only : lnd2atm_type
     use domainMod          , only : adomain
     use decompMod          , only : get_proc_bounds_atm, adecomp
     use seq_drydep_mod     , only : n_drydep
     use seq_flds_indices
     implicit none
ARGUMENTS:
     type(lnd2atm_type), intent(inout) :: l2a     ! clm land to atmosphere exchange data type
     type(mct_aVect)   , intent(inout) :: l2x_l   ! Land to coupler export state on land grid
REVISION HISTORY:
   Author: Mariana Vertenstein



Erik Kluzek 2010-06-21