INTERFACE:
subroutine init_column_estate_type(beg, end, ces)DESCRIPTION:
Initialize column energy state variables
USES:
use clm_varcon, only : spvalARGUMENTS:
implicit none
integer, intent(in) :: beg, end
type (column_estate_type), intent(inout):: ces
REVISION HISTORY:
Created by Mariana Vertenstein