Skip to content

Commit

Permalink
Reload dsnow and dsnown
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 committed Nov 12, 2024
1 parent acd3afb commit 918aed6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions columnphysics/icepack_therm_vertical.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2932,6 +2932,8 @@ subroutine icepack_step_therm1(dt, &

endif

if (present(dsnown )) dsnown(n) = l_dsnown

enddo ! ncat

!-----------------------------------------------------------------
Expand All @@ -2957,6 +2959,7 @@ subroutine icepack_step_therm1(dt, &

if (present(meltsliqn )) meltsliqn = l_meltsliqn
if (present(meltsliq )) meltsliq = l_meltsliq
if (present(dsnow )) dsnow = l_dsnow

!-----------------------------------------------------------------
! Calculate ponds from the topographic scheme
Expand Down

0 comments on commit 918aed6

Please sign in to comment.