Skip to content

Commit

Permalink
Apply 'permanent' fix for physics testbed.
Browse files Browse the repository at this point in the history
  • Loading branch information
nusbaume committed Feb 16, 2024
1 parent 8eb699a commit ecf730b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -305,11 +305,12 @@
<entry id="CAM_LINKED_LIBS">
<type>char</type>
<valid_values></valid_values>
<default_value>-lmusica -ljsonfortran</default_value>
<default_value> </default_value>
<values match="last" modifier="additive">
<!-- Turn off for physics testbed -->
<!-- <value compset="_CAM%PHYSTEST"></value> -->
<value grid="a%mpasa[0-9]+">-lmpas</value>
<!-- Turn on chemistry if not using physics testbed -->
<value compset="^((?!_CAM%PHYSTEST).)*$">-lmusica -ljsonfortran</value>
<!-- Add MPAS if using mpas grid and not using physics testbed -->
<value compset="^((?!_CAM%PHYSTEST).)*$" grid="a%mpasa[0-9]+">-lmpas</value>
</values>
<group>build_component_cam</group>
<file>env_build.xml</file>
Expand Down

0 comments on commit ecf730b

Please sign in to comment.