forked from ESCOMP/CTSM
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Dev/to ctsm5.1.dev128 #5
Merged
antosanna
merged 405 commits into
CMCC-Foundation:cmcc-cm
from
daniele-peano:dev/toCTSM5.1.dev128
Oct 6, 2023
Merged
Dev/to ctsm5.1.dev128 #5
antosanna
merged 405 commits into
CMCC-Foundation:cmcc-cm
from
daniele-peano:dev/toCTSM5.1.dev128
Oct 6, 2023
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
…t name, add a simple check for using it
…t set, and a test for it that passes
…black, check some of the values from setup_files
… args.out_surface is set
…ed and the file exists
…ake it more clear in response to review
Make some changes to the cplhist testmod that should fix the cplhist test, based on testing done by Keith Oleson: - Point to new cplhist forcing data generated and used by Adam Herrington and Keith Oleson - Use DATM_PRESNDEP=none until ESCOMP#1844 is resolved Also, remove mct cplhist test
New grids SE and MPASA, memory at initialization improvement, option for PRISM in NEON
Added cache for clock step_size in clm_time_manager.F90
Clean up some loops in UrbanTimeVarType Resolves ESCOMP#1514
Fix nuopc cplhist test Make some changes to the cplhist testmod that fix the cplhist test, based on testing done by Keith Oleson: - Point to new cplhist forcing data generated and used by Adam Herrington and Keith Oleson - Use DATM_PRESNDEP=none until ESCOMP#1844 is resolved Also, remove mct cplhist test.
Update fates history tests to use double precision
antosanna
approved these changes
Oct 6, 2023
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
Update the CLM code to the NCAR version CTSM5.1.dev128
Add parameter to activate Snow Aging tuning
Specific notes
Contributors other than yourself, if any:
CTSM Issues Fixed (include github issue #):
Are answers expected to change (and if so in what way)?
Any User Interface Changes (namelist or namelist defaults changes)?
Testing performed, if any:
(List what testing you did to show your changes worked as expected)
(This can be manual testing or running of the different test suites)
(Documentation on system testing is here: https://github.com/ESCOMP/ctsm/wiki/System-Testing-Guide)
(aux_clm on cheyenne for intel/gnu and izumi for intel/gnu/nag/pgi is the standard for tags on master)
NOTE: Be sure to check your coding style against the standard
(https://github.com/ESCOMP/ctsm/wiki/CTSM-coding-guidelines) and review
the list of common problems to watch out for
(https://github.com/ESCOMP/CTSM/wiki/List-of-common-problems).