-
Notifications
You must be signed in to change notification settings - Fork 340
For ctsm5.4: WhatsNewInCTSM5.4.md #3364
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
Draft
slevis-lmwg
wants to merge
5
commits into
ESCOMP:alpha-ctsm5.4.CMIP7
Choose a base branch
from
slevis-lmwg:WhatsNewinCTSM54_release_notes
base: alpha-ctsm5.4.CMIP7
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.
Draft
For ctsm5.4: WhatsNewInCTSM5.4.md #3364
slevis-lmwg
wants to merge
5
commits into
ESCOMP:alpha-ctsm5.4.CMIP7
from
slevis-lmwg:WhatsNewinCTSM54_release_notes
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
I used WhatsNewInCTSM5.3.md as the starting point for WhatsNewInCTSM5.4.md and will start modifying in subsequent commits
Contributor
Author
|
Do not replace the 5.3 with the 5.4, just add. Also, I should add the following from Sam R's email on 2025/4/15: the ctsm5.3.040 tag we just published has some implications for how you use the CTSM Python tools.
Specifically, the new ctsm_pylib conda environment will be incompatible with our tools from before ctsm5.3.040 and vice versa. If you already have a copy of the ctsm_pylib conda environment installed, we thus suggest keeping that around under a different name. Here is the suggested command for doing this in a local copy of ctsm5.3.040 or later:
./py_env_create -r ctsm_pylib_old
This will first rename your existing ctsm_pylib to ctsm_pylib_old, then install the Python 3.13.2 version as ctsm_pylib. (If you’re not sure whether you already have ctsm_pylib installed, you can still use that command—it will just skip the rename step.)
Information about additional py_env_create options—including how to install a fresh copy of the old conda environment—can be found like so:
./py_env_create --help
|
Collaborator
|
Add the 5.4 version to the top level, and move the 5.3 version into the doc subdirectory. |
Merged
3 tasks
Member
|
The ctsm software group is updating the Google Docs version |
Contributor
Author
|
@slevis-lmwg to email ctsm-software a request to look at the google doc in prep. for the 5.4 release |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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
I used WhatsNewInCTSM5.3.md as the starting point for WhatsNewInCTSM5.4.md and started modifying in subsequent commits.
Specific notes
Contributors other than yourself, if any:
ctsm software engineering group
CTSM Issues Fixed (include github issue #):
Resolves #3003
Are answers expected to change (and if so in what way)?
No
Any User Interface Changes (namelist or namelist defaults changes)?
No
Does this create a need to change or add documentation? Did you do so?
This PR updates WhatsNewInCTSM5.3.md to WhatsNewInCTSM5.4.md