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

pftdyn_getharvest (Source File: pftdynMod.F90)


INTERFACE:

   subroutine pftdyn_getharvest(ntime, begg, endg)
DESCRIPTION:

Obtain harvest data


USES:

     use clm_varpar  , only : lsmlon, lsmlat
ARGUMENTS:
     implicit none
     include 'netcdf.inc'
     integer , intent(in)  :: ntime
     integer , intent(IN)  :: begg     ! beg indices for land gridcells
     integer , intent(IN)  :: endg     ! end indices for land gridcells
LOCAL VARIABLES:




Erik Kluzek 2010-06-21