next up previous contents
Next: pftdyn_getdata (Source File: pftdynMod.F90) Up: Fortran: Module Interface pftdynMod Previous: pftdyn_init (Source File: pftdynMod.F90)   Contents

pftdyn_interp (Source File: pftdynMod.F90)


INTERFACE:

   subroutine pftdyn_interp()
DESCRIPTION:

Time interpolate dynamic landuse data to get pft weights for model time Note that harvest data are stored as rates (not weights) and so time interpolation is not necessary - the harvest rate is held constant through the year. This is consistent with the treatment of changing PFT weights, where interpolation of the annual endpoint weights leads to a constant rate of change in PFT weight through the year, with abrupt changes in the rate at annual boundaries. This routine is still used to get the next harvest time slice, when needed. This routine is also used to turn off the harvest switch when the model year runs past the end of the dynpft time series.


USES:

     use clm_time_manager, only : get_curr_date, get_curr_calday, &
                                  get_days_per_year
     use clm_varcon      , only : istsoil
     use clm_varcon      , only : istcrop
     use clm_varpar      , only : numpft
     implicit none
LOCAL VARIABLES:




Erik Kluzek 2011-06-15