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
Tag name (required for release branches):
Originator(s): peverwhee
Description (include the issue title, and the keyword ['closes',
'fixes', 'resolves'] followed by the issue number):
Adds logic to check the initial_value `dycore` attribute, if present,
against the dycore. Hopefully also will be "easy" to add additional
attributes in the future.
The logic is:
- Will pick the initial_value entry with the "most" attribute matches
(which, right now, just means it'll pick the default if the dycore
doesn't match other entries or if there are no dycore-specific entries)
- Will error if there is a "tie" (multiple entries have the same number
of attribute matches)
Describe any changes made to build system:
**M src/data/generate_registry_data.py**
- check dycore attribute for initial_value, if present
- also update "dycore" to "dyn"
**M src/data/registry.xml**
- update "dycore" to "dyn"
**M src/data/registry_v1_0.xsd**
- update "dycore" to "dyn"
Describe any changes made to the namelist: none
List any changes to the defaults for the input datasets (e.g. boundary
datasets): none
List all files eliminated and why: none
List all files added and what they do: none
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/*.xml**
- add additional options for dycore initial_value attribute
**M test/unit/python/sample_files/*.F90**
- update expected files corresponding to .xml updates
**M test/unit/python/test_registry.py**
- change "dycore" to "dyn"
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: all PASS
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:
Copy file name to clipboardExpand all lines: src/data/registry.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -349,7 +349,7 @@
349
349
units="flag"type="logical">
350
350
<long_name>flag indicating if dynamical core energy is not consistent with CAM physics and to perform adjustment of temperature and temperature tendency</long_name>
0 commit comments