next up previous contents
Next: init_pft_nstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_wstate_type   Contents

init_pft_cstate_type


INTERFACE:

   subroutine init_pft_cstate_type(beg, end, pcs)
DESCRIPTION:

Initialize pft carbon state


USES:

     use surfrdMod, only : crop_prog
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (pft_cstate_type), intent(inout):: pcs !pft carbon state
REVISION HISTORY:
   Created by Peter Thornton



Erik Kluzek 2011-06-15