next up previous contents
Next: init_pft_vflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_pft_cflux_type   Contents

init_pft_nflux_type


INTERFACE:

   subroutine init_pft_nflux_type(beg, end, pnf)
DESCRIPTION:

Initialize pft nitrogen flux variables


USES:

     use surfrdMod , only : crop_prog
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (pft_nflux_type), intent(inout) :: pnf
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15