INTERFACE:
subroutine init_column_wstate_type(beg, end, cws)DESCRIPTION:
Initialize column water state variables
USES:
use clm_varcon, only : spvalARGUMENTS:
implicit none integer, intent(in) :: beg, end type (column_wstate_type), intent(inout):: cws !column water stateREVISION HISTORY:
Created by Mariana Vertenstein