next up previous contents
Next: init_landunit_eflux_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_column_nflux_type   Contents

init_landunit_pstate_type


INTERFACE:

   subroutine init_landunit_pstate_type(beg, end, lps)
DESCRIPTION:

Initialize landunit physical state variables


ARGUMENTS:

     implicit none
     integer, intent(in) :: beg, end
     type (landunit_pstate_type), intent(inout):: lps
REVISION HISTORY:
   Created by Mariana Vertenstein



Erik Kluzek 2011-06-15