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

init_column_wstate_type


INTERFACE:

   subroutine init_column_wstate_type(beg, end, cws)
DESCRIPTION:

Initialize column water state variables


USES:

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



Erik Kluzek 2011-06-15