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

pftwt_interp (Source File: pftdynMod.F90)


INTERFACE:

   subroutine pftwt_interp( begp, endp )
DESCRIPTION:

Time interpolate cndv pft weights from annual to time step


USES:

     use clm_time_manager, only : get_curr_calday, get_curr_date, &
                                  get_days_per_year
     use clm_time_manager, only : get_step_size, get_nstep
     use clm_varcon      , only : istsoil ! CNDV incompatible with dynLU
     use clm_varctl      , only : finidat
ARGUMENTS:
     implicit none
     integer, intent(IN)  :: begp,endp                ! beg/end indices for land pfts



Erik Kluzek 2011-06-15