Skip to content

Commit

Permalink
doc: correct 'Pstar' units
Browse files Browse the repository at this point in the history
'Pstar' was added to the namelist in c9cfebd (add Pstar and Cstar to
namelist (CICE-Consortium#475), 2020-06-26), but the wrong units were added to the
documentation (N/m instead of N/m^2).

Fix that.

Reported-by: Jean-François Lemieux <jean-francois.lemieux@canada.ca>
  • Loading branch information
phil-blain committed Jun 29, 2020
1 parent c9cfebd commit 48e7b01
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 @@ -339,7 +339,7 @@ dynamics_nml
"``k2``", "real", "2nd free parameter (N/m^3) for landfast parameterization", "15.0"
"``mu_rdg``", "real", "e-folding scale of ridged ice for ``krdg_partic`` = 1 in m^0.5", "3.0"
"``ndte``", "integer", "number of EVP subcycles", "120"
"``Pstar``", "real", "constant in Hibler strength formula (N/m)", "2.75e4"
"``Pstar``", "real", "constant in Hibler strength formula (N/m\ :math:`^2`)", "2.75e4"
"``revised_evp``", "logical", "use revised EVP formulation", "``.false.``"
"``threshold_hw``", "real", "Max water depth for grounding (see :cite:`Amundrud04`)", "30."
"``yield_curve``", "``ellipse``", "elliptical yield curve", "``ellipse``"
Expand Down

0 comments on commit 48e7b01

Please sign in to comment.