-
Notifications
You must be signed in to change notification settings - Fork 313
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
Get the Makefile working for CTSM5.2 surface dataset creation #2008
Merged
ekluzek
merged 220 commits into
ESCOMP:ctsm5.2.mksurfdata
from
ekluzek:ctsm5.2_makefile
Jan 11, 2024
Merged
Get the Makefile working for CTSM5.2 surface dataset creation #2008
ekluzek
merged 220 commits into
ESCOMP:ctsm5.2.mksurfdata
from
ekluzek:ctsm5.2_makefile
Jan 11, 2024
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 externals and minor fixes Main change is to update externals to cesm2_3_alpha12c-ish. Doing this exposed a few issues that are also fixed here. Also, reduce GU_LULCC tests down to a single test.
…dard scenarios, and add error checking for resolution and scenario
…list, mostly adding an ultra-hi-res option for non-crop present day
…ault, nor ultra-high res
…ault, nor ultra-high res
…ure crop datasets are used for all options if possible
…s do only one resolution so can fit in a reasonable time
…cenarios that put everything into one thing
…_makefile Conflicts: .git-blame-ignore-revs python/ctsm/modify_input_files/modify_fsurdat.py python/ctsm/test/test_sys_fsurdat_modifier.py python/ctsm/test/test_sys_mesh_modifier.py python/ctsm/test/test_unit_fsurdat_modifier.py python/ctsm/test/test_unit_subset_data.py tools/mksurfdata_esmf/src/mksurfdata.F90 tools/site_and_regional/default_data.cfg
…mentation for it, resolves ESCOMP#2180
@slevis-lmwg I'm going to bring this one in as is. And then make a new PR for updating to Derecho ctsxm5.1dev159 to get started on the processing of running on Derecho. I think there will be external updates required to get the build to work on Derecho, so that may become a different PR, but we'll see. |
…ng the temp one, which allows all tests to work
ekluzek
removed
the
next
this should get some attention in the next week or two. Normally each Thursday SE meeting.
label
Jan 11, 2024
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.
Description of changes
Get the Makefile working for CTSM5.2 surface dataset creation so all files can be created at the same time.
Also update to ctsm5.1.dev125
Specific notes
Contributors other than yourself, if any: @olyson
CTSM Issues Fixed (include github issue #):
Fixes #1869
Fixes #2073
Fixes #2178
Fixes #2179
Fixes #2180
Fixes #2189
Fixes #2191
Fixes #9
Some work on #2149
Are answers expected to change (and if so in what way)? No
Any User Interface Changes (namelist or namelist defaults changes)?
Error checking added to gen_mksurfdata_jobscript_multi.py as well as --walltime option
Testing performed, if any: So far have ran a few cases, will run the complete set before merging