Skip to content

Commit

Permalink
More small fixes for v2.5.0 (#583)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Apr 24, 2024
1 parent b95a5be commit 8234008
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions docs/source/parameters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,7 @@ be overridden by parameters set in a ``[[subsection]``.
.. warning::
Note that some parameters will be overriden by defaults if you define them too high up in the inheritance hierarchy.

See `parameter defaults <https://github.com/E3SM-Project/zppy/blob/a86ddf711dbbef8bd8d5caab97f0b830da1e40e1/zppy/templates/default.ini>`_
on GitHub for a complete list of parameters and their default values.
See `this release's parameter defaults <https://github.com/E3SM-Project/zppy/blob/a86ddf711dbbef8bd8d5caab97f0b830da1e40e1/zppy/templates/default.ini>`_
on GitHub for a complete list of parameters and their default values.
You can also view the most up-to-date,
`unreleased parameter defaults <https://github.com/E3SM-Project/zppy/blob/main/zppy/templates/default.ini>`_.
1 change: 1 addition & 0 deletions tests/integration/template_complete_run.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ years = "1850:1854:2",
input_files = "elm.h0"
input_subdir = "archive/lnd/hist"
mapping_file = "glb"
years = "1850:1860:5",

[[ rof_monthly ]]
extra_vars = 'areatotal2'
Expand Down
2 changes: 1 addition & 1 deletion zppy/templates/default.ini
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ climo_diurnal_frequency = string(default="")
# climo_diurnal_input_files -- NOTE: this parameter is created internally
# Name of the subsection of `[climo]` to use for "diurnal_cycle" runs
climo_diurnal_subsection = string(default="")
# Name of the `[climo]` subtask for "diurnal_cycle" runs
# Name of the `[climo]` subtask
climo_subsection = string(default="")
# Path to observation data for "diurnal_cycle" runs
dc_obs_climo = string(default="")
Expand Down

0 comments on commit 8234008

Please sign in to comment.