Skip to content

Commit

Permalink
Revert "Don't set t_soisno below freezing when FATES is on"
Browse files Browse the repository at this point in the history
This reverts commit 04167dc.
  • Loading branch information
olyson committed Feb 23, 2024
1 parent 04167dc commit afef737
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/biogeophys/TemperatureType.F90
Original file line number Diff line number Diff line change
Expand Up @@ -741,11 +741,7 @@ subroutine InitCold(this, bounds, &
end if
end if
else
if (use_fates) then
this%t_soisno_col(c,1:nlevgrnd) = 274._r8
else
this%t_soisno_col(c,1:nlevgrnd) = 272._r8
end if
this%t_soisno_col(c,1:nlevgrnd) = 272._r8
if (use_excess_ice .and. (lun%itype(l) == istsoil .or. lun%itype(l) == istcrop)) then
this%t_soisno_col(c,1:nlevgrnd) = SHR_CONST_TKFRZ - 5.0_r8 !needs to be below freezing to properly initiate excess ice
end if
Expand Down

0 comments on commit afef737

Please sign in to comment.