next up previous contents index
Next: init_column_cstate_type Up: Module clmtypeInitMod (File: clmtypeInitMod.F90) Previous: init_column_estate_type   Contents   Index


init_column_wstate_type


INTERFACE:

   subroutine init_column_wstate_type(beg, end, cws)
DESCRIPTION:

   Initialize column water state variables
ARGUMENTS:
     implicit none
     integer, intent(in) :: beg, end
     type (column_wstate_type), intent(inout):: cws !column water state
REVISION HISTORY:
   Created by Mariana Vertenstein



Mariana Vertenstein 2004-06-21