Skip to content

Commit

Permalink
increased a number of iterations in solver for non-linear viscosity
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaSergienko committed Jun 17, 2021
1 parent 13f5e12 commit 457c499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ice_shelf/MOM_ice_shelf_dynamics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -959,7 +959,7 @@ subroutine ice_shelf_solve_outer(CS, ISS, G, US, u_shlf, v_shlf,taudx,taudy, ite

!! begin loop

do iter=1,100
do iter=1,400

call ice_shelf_solve_inner(CS, ISS, G, US, u_shlf, v_shlf, taudx, taudy, H_node, float_cond, &
ISS%hmask, conv_flag, iters, time, Phi, Phisub)
Expand Down

0 comments on commit 457c499

Please sign in to comment.