Skip to content

Commit

Permalink
EAMxx: fix typo in dummy XML selector for scripts unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
bartgol committed Jun 18, 2024
1 parent e4dab90 commit ad551e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/eamxx/cime_config/namelist_defaults_scream.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ be lost if SCREAM_HACK_XML is not enabled.
<selector name="dyn" case_env="CAM_TARGET"/>
<selector name="nlev" case_env="SCREAM_CMAKE_OPTIONS" regex=".*SCREAM_NUM_VERTICAL_LEV ([0-9]+).*"/>
<!-- For intenal testing only -->
<selector name="test_sel" case_env="SCREAM_CMAKE_OPTIONS" regex=".*SCREAM_NNUM_TRACERS ([0-9]+).*"/>
<selector name="test_sel" case_env="SCREAM_CMAKE_OPTIONS" regex=".*SCREAM_NUM_TRACERS ([0-9]+).*"/>
</selectors>

<!-- List of scream grids for a given compset. I/O can only happen on these grids -->
Expand Down

0 comments on commit ad551e0

Please sign in to comment.