Skip to content
Snippets Groups Projects
Commit 5ac75d8f authored by lkugler's avatar lkugler
Browse files

fix to "archive obs_seq.out also if not generated"

parent 83034700
No related branches found
No related tags found
No related merge requests found
......@@ -367,6 +367,7 @@ def get_obsseq_out(time):
print(f_obsseq, 'copied to', cluster.dart_rundir+'/obs_seq.out')
# copy to sim_archive
os.makedirs(cluster.archivedir + "/obs_seq_out/", exist_ok=True)
copy(f_obsseq, time.strftime(cluster.archivedir+'/obs_seq_out/%Y-%m-%d_%H:%M_obs_seq.out'))
oso = obsseq.ObsSeq(cluster.dart_rundir + "/obs_seq.out") # read the obs_seq.out file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment