next up previous contents
Next: init_gridcell_efstate_type Up: Fortran: Module Interface clmtypeInitMod Previous: init_gridcell_dgvstate_type   Contents

init_gridcell_pstate_type


INTERFACE:

   subroutine init_gridcell_pstate_type(beg, end, gps)
DESCRIPTION:

Initialize gridcell physical state variables


ARGUMENTS:

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



Erik Kluzek 2011-06-15