forked from ESMCI/cime
-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add compatibility with new dglc component in cdeps #75
Closed
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
update instructions for building cprnc with cmake
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 <[email protected]>
This avoids a duplicate string formatting warning when using a linter. Signed-off-by: Lizzie Lundgren <[email protected]>
Updates performance baselines Updates how performance baselines are created and compared. Before Baseline generation stores cpl.log Comparison parses baseline and testcase cpl.log and compares throughput/memory --check-throughput and --check-memory will PASS even if MEMCOMP or TPUTCOMP fail bless_test_results --hist-only will update the baseline cpl.log After Baseline generation stores throughput in cpl-tput.log and memory usage in cpl-mem.log Comparison parses testcase cpl.log and compares the baselines respective files --check-throughput and --check-memory will DIFF if MEMCOMP or TPUTCOMP fail bless_test_results now has --tput-only and --mem-only to bless individual performance DIFF Fixes logging throughput/memory comparison results in TestStatus.log Allows generation/comparison to be customized by the coupler Test suite: pytest -vvv CIME/tests Test baseline: n/a Test namelist changes: n/a Test status: n/a Fixes E3SM-Project/E3SM#5885 User interface changes?: N Update gh-pages html (Y/N)?: N
Remove deprecated 'distutils' package from ParamGen.
Jenkins_generic_job: Add --save-timing Test suite: scripts_regression_tests.py test_sys_jenkins_generic_job.TestJenkinsGenericJob 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
…c_tests E3SMv3 atmosphere model default configuration is changed to use 80 vertical levels. The atm initial conditions for PGN and TSC with ne4 grid need to be updated with those from an EAMv3-based F2010 run. The land initial conditions are also replaced from the same run. [NBFB] for PGN and TSC tests. Baseline comparison will have an exception as the number of vertical levels in atm history output files differs Test suite: chrysalis_atm_nbfb Test baseline: chrys/intel/master Test namelist changes: atm and lnd ICs (ncdata and finidat) Test status: [bit for bit, roundoff, climate changing]: climate changing for these specific tests.
cime6.0.218
gold2718
approved these changes
May 8, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note: This PR has 208 "changed" files, however, those changes are almost all due to changes in ESMCI/cime. This PR differs only in:
- .gitmodules: Use https instead of ssh (git@) so that a GitHub account with credentials is not required
- CIME/data/config/cesm/config_files.xml: Remove MCT and add BLOM and WW3.
@gold2718 - I think this PR is no longer needed. We are way past this point in noresm2_5_alpha04. Can I close it? |
Close as no longer needed. |
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.
Update to cime6.0.218 and compatibility with new dglc component in cdeps
Test suite: prealpha_noresm
Test baseline: No
Test namelist changes: No
Test status: tests pass, new baselines generated (hashes are part of noresm2_5_alpha02 externals)
Fixes: none
User interface changes?: No
Update gh-pages html (Y/N)?: No