From 60c7c575ca1ff64b545f3815ce69f14e70082163 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@gmail.com> Date: Tue, 23 May 2023 17:40:53 +0200 Subject: [PATCH] . --- cycled_exp.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cycled_exp.py b/cycled_exp.py index 889fe18..90679ef 100755 --- a/cycled_exp.py +++ b/cycled_exp.py @@ -7,7 +7,7 @@ if __name__ == "__main__": """ Run a cycled OSSE with WRF and DART. """ - w = WorkFlows(exp_config='cfg.py', server_config='srvx1.py') + w = WorkFlows(exp_config='exp_template.py', server_config='jet.py') timedelta_integrate = dt.timedelta(minutes=15) timedelta_btw_assim = dt.timedelta(minutes=15) @@ -27,7 +27,7 @@ if __name__ == "__main__": # id = w.wrfinput_insert_wbubble(depends_on=id) if True: # random - prior_path_exp = '/mnt/jetfs/scratch/lkugler/data/sim_archive/exp_v1.19_P2_noDA' + prior_path_exp = '/jetfs/scratch/lkugler/data/sim_archive/exp_v1.19_P2_noDA' init_time = dt.datetime(2008, 7, 30, 12) time = dt.datetime(2008, 7, 30, 13) -- GitLab