From 799f5c1004d9e52efd2fef1a14955c1ab9c82635 Mon Sep 17 00:00:00 2001 From: lkugler <lukas.kugler@univie.ac.at> Date: Tue, 30 May 2023 11:13:19 +0200 Subject: [PATCH] begin, end missing --- dartwrf/workflows.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dartwrf/workflows.py b/dartwrf/workflows.py index 3b2dc38..83b780d 100644 --- a/dartwrf/workflows.py +++ b/dartwrf/workflows.py @@ -216,7 +216,7 @@ class WorkFlows(object): depends_on=[id]) # forecast for the whole forecast duration - id = prepare_WRF_inputfiles(depends_on=id) + id = prepare_WRF_inputfiles(begin, end, depends_on=id) time_in_simulation_hours = (end-begin).total_seconds()/3600 runtime_wallclock_mins_expected = int(8+time_in_simulation_hours*9) # usually below 9 min/hour id = self.cluster.run_job(wrf_cmd, "WRF-"+exp.expname, -- GitLab