next up previous contents index
Next: Module restDGVMMod (File: DGVMRestMod.F90) Up: Module ReproductionMod (File: DGVMReproductionMod.F90) Previous: Module ReproductionMod (File: DGVMReproductionMod.F90)   Contents   Index


Reproduction


INTERFACE:

   subroutine Reproduction(lbp, ubp, num_natvegp, filter_natvegp)
DESCRIPTION:

USES:
     use clmtype
ARGUMENTS:
     implicit none
     integer, intent(in) :: lbp, ubp                  ! pft bounds
     integer, intent(in) :: num_natvegp               ! number of naturally-ve
     integer, intent(in) :: filter_natvegp(ubp-lbp+1) ! pft filter for natural
CALLED FROM:
REVISION HISTORY:
   Author: Sam Levis (adapted from Stephen Sitch's LPJ subr. reproduction)
LOCAL VARIABLES:
   local pointers to implicit inout arguments
     real(r8), pointer :: litter_ag(:)        ! above ground litter
     real(r8), pointer :: bm_inc(:)           ! biomass increment



Mariana Vertenstein 2004-06-21