-
Notifications
You must be signed in to change notification settings - Fork 357
Change how CLM_CO2_TYPE is set from the compset longname #4078
Copy link
Copy link
Labels
enhancementnew capability or improved behavior of existing capabilitynew capability or improved behavior of existing capabilitynextthis should get some attention in the next week or two. Normally each Thursday SE meeting.this should get some attention in the next week or two. Normally each Thursday SE meeting.scienceEnhancement to or bug impacting scienceEnhancement to or bug impacting scienceusabilityImprove or clarify user-facing optionsImprove or clarify user-facing options
Metadata
Metadata
Assignees
Labels
enhancementnew capability or improved behavior of existing capabilitynew capability or improved behavior of existing capabilitynextthis should get some attention in the next week or two. Normally each Thursday SE meeting.this should get some attention in the next week or two. Normally each Thursday SE meeting.scienceEnhancement to or bug impacting scienceEnhancement to or bug impacting scienceusabilityImprove or clarify user-facing optionsImprove or clarify user-facing options
Type
Fields
Give feedbackNo fields configured for Usability.
In CESM2.1 emissions driven scenarios were turned on by using the _BGC flag at the end of the compset name. For concentration driven _BGC%BDRD was used and _BGC%BPRP was used for emissions driven. The "D" corresponds to Diagnostic and "P" to prognostic. And the first B means BGC or BioGeoChemical flow of Carbon through the system and the 3rd "R" means Radiative effect if atmospheric radiation responds to CO2.
See this explaination in the CESM forums:
https://bb.cgd.ucar.edu/cesm/threads/how-the-co2-concentration-is-determined-in-bprp-compset-emission-driven.7933/
In CESM3 it was proposed that compset aliases allow for a C or E at the end of the time period to specify if it was Concentration driven or Emissions driven. That convention is probably fine for the aliases, but it's not very robust or clear when you use it in the compset longnames. The reason for the C or E proposal was because BPRP and BDRD was very cryptic and Concentration or Emissions driven is more clear. But, by triggering it with something even more unclear in the long-name -- is probably worse.
This is something that the CESM project as a whole needs to decide. A few ideas are:
With the exception of "1" they all require about the same amount of work, and require changes to config_component.xml for most CESM components.
Once, CESM as a whole decides on how to handle this we can implement the solution.