next up previous contents
Next: init_landunit_pstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_cflux_type   Contents

init_column_nflux_type


INTERFACE:

   subroutine init_column_nflux_type(beg, end, cnf)
DESCRIPTION:

Initialize column nitrogen flux variables


USES:

     use surfrdMod , only : crop_prog
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (column_nflux_type), intent(inout):: cnf
REVISION HISTORY:
   Created by Peter Thornton



Erik Kluzek 2011-06-15