next up previous contents
Next: init_column_eflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_cstate_type   Contents

init_column_nstate_type


INTERFACE:

   subroutine init_column_nstate_type(beg, end, cns)
DESCRIPTION:

Initialize column nitrogen state variables


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (column_nstate_type), intent(inout):: cns
REVISION HISTORY:
   Created by Peter Thornton



Erik Kluzek 2011-06-15