Skip to content

Commit

Permalink
Add MPAS dynamical core to component configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kuanchihwang committed Jan 11, 2024
1 parent 174f614 commit 666123f
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,11 @@

<entry id="CAM_DYCORE">
<type>char</type>
<valid_values>eul,fv,se,none</valid_values>
<valid_values>eul,fv,mpas,se,none</valid_values>
<default_value>fv</default_value>
<values match="last">
<value grid="a%T[1-9]" >eul</value>
<value grid="a%T[1-9]">eul</value>
<value grid="a%mpasa[0-9]+">mpas</value>
<value grid="a%ne[0-9]">se</value>
</values>
<group>build_component_cam</group>
Expand Down Expand Up @@ -303,11 +304,12 @@

<entry id="CAM_LINKED_LIBS">
<type>char</type>
<valid_values></valid_values>
<valid_values>-lmpas</valid_values>
<default_value>-lmusica -ljsonfortran</default_value>
<values match="last">
<!--Turn off for physics testbed -->
<value compset="_CAM%PHYSTEST"> </value>
<!-- Turn off for physics testbed -->
<value compset="_CAM%PHYSTEST"></value>
<value grid="a%mpasa[0-9]+">-lmpas</value>
</values>
<group>build_component_cam</group>
<file>env_build.xml</file>
Expand Down

0 comments on commit 666123f

Please sign in to comment.