Skip to content

Commit 6ca33f9

Browse files
committed
Setting drv_restart_pointer to none tries to pull a file from svn inputdata named none -- but when UNSET is used it doesn't add it to cpl.input_data_list and so works
1 parent f114657 commit 6ca33f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cime_config/namelist_definition_drv.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -185,15 +185,15 @@
185185
<entry id="drv_restart_pointer" modify_via_xml="DRV_RESTART_POINTER">
186186
<type>char</type>
187187
<category>expdef</category>
188-
<default_value>none</default_value>
188+
<default_value>UNSET</default_value>
189189
<!-- IMPORTANT NOTE: The relative path option MUST be used with a version of cime that allows it cime PR#4739 allows this -->
190190
<input_pathname>rel:rundir</input_pathname>
191191
<group>DRIVER_attributes</group>
192192
<desc>
193193
Driver restart pointer file to initialize time info
194194
</desc>
195195
<values>
196-
<value>none</value>
196+
<value>UNSET</value>
197197
<value run_type="branch">$DRV_RESTART_POINTER</value>
198198
<value continue_run=".true.">$DRV_RESTART_POINTER</value>
199199
</values>

0 commit comments

Comments
 (0)