-
Notifications
You must be signed in to change notification settings - Fork 157
cam6_4_095: Update CAM testing. Bugfix for config_component.xml #1316
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
Changes from 8 commits
Commits
Show all changes
9 commits
Select commit
Hold shift + click to select a range
4b02b74
modify outfrq9s_mpasa120
brian-eaton eb912d9
add mpasa120 test
brian-eaton 12f615e
add conditional to calc_frontogenesis
brian-eaton bc5cee0
modify MPAS frontogenesisAngle calc as done in SE
brian-eaton 550e03b
update MPAS testing; bugfix in config_component.xml
brian-eaton a02a4ae
merge to cam6_4_094
brian-eaton 4fcb0cd
update to cime6.1.102
brian-eaton fb25be4
update cime submodule
brian-eaton 134f880
update ChangeLog
brian-eaton File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
Submodule cime
updated
15 files
+1 −1 | .pre-commit-config.yaml | |
+4 −1 | CIME/BuildTools/configure.py | |
+1 −1 | CIME/XML/archive_base.py | |
+12 −7 | CIME/XML/env_batch.py | |
+13 −1 | CIME/XML/files.py | |
+7 −2 | CIME/build.py | |
+1 −1 | CIME/case/check_input_data.py | |
+2 −2 | CIME/data/config/xml_schemas/config_machines_version3.xsd | |
+4 −0 | CIME/data/templates/gitignore.template | |
+1 −1 | CIME/non_py/cprnc | |
+1 −1 | CIME/non_py/src/timing/perf_mod.F90 | |
+79 −74 | CIME/test_scheduler.py | |
+49 −0 | CIME/tests/test_unit_configure.py | |
+77 −0 | CIME/tests/test_unit_fake_case.py | |
+262 −0 | CIME/tests/test_unit_xml_env_batch.py |
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
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
1 change: 1 addition & 0 deletions
1
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa120/user_nl_clm
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
hist_nhtfrq = 9 | ||
hist_mfilt = 1 | ||
hist_ndens = 1 | ||
flanduse_timeseries = '' |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,3 +4,4 @@ nhtfrq=9,9,9,9,9,9 | |
inithist='ENDOFRUN' | ||
mpas_cam_coef=1.0D0 | ||
mpas_cam_damping_levels=3 | ||
pertlim = 1.e-14 |
2 changes: 0 additions & 2 deletions
2
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480_pertlim/shell_commands
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480_pertlim/user_nl_cam
This file was deleted.
Oops, something went wrong.
3 changes: 0 additions & 3 deletions
3
cime_config/testdefs/testmods_dirs/cam/outfrq9s_mpasa480_pertlim/user_nl_clm
This file was deleted.
Oops, something went wrong.
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
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
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.
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.
I assume we still have an aquaplanet SE dycore test? Same question about cosp being tested elsewhere?
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.
On derecho the
QPC7
compset is tested withne30pg2
. That's currently the onlypg2
test. It's also tested with izumi/gnu using ne3pg3.I combined the cosp and radiation diagnostic tests in the
cosp_rad_diags
testmods which are used with FHISTC_LTso and izumi/nag. COSP is also tested on derecho using QPC6.