Skip to content

Commit

Permalink
Initialize dsnown to zero as it was
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Nov 15, 2024
1 parent 918aed6 commit aae2314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion columnphysics/icepack_therm_vertical.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2602,7 +2602,7 @@ subroutine icepack_step_therm1(dt, &
congeln(n) = c0
snoicen(n) = c0
l_dsnown = c0
if (present(dsnown)) l_dsnown = dsnown (n)
if (present(dsnown)) dsnown(n) = c0

Trefn = c0
Qrefn = c0
Expand Down

0 comments on commit aae2314

Please sign in to comment.