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:

ARGUMENTS:
     implicit none
     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 2011-06-15