Skip to content

Commit

Permalink
Setting drv_restart_pointer to none tries to pull a file from svn inp…
Browse files Browse the repository at this point in the history
…utdata named none -- but when UNSET is used it doesn't add it to cpl.input_data_list and so works
  • Loading branch information
ekluzek committed Jan 20, 2025
1 parent f114657 commit 6ca33f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -185,15 +185,15 @@
<entry id="drv_restart_pointer" modify_via_xml="DRV_RESTART_POINTER">
<type>char</type>
<category>expdef</category>
<default_value>none</default_value>
<default_value>UNSET</default_value>
<!-- IMPORTANT NOTE: The relative path option MUST be used with a version of cime that allows it cime PR#4739 allows this -->
<input_pathname>rel:rundir</input_pathname>
<group>DRIVER_attributes</group>
<desc>
Driver restart pointer file to initialize time info
</desc>
<values>
<value>none</value>
<value>UNSET</value>
<value run_type="branch">$DRV_RESTART_POINTER</value>
<value continue_run=".true.">$DRV_RESTART_POINTER</value>
</values>
Expand Down

0 comments on commit 6ca33f9

Please sign in to comment.