Skip to content
Open
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 @@ -108,6 +108,7 @@
<value compset="_CAM">CO2A</value>
<value compset="_DATM">none</value>
<value compset="_DATM%CPLHIST.+BLOM%ECO">CO2A</value>
<value compset="DATM%CPLHIST.*_CLM">CO2A</value>

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Please change this to restore the leading _ that you removed:

Suggested change
<value compset="DATM%CPLHIST.*_CLM">CO2A</value>
<value compset="_DATM%CPLHIST.*_CLM">CO2A</value>

In practice it probably doesn't matter, but I find these arbitrary inconsistencies in regexes to be a source of confusion and possible bugs.

<value compset="^OMIP_DATM%IAF.*_MOM6%[^_]*MARBL">CO2A</value>
<value compset="^OMIP_DATM%JRA.*_MOM6%[^_]*MARBL">CO2A</value>
<value compset="HIST.*_DATM.*_CLM">CO2A</value>
Expand Down
Loading