Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed May 25, 2020
1 parent 7fbea6f commit 08c7122
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion doc/source/cice_index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ either Celsius or Kelvin units).
"coldsnow", "value for constant albedo parameterization", "0.81"
"conduct", ":math:`\bullet` conductivity parameterization", ""
"congel", "basal ice growth", "m"
"conserv_check", "if true, check conservation when ridging", ""
"conserv_check", "if true, check conservation", ""
"cosw", "cosine of the turning angle in water", "1."
"coszen", "cosine of the zenith angle", ""
"Cp", "proportionality constant for potential energy", "kg/m\ :math:`^2`/s\ :math:`^2`"
Expand Down
4 changes: 2 additions & 2 deletions doc/source/user_guide/ug_case_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ to support the CICE model.
"ICE_QUEUE", "string", "batch queue name", "set by cice.setup or by default"
"ICE_THREADED", "true, false", "force threading in compile, will always compile threaded if ICE_NTHRDS :math:`> 1`", "false"
"ICE_BLDDEBUG", "true, false", "turn on compile debug flags", "false"

"ICE_CODECOV", "true,false", "turn on code coverage flags", "false"


.. _tabnamelist:
Expand Down Expand Up @@ -123,7 +123,7 @@ Table of namelist options
"\*","``diag_type``", "``stdout``", "write diagnostic output to stdout", ""
"","", "``file``", "write diagnostic output to file", ""
"","``diag_file``", "filename", "diagnostic output file (script may reset)", ""
"","``conserv_check``", "true/false", "check conservation in ridging", "``.false.``"
"","``conserv_check``", "true/false", "check conservation", "``.false.``"
"","``print_global``", "true/false", "print diagnostic data, global sums", "``.false.``"
"","``print_points``", "true/false", "print diagnostic data for two grid points", "``.false.``"
"","``latpnt``", "real", "latitude of (2) diagnostic points", ""
Expand Down
2 changes: 1 addition & 1 deletion doc/source/user_guide/ug_troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ conflicts in module dependencies.
due to gathering data from processors.

`conserv\_check` = true (**ice\_in**)
Diagnoses conservation in ice ridging.
Diagnoses conservation in various algorithms.

*global\_minval, global\_maxval, global\_sum* (**ice\_global\_reductions.F90**)
Compute and print the minimum and maximum values for an individual
Expand Down

0 comments on commit 08c7122

Please sign in to comment.