INTERFACE:
subroutine init_column_pstate_type(beg, end, cps)DESCRIPTION:
Initialize column physical state variables
USES:
use clm_varcon, only : spvalARGUMENTS:
implicit none
integer, intent(in) :: beg, end
type (column_pstate_type), intent(inout):: cps
REVISION HISTORY:
Created by Mariana Vertenstein