Skip to content

Commit

Permalink
doc: correct default value of 'maxits_nonlin'
Browse files Browse the repository at this point in the history
The "Table of namelist options" in the user guide lists 'maxits_nonlin'
as having a default value of 1000, whereas its actual default is 4, both
in the namelist and in 'ice_init.F90'. This has been the case since the
original implementation of the implicit solver in f7fd063 (dynamics: add
implicit VP solver (CICE-Consortium#491), 2020-09-22).

Fix the documentation.
  • Loading branch information
phil-blain committed Oct 17, 2022
1 parent 782d19e commit 5263344
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/user_guide/ug_case_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ dynamics_nml
"``k1``", "real", "1st free parameter for landfast parameterization", "7.5"
"``k2``", "real", "2nd free parameter (N/m\ :math:`^3`) for landfast parameterization", "15.0"
"``maxits_fgmres``", "integer", "maximum number of restarts for FGMRES solver", "1"
"``maxits_nonlin``", "integer", "maximum number of nonlinear iterations for VP solver", "1000"
"``maxits_nonlin``", "integer", "maximum number of nonlinear iterations for VP solver", "4"
"``maxits_pgmres``", "integer", "maximum number of restarts for PGMRES preconditioner", "1"
"``monitor_fgmres``", "logical", "write velocity norm at each FGMRES iteration", "``.false.``"
"``monitor_nonlin``", "logical", "write velocity norm at each nonlinear iteration", "``.false.``"
Expand Down

0 comments on commit 5263344

Please sign in to comment.