next up previous contents
Next: readMonthlyAerdep Up: Fortran: Module Interface aerdepMod Previous: aerdepini   Contents

interpMonthlyAerdep


INTERFACE:

   subroutine interpMonthlyAerdep ()
DESCRIPTION:

Determine if 2 new months of data are to be read.


USES:

     use clmtype
     use clm_atmlnd        , only : clm_a2l
     use clm_varctl        , only : faerdep
     use clm_time_manager  , only : get_curr_date, get_step_size, get_perp_date, is_perpetual
     use decompMod         , only : get_proc_bounds
     use shr_cal_mod       , only : shr_cal_ymd2eday
ARGUMENTS:
     implicit none
REVISION HISTORY:
      2009-Apr-17 B. Kauffman -- added multi-year time series functionality
    Adapted by Mark Flanner
 
   local pointers to implicit out arguments
     real(r8), pointer :: forc_aer(:,:)   ! aerosol deposition rate (kg/m2/s)
LOCAL VARIABLES:




Erik Kluzek 2010-06-21