Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CIME/SystemTests/eri.py
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,15 @@ def run_phase(self):
# (3a) Test run:
# do a branch run from ref2 restart (short term archiving is off)
#
# One aspect of this branch run worth noting is that it writes an extra set of
# restart files in the middle of the run, which are not written in the reference
# case. (These restart files are needed for the final continue run.) This is one
# of the few (or only) instances in the CIME System Tests where we do a comparison
# between two runs where one run has written an extra set of restart files
# part-way through. This can catch a particular type of error that arises
# occasionally: where the mere act of *writing* a restart file can change answers.
# (See also the discussion in https://github.com/ESMCI/cime/issues/4859.)
#

os.chdir(caseroot)
self._set_active_case(orig_case)
Expand Down
8 changes: 8 additions & 0 deletions doc/source/system_testing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,14 @@ TESTTYPE Description
Do a branch run, starting from restarts written in ref2case,
for 9 days and writing restarts at day 5.
Short term archiving is off.

One aspect of this branch run worth noting is that it writes an extra set of
restart files in the middle of the run, which are not written in the reference
case. (These restart files are needed for the final continue run.) This is one
of the few (or only) instances in the CIME System Tests where we do a comparison
between two runs where one run has written an extra set of restart files
part-way through. This can catch a particular type of error that arises
occasionally: where the mere act of *writing* a restart file can change answers.
case - restart (Suffix rest)
Do a restart run from the branch run restarts for 4 days.
Short term archiving is off.
Expand Down
Loading