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

lnd_import_mct


INTERFACE:

   subroutine lnd_import_mct( x2l_l, a2l )
DESCRIPTION:

Convert the input data from the coupler to the land model from MCT import state into internal clm data types.

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


USES:

     use shr_kind_mod    , only: r8 => shr_kind_r8
     use clm_atmlnd      , only: atm2lnd_type
     use clm_varctl      , only: co2_type, co2_ppmv
     use clm_varcon      , only: rair, o2_molar_const
 #if (defined C13)
     use clm_varcon      , only: c13ratio
 #endif
     use shr_const_mod   , only: SHR_CONST_TKFRZ
     use decompMod       , only: get_proc_bounds_atm
     use abortutils      , only: endrun
     use clm_varctl      , only : set_caerdep_from_file, set_dustdep_from_file
     use clm_varctl      , only: iulog
     use mct_mod         , only: mct_aVect
     use seq_flds_indices
     implicit none
ARGUMENTS:
     type(mct_aVect)   , intent(inout) :: x2l_l   ! Driver MCT import state to land model
     type(atm2lnd_type), intent(inout) :: a2l     ! clm internal input data type
REVISION HISTORY:
   Author: Mariana Vertenstein
   27 February 2008: Keith Oleson; Forcing height change



Erik Kluzek 2010-06-21