Skip to content

Commit

Permalink
fix compiling error for gnu
Browse files Browse the repository at this point in the history
  • Loading branch information
JiliDong-NOAA committed Dec 19, 2023
1 parent 2ceb88b commit 8941516
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/clm_lake.f90
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ SUBROUTINE clm_lake_run( &
snowd(i) = snodi(c) ! surface_snow_thickness_water_equivalent_over_ice


if (icy(i) .eq. .false.) then
if (.not. icy(i)) then
lake_freeze(i)=.true.
end if

Expand Down

0 comments on commit 8941516

Please sign in to comment.