next up previous contents
Next: Fortran: Module Interface VOCEmissionMod Up: Fortran: Module Interface STATICEcosysDynMod Previous: interpMonthlyVeg   Contents

readMonthlyVegetation


INTERFACE:

   subroutine readMonthlyVegetation (fveg, kmo, kda, months)
DESCRIPTION:

Read monthly vegetation data for two consec. months.


USES:

     use clmtype
     use decompMod   , only : get_proc_bounds, ldecomp, gsmap_lnd_gdc2glo
     use clm_varpar  , only : lsmlon, lsmlat, numpft
     use pftvarcon   , only : noveg
     use fileutils   , only : getfil
     use spmdMod     , only : masterproc, mpicom, MPI_REAL8, MPI_INTEGER
     use clm_time_manager, only : get_nstep
     use ncdio       , only : check_ret,ncd_iolocal
     use netcdf
ARGUMENTS:
     implicit none
 
     character(len=*), intent(in) :: fveg  ! file with monthly vegetation data
     integer, intent(in) :: kmo            ! month (1, ..., 12)
     integer, intent(in) :: kda            ! day of month (1, ..., 31)
     integer, intent(in) :: months(2)      ! months to be interpolated (1 to 12)
REVISION HISTORY:
   Created by Sam Levis
LOCAL VARIABLES:




Erik Kluzek 2010-06-21