forked from ESMCI/cime
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merge CIME dev into main for EWv2.2 Release #10
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This update is based on existing code for cism but uses a python script rather than a shell script. The update is needed for use with GEOS-Chem chemistry so that run-time configuration files can be copied to the case directory upon case setup. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
This avoids a duplicate string formatting warning when using a linter. Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
Update performance baselines Add commit hash and date to baseline files Test suite: pytest --machine docker CIME/tests/test_unit* Test baseline: n/a Test namelist changes: n/a Test status: n/a Fixes n/a User interface changes?: N Update gh-pages html (Y/N)?: N
Signed-off-by: Lizzie Lundgren <elundgren@seas.harvard.edu>
Add --ignore-namelists to Jenkins scripts This is needed for performance tests launched by Jenkins scripts. Test suite: CIME/Tools/jenkins_generic_job Test baseline: n/a Test namelist changes: none Test status: bit for bit User interface changes?: none Update gh-pages html (Y/N)?: N
Add call in case_setup to run CAM python script
Fixes separating std and performance blessing When blessing performance diffs, the default hist and namelists would be run as well. This PR separates these, there is now two distinct blessing paths; standard (hist and namelists) and performance. Test suite: pytest CIME/tests/test_unit* Test baseline: n/a Test namelist changes: n/a Test status: n/a Fixes n/a User interface changes?: N Update gh-pages html (Y/N)?: N
- add more details to TestStatus logs for base, comp, threshold - append (not overwrite) to perf-baselines to keep history - record sha and date of new blesses
…chanism to checkout
…o remove_cprnc
Fix a string that should be raw The \ character was not intended to be escaping anything, so the string should have been raw. Test suite: pylint Test baseline: Test namelist changes: Test status: bit for bit Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?:
to 1.0.6
Update cprnc subm again to 1.0.6 Test suite: Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes?: Update gh-pages html (Y/N)?:
Test using dynamic container Fix workflow to always build containers (utilizes cache for speedup) Testing always uses newest container Fix recursion error from case.preview call for E3SM Test suite: Test baseline: Test namelist changes: Test status: [bit for bit, roundoff, climate changing] Fixes [CIME Github issue #] User interface changes? Update gh-pages html (Y/N)?:
Standalone component
Update to match upstream.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.