Skip to content

Commit

Permalink
set suffix None
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards4b committed Sep 3, 2016
1 parent 66a5b48 commit 612f5a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion utils/python/CIME/SystemTests/ssp.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ def run_phase(self):
clone.flush()

dout_sr = clone.get_value("DOUT_S_ROOT")
self.run_indv(suffix="", st_archive=True)
# No history files expected, set suffix=None to avoid compare error
self.run_indv(suffix=None, st_archive=True)

#-------------------------------------------------------------------
# (2) do a hybrid, non-spinup run in orig_case
Expand Down

0 comments on commit 612f5a4

Please sign in to comment.