You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use prognostic CO2 in CO2 emissions compsets with CAM7.
Specific notes
Contributors other than yourself, if any:
none
CTSM issues resolved or otherwise addressed, if any:
There is not a corresponding CTSM issue for this.
If answers are expected to change, describe (delete this line otherwise):
Answers change in CO2 emissions compsets with CAM7, which are
under development and not in use yet.
Any user interface changes (namelist or namelist defaults changes)?
Changes co2_type to 'prognostic' in CO2 emissions compsets with CAM7.
Testing planned or performed, if any: ERS_Ld5 and SMS_D_Ld2 tests in an 1850 CO2 emissions compsets with CAM7 pass.
The code in this PR branch runs with no errors. Briefly describe tested configuration(s):
This either (a) does not change answers, (b) it only changes answers at roundoff level, or (c) I have performed a scientific evaluation of the answer changes. Which?:
This only changes answers in CO2 emissions compsets with CAM7,
which have not been vetted yet. This PR is a step towards enabling them.
I have reviewed relevant parts of the CLM documentation Tech Note or User's Guide to determine if anything needs to be changed or added. If it does, describe:
This PR either (a) does not create a need to update the documentation or (b) includes required documentation updates (see guidelines for contributing documentation). Which?:
Thanks @klindsay28 , will there be additional changes to CMEPS or other submodules that we need to bring in?
@ekluzek this one-liner seems simple enough, but there may be additional infrastructure / testing we need to support?
wwieder
added
priority: high
High priority to fix/merge soon, e.g., because it is a problem in important configurations
next
this should get some attention in the next week or two. Normally each Thursday SE meeting.
labels
May 29, 2026
I submitted a 1-line PR to CMEPS today, ESCOMP/CMEPS#658.
That one, like this one, is only relevant for fully coupled CO2 emissions compsets with CAM7.
So I imagine that you'll ultimately pull in an updated CMEPS that has this,
but I don't think it will matter to non-CESM clones of CTSM.
(This statement is based on my understanding that non-CESM clones of CTSM are for
running CTSM only composts, i.e. not fully coupled compsets.)
There are also changes to CAM and MOM_interface, but it doesn't look like these are submodules of CTSM.
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
b4bbit-for-bitnextthis should get some attention in the next week or two. Normally each Thursday SE meeting.priority: highHigh priority to fix/merge soon, e.g., because it is a problem in important configurationsscienceEnhancement to or bug impacting science
3 participants
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
Use prognostic CO2 in CO2 emissions compsets with CAM7.
Specific notes
Contributors other than yourself, if any:
CTSM issues resolved or otherwise addressed, if any:
If answers are expected to change, describe (delete this line otherwise):
Answers change in CO2 emissions compsets with CAM7, which are
under development and not in use yet.
Any user interface changes (namelist or namelist defaults changes)?
Changes
co2_typeto'prognostic'in CO2 emissions compsets with CAM7.Testing planned or performed, if any:
ERS_Ld5andSMS_D_Ld2tests in an 1850 CO2 emissions compsets with CAM7 pass.Requirements before merge:
This only changes answers in CO2 emissions compsets with CAM7,
which have not been vetted yet. This PR is a step towards enabling them.