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

lnd_chkAerDep_mct


INTERFACE:

   subroutine lnd_chkAerDep_mct( infodata )
DESCRIPTION:

Check infodata to see if aerosol deposition data is sent to the land model. If data is NOT sent, read in CLM version of datasets that have this information.

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


USES:

     use shr_const_mod    , only : spval => SHR_CONST_SPVAL
     use shr_sys_mod      , only : shr_sys_flush
     use clm_varctl       , only : iulog
     use clm_varctl       , only : set_caerdep_from_file, set_dustdep_from_file
     use abortutils       , only : endrun
     use seq_flds_indices , only : index_x2l_Faxa_bcphidry, index_x2l_Faxa_bcphodry, &
                                   index_x2l_Faxa_bcphiwet,                          &
                                   index_x2l_Faxa_ocphidry, index_x2l_Faxa_ocphodry, &
                                   index_x2l_Faxa_ocphiwet,                          &
                                   index_x2l_Faxa_dstdry1, index_x2l_Faxa_dstdry2,   &
                                   index_x2l_Faxa_dstdry3, index_x2l_Faxa_dstdry4,   &
                                   index_x2l_Faxa_dstwet1, index_x2l_Faxa_dstwet2,   &
                                   index_x2l_Faxa_dstwet3, index_x2l_Faxa_dstwet4
     use seq_infodata_mod , only : seq_infodata_type, seq_infodata_GetData
     use spmdMod          , only : masterproc
     implicit none
ARGUMENTS:
 
     type(seq_infodata_type),pointer :: infodata ! CCSM information from the driver
REVISION HISTORY:
   Author: Erik Kluzek



Erik Kluzek 2010-06-21