Skip to content

Commit 64cdffd

Browse files
committed
Replaced istice with istice_mec
The two are equivalent. istice is the result of refactoring in CTSM: ESCOMP/CTSM@1fa503e
1 parent 151c52f commit 64cdffd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/clm5/biogeophys/SoilTemperatureMod.F90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ subroutine SoilThermProp (bounds, num_nolakec, filter_nolakec, &
719719
l = col%landunit(c)
720720

721721
! Select method over glacier land unit
722-
if (lun%itype(l) == istice) then
722+
if (lun%itype(l) == istice_mec) then
723723
select case (snow_thermal_cond_glc_method)
724724
! TODO, this code duplication isn't ideal and should likely be in it's own subroutine
725725
case('Jordan1991')

0 commit comments

Comments
 (0)