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

init_pft_estate_type


INTERFACE:

   subroutine init_pft_estate_type(beg, end, pes)
DESCRIPTION:

Initialize pft energy state


USES:

     use clm_varcon, only : spval
     use surfrdMod, only : crop_prog
   !AGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (pft_estate_type), intent(inout):: pes
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15