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

readMonthlyVegetation


INTERFACE:

   subroutine readMonthlyVegetation (fveg, months)
DESCRIPTION:

Read monthly vegetation data for two consec. months.


USES:

     use clmtype
     use decompMod   , only : get_proc_bounds
     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_pio   , only : ncd_io
     use shr_scam_mod, only : shr_scam_getCloseLatLon
     use netcdf
ARGUMENTS:
     implicit none
 
     character(len=*), intent(in) :: fveg  ! file with monthly vegetation data
     integer, intent(in) :: months(2)      ! months to be interpolated (1 to 12)
REVISION HISTORY:
   Created by Sam Levis
LOCAL VARIABLES:




Erik Kluzek 2011-06-15