Skip to content

Commit

Permalink
Fix regression test failures.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Aug 20, 2024
1 parent c4dcdb0 commit 03e3dce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@
<default_value> </default_value>
<values match="last" modifier="additive">
<!-- Turn on chemistry if not using physics testbed -->
<value compset="^((?!_CAM%PHYSTEST).)*$"></value>
<value compset="^((?!_CAM%PHYSTEST).)*$"> </value>
<!-- Add MPAS if using mpas grid and not using physics testbed -->
<value compset="^((?!_CAM%PHYSTEST).)*$" grid="a%mpasa[0-9]+">-lmpas</value>
</values>
Expand Down

0 comments on commit 03e3dce

Please sign in to comment.