-
Notifications
You must be signed in to change notification settings - Fork 339
Add a test for Mpasa3p75 #3413
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
Merged
Merged
Add a test for Mpasa3p75 #3413
Conversation
This file contains hidden or 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
ekluzek
commented
Aug 13, 2025
For testing I'm running the testlist: uhr_decomp_init which looks to me like all that I need to do for this one. |
…_exit_after_self_tests, change the self tests testmod so that its about initialization, this works with a compset with SATM, but hangs -- because nothing stops the run Conflicts: cime_config/testdefs/testmods_dirs/clm/run_self_tests/shell_commands
Conflicts: cime_config/testdefs/testmods_dirs/clm/run_self_tests/shell_commands
…urning off ncdio_pio testing for the purposes of decompInit work
… for speed and bypassing the run phase, and the part that turns the self tests on, so they can be used differently in the testlist
…and DEBUG tests that just run the self-tests
…urning off ncdio_pio testing for the purposes of decompInit work Conflicts: cime_config/testdefs/testmods_dirs/clm/run_self_tests/user_nl_clm
…are on main dev right now
…st be in the run_self_tests testmod
…layout so it's sequential all on the same 80 tasks
slevis-lmwg
reviewed
Aug 21, 2025
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.
@ekluzek before I approve, I posed a question or two.
slevis-lmwg
approved these changes
Aug 21, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bfb
bit-for-bit
enhancement
new capability or improved behavior of existing capability
performance
idea or PR to improve performance (e.g. throughput, memory)
testing
additions or changes to tests
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.
Description of changes
Add a PE layout and a testmod for running a mpasa3p75 test. Also add a specific test list for just doing this one test.
Specific notes
Contributors other than yourself, if any: @briandobbins
CTSM Issues Fixed (include github issue #):
Fixes #3375
Some work on decomp_init test lists as part of #2995 and for example #3276
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)? Just in the testmod
Does this create a need to change or add documentation? Did you do so? No No
Testing performed, if any: Have been running the one test in my other decompInit work