Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
apcraig committed Jun 4, 2020
1 parent 4ef8054 commit c28b76d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions doc/source/user_guide/ug_case_settings.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ setup_nml

"", "", "", ""
"``bfbflag``", "string", "global sum methods", "``off``"
"", "off", "local reduction then global scalar sum",""
"", "lsum4", "local reduction with real*4 then global scalar sum",""
"", "lsum8", "local reduction with real*8 then global scalar sum",""
"", "lsum16", "local reduction with real*16 then global scalar sum",""
"", "ddpdd", "parallel double double algorithm",""
"", "reprosum", "fixed point double integer sum",""
"", "``off``", "local reduction then global scalar sum",""
"", "``lsum4``", "local reduction with real*4 then global scalar sum",""
"", "``lsum8``", "local reduction with real*8 then global scalar sum",""
"", "``lsum16``", "local reduction with real*16 then global scalar sum",""
"", "``ddpdd``", "parallel double double algorithm",""
"", "``reprosum``", "fixed point double integer sum",""
"``conserv_check``", "logical", "check conservation", "``.false.``"
"``cpl_bgc``", "logical", "couple bgc thru driver", "``.false.``"
"``days_per_year``", "integer", "number of days in a model year", "365"
Expand Down Expand Up @@ -129,7 +129,7 @@ setup_nml
"``ice_ic``", "string", "initial condition", "``default``"
"", "``default``", "latitude and sst dependent", ""
"", "``none``", "no ice", ""
"", "path/file", "restart file name", ""
"", "'path/file'", "restart file name", ""
"``incond_dir``", "string", "path to initial condition directory", "'./'"
"``incond_file``", "string", "output file prefix for initial condition", "‘iceh_ic’"
"``istep0``", "integer", "initial time step number", "0"
Expand Down

0 comments on commit c28b76d

Please sign in to comment.