Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions columnphysics/icepack_snow.F90
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,9 @@ subroutine icepack_step_snow(dt, &
hsn(n) = vsnon(n)/aicen(n)
hin(n) = vicen(n)/aicen(n)
endif
do k = 1, nslyr
rsnw (k,n) = max(rsnw_fall, rsnw(k,n))
enddo
enddo

call update_snow_radius (dt, &
Expand Down