Skip to content

Commit

Permalink
Set CAM_DYCORE to se for RRM grids
Browse files Browse the repository at this point in the history
RRM grids using the se dycore should all start with ne0, but CAM_DYCORE
was only set explicitly when the atmosphere grid started with ne[1-9].
Setting this to se when the grid begins with ne[0-9] sets CAM_DYCORE
properly for all RRM grids. Fixes #1357.
  • Loading branch information
brhillman committed Jul 24, 2017
1 parent 8a2426c commit 4585030
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/cam/cime_config/config_component.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<default_value>fv</default_value>
<values>
<value grid="a%T[1-9]" >eul</value>
<value grid="a%ne[1-9]">se</value>
<value grid="a%ne[0-9]">se</value>
</values>
<group>build_component_cam</group>
<file>env_build.xml</file>
Expand Down

0 comments on commit 4585030

Please sign in to comment.