Skip to content

Commit fee6a32

Browse files
committed
update st_archive to remove hardlinks
remove hardlink options in st_archive as agreed upon by scientists concensus. Test suite: ERR_N2.f19_g16.B1850W.yellowstone_intel.allactive-defaultio Test baseline: N/A Test namelist changes: N/A Test status: bit for bit Fixes: N/A Code review:
1 parent 1c8da4f commit fee6a32

File tree

9 files changed

+1240
-263
lines changed

9 files changed

+1240
-263
lines changed

cime_config/config_headers.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -94,16 +94,11 @@
9494
<file name="env_archive.xml">
9595
<header>
9696
These are the variables specific to the short term
97-
archiver. We recommend that users *NEVER* run diagnostics
98-
or post-processing packages in the same location as the short-term
99-
(DOUT_S_ROOT.locked) archiver when the model job is running.
100-
Instead, You may run these packages in the (DOUT_S_ROOT)
101-
location which contains hard-links back to the files in the
102-
(DOUT_S_ROOT.locked) directory.
103-
For a detailed listing of the env_archive.xml file, run
97+
archiver. For a detailed listing of the env_archive.xml file, run
10498
./st_archive -help
10599
To validate the env_archive.xml file using xmllint, run
106-
xmllint -schema archive.xsd env_archive.xml
100+
xmllint -schema Tools/archive.xsd env_archive.xml
101+
from the case root.
107102
</header>
108103
</file>
109104

driver_cpl/cime_config/config_component.xml

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -432,32 +432,6 @@
432432
We will not document this further in this guide.</desc>
433433
</entry>
434434

435-
<entry id="DOUT_S_SAVE_DATES_RESTART_FILE_SET">
436-
<type>string</type>
437-
<default_value>all</default_value>
438-
<group>run_data_archive</group>
439-
<file>env_run.xml</file>
440-
<desc>Comma separated List with dates of the month to save restart file sets in the $DOUT_S_ROOT/$CASE/rest directory.
441-
If one of the list elements is last, then it saves the last day of the month where the date is 28,29,30 or 31
442-
depending on the month. For example, if the list contains 10,20,last, then the corresponding restart sets
443-
saved in $DOUT_S_ROOT/$CASE/rest are 2016-01-10-00000, 2016-01-20-00000, 2016-01-31-00000 for January and
444-
2016-02-10-00000, 2016-02-20-00000, 2016-02-29-00000 for February due to 2016 being a leap year.
445-
If the list is set to none, then all restart sets are deleted.
446-
If the list is set to all (default), then all restart sets are saved.
447-
This variable is used by the clobber_archive script to selectively delete files in the short-term archive locations.</desc>
448-
</entry>
449-
450-
<entry id="DOUT_S_CREATE_LINKED_ARCHIVE">
451-
<type>logical</type>
452-
<valid_values>TRUE,FALSE</valid_values>
453-
<default_value>TRUE</default_value>
454-
<group>run_data_archive</group>
455-
<file>env_run.xml</file>
456-
<desc>Logical to save contents of the short term archive on disk.
457-
If TRUE, create hardlinks from the short term archive $DOUT_S_ROOT/archive.locked/$CASE
458-
directory to the $DOUT_S_ROOT/archive/$CASE directory.</desc>
459-
</entry>
460-
461435
<entry id="DOUT_L_MS">
462436
<type>logical</type>
463437
<valid_values>TRUE,FALSE</valid_values>

0 commit comments

Comments
 (0)