You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Base namelist dimension names on corresponding variable name (#437)
Tag name (required for release branches):
Originator(s): @nusbaume
Description (include the issue title, and the keyword ['closes',
'fixes', 'resolves'] followed by the issue number):
This PR changes how the standard name for a namelist variable dimension
is generated, with the standard name now based off the corresponding
namelist variable name, plus an additional numerical suffix included for
any additional dimensions needed for that particular namelist variable.
This PR also makes all namelist variable dimensions public, and thus
directly accessible by CCPP-ized physics schemes.
Fixes#436
Describe any changes made to build system:
M cime_config/create_readnl_files.py
- Change namelist variable dimension naming convention, and make all
dimensions public. Also update doctests.
Describe any changes made to the namelist: N/A
List any changes to the defaults for the input datasets (e.g. boundary
datasets): N/A
List all files eliminated and why: N/A
List all files added and what they do: N/A
List all existing files that have been modified, and describe the
changes:
(Helpful git command: `git diff --name-status
development...<your_branch_name>`)
M test/unit/python/sample_files/namelist_files/kumquat_namelist.F90
M test/unit/python/sample_files/namelist_files/kumquat_namelist.meta
- Update unit test files to expect new namelist variable dimension
standard names and Fortran declarations.
M .lib/git-fleximod/README.md
M .lib/git-fleximod/git_fleximod/cli.py
M .lib/git-fleximod/git_fleximod/submodule.py
M .lib/git-fleximod/pyproject.toml
M .lib/git-fleximod/tbump.toml
- Update git-fleximod to version 1.0.3
M .github/workflows/branch_push_workflow.yml
M .github/workflows/fleximod_test.yaml
M .github/workflows/python_unit_tests.yml
M .github/workflows/source_code_lint.yml
- Update checkout and setup-python to versions 5 and 6, respectively.
If there are new failures (compared to the
`test/existing-test-failures.txt` file),
have them OK'd by the gatekeeper, note them here, and add them to the
file.
If there are baseline differences, include the test and the reason for
the
diff. What is the nature of the change? Roundoff?
derecho/intel/aux_sima: No new test failures (only expected multitape
failure)
derecho/gnu/aux_sima: ALL PASS
If this changes climate describe any run(s) done to evaluate the new
climate in enough detail that it(they) could be reproduced:
CAM-SIMA date used for the baseline comparison tests if different than
latest:
0 commit comments