Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cime_config/config_component_cesm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@
<value compset="SSP.*_DATM.*_CLM">CO2A</value>
<value compset="_BGC%BPRP">CO2C</value>
<value compset="_BGC%BDRD">CO2C</value>
<value compset="E_CAM70">CO2C</value>
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note that description at the top needs to change as well.

And I think if we move ahead with this convention we should also remove the _BGC%BPRP/_BGC%BDRD options. But, that should be done as a seperate step.

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Although it looks like from @klindsay28 comment above:

The BDRD and BPRP suffixes are still available for users of the co2_cycle implementation of CO2 constituents.

So the multiple ways of doing this reflects the multiple implementations of CO2 constituents in CAM.

that the _BGC%BPRP/_BGC%BDRD options are still needed for some CAM configurations. So it sounds like this can't be removed because it's needed for those options.

<value compset="20TR_DATM%IAF.*_BLOM%ECO">CO2A</value>
<value compset="20TR_DATM%JRA.*_BLOM%ECO">CO2A</value>
</values>
Expand Down
Loading