Skip to content

Commit 0e5ca48

Browse files
authored
Merge pull request #516 from jedwards4b/erc_test_fix
do not write restart at end of erc test
2 parents 6d47c50 + 630c935 commit 0e5ca48

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

cime_config/buildnml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def _create_drv_namelists(case, infile, confdir, nmlgen, files):
4343
config["MACH"] = case.get_value("MACH")
4444
config["MPILIB"] = case.get_value("MPILIB")
4545
config["OS"] = case.get_value("OS")
46+
config["TESTCASE"] = case.get_value("TESTCASE")
4647
config["glc_nec"] = (
4748
0 if case.get_value("GLC_NEC") == 0 else case.get_value("GLC_NEC")
4849
)

cime_config/namelist_definition_drv.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2862,12 +2862,13 @@
28622862
forces a restart write at the end of the run in addition to any
28632863
setting associated with rest_option. default=true. this setting
28642864
will be set to false if restart_option is none or never.
2865-
default: false
2865+
default: true
28662866
</desc>
28672867
<values>
28682868
<value>.true.</value>
28692869
<value rest_option='none'>.false.</value>
28702870
<value rest_option='never'>.false.</value>
2871+
<value TESTCASE='ERC'>.false.</value>
28712872
</values>
28722873
</entry>
28732874

0 commit comments

Comments
 (0)