Skip to content

Commit

Permalink
Remove repeat ridging print (#446)
Browse files Browse the repository at this point in the history
  • Loading branch information
dabail10 authored Jul 25, 2023
1 parent 31877fb commit 66682a8
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions columnphysics/icepack_mechred.F90
Original file line number Diff line number Diff line change
Expand Up @@ -425,12 +425,7 @@ subroutine ridge_ice (dt, ndtd, &
! If done, exit. If not, prepare to ridge again.
!-----------------------------------------------------------------

if (iterate_ridging) then
if (niter > 1) then
write(warnstr,*) subname, 'Repeat ridging, niter =', niter+1
call icepack_warnings_add(warnstr)
endif
else
if (.not.iterate_ridging) then
exit rdg_iteration
endif

Expand Down

0 comments on commit 66682a8

Please sign in to comment.