next up previous contents
Next: init_pft_eflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_cstate_type   Contents

init_pft_nstate_type


INTERFACE:

   subroutine init_pft_nstate_type(beg, end, pns)
DESCRIPTION:

Initialize pft nitrogen state


USES:

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



Erik Kluzek 2011-06-15