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 LevisLOCAL VARIABLES: