-
Notifications
You must be signed in to change notification settings - Fork 321
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
Pass temperatures to FATES for hardening frost mortality #1647
Draft
mariuslam
wants to merge
25
commits into
ESCOMP:master
Choose a base branch
from
mariuslam:ctsm_frost_14_02
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
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
…m_master_10_20 Changes needed to get aux history output with cmeps These changes are needed to create auxiliary land history files when the new cmeps configuration variable is set to true. histaux_l2x1yrg = .true. The changes needed in CTSM enable lnd2glc fields to be sent to the mediator even if glc is not present - based on querying the histaux_l2x1yrg setting. This includes a related change to set most lnd -> mediator fields to spval over ocean, instead of sending zero values over ocean.
@rosiealice @rgknox wondering about this one as well. |
I'm not sure, we plan to cover this topic in a developer meeting when we have a quorum |
@mvdebolskiy will work on this when he can. @mariuslam has finished his PhD and has moved on. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
priority: low
Background task that doesn't need to be done right away.
science
Enhancement to or bug impacting science
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
Calculation of minimum daily temperature, mean daily temperature, minimum yearly temperature, 5 year running mean of the minimum yearly temperature.
Also change of the supercooling of soil in cases where its temperature is below -10degC. This results in a larger variability of the water potential between years in the arctic region. Otherwise water potential reaches minimum each year during winter.
This PR is combined with the PR NGEET/fates#836 in Fates.
Specific notes
Contributors other than yourself, if any:
@rosiealice @rgknox
CTSM Issues Fixed (include github issue #):
Are answers expected to change (and if so in what way)?
-larger variability of the water potential between years in the arctic region when soil layer temperature gets below -10degC. Otherwise water potential reaches minimum each year during winter.
Any User Interface Changes (namelist or namelist defaults changes)?
Testing performed, if any: