next up previous contents
Next: Fortran: Module Interface areaMod Up: Fortran: Module Interface aerdepMod Previous: interpMonthlyAerdep   Contents

readMonthlyAerdep


INTERFACE:

   subroutine readMonthlyAerdep (faer, n1, n2 )
DESCRIPTION:

Read monthly aerosol deposition data for two consec. months.


USES:

     use clmtype
     use decompMod   , only : get_proc_bounds
     use clm_varpar  , only : lsmlon, lsmlat
     use clm_time_manager, only : get_nstep
ARGUMENTS:
     implicit none
     include 'netcdf.inc'
     character(len=*), intent(in) :: faer       ! file with monthly aerosol deposition
     integer, intent(in)          :: n1,n2      ! time index for samples 1 & 2
REVISION HISTORY:
   Adapted by Mark Flanner
   local pointers to implicit out arguments
LOCAL VARIABLES:




Erik Kluzek 2010-06-21