Skip to content
Snippets Groups Projects
Commit 365b8078 authored by lkugler's avatar lkugler
Browse files

output path

parent d32a112b
No related branches found
No related tags found
No related merge requests found
......@@ -34,7 +34,7 @@ def calc_lin_posterior(assim_time):
# does an observation exist at this time?
#f_oso = assim_time.strftime(aso.pattern_obs_seq_out)
f_oso = cluster.archivedir+assim_time.strftime("/diagnostics/%Y-%m-%d_%H:%M/assim_stage0/obs_seq.out")
f_oso = cluster.archivedir+assim_time.strftime("/diagnostics/%Y-%m-%d_%H:%M_obs_seq.out")
if os.path.exists(f_oso):
# use the existing file
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment