Skip to content
Snippets Groups Projects
Unverified Commit 799f5c10 authored by Lukas Kugler's avatar Lukas Kugler Committed by GitHub
Browse files

begin, end missing

parent 2999475a
No related branches found
No related tags found
1 merge request!5Forward to most current stage
...@@ -216,7 +216,7 @@ class WorkFlows(object): ...@@ -216,7 +216,7 @@ class WorkFlows(object):
depends_on=[id]) depends_on=[id])
# forecast for the whole forecast duration # 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 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 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, id = self.cluster.run_job(wrf_cmd, "WRF-"+exp.expname,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment