Skip to content
Snippets Groups Projects
Commit 1516ad11 authored by lkugler's avatar lkugler
Browse files

.

parent 1b551cca
Branches
Tags
No related merge requests found
...@@ -7,10 +7,11 @@ from dartwrf.workflows import WorkFlows ...@@ -7,10 +7,11 @@ from dartwrf.workflows import WorkFlows
w = WorkFlows(exp_config='nature.py', server_config='jet.py') w = WorkFlows(exp_config='nature.py', server_config='jet.py')
obs_times = [dt.datetime(2008,7,30,12), dt.datetime(2008,7,30,12,1), obs_times = [dt.datetime(2008,7,30,12,15),]
dt.datetime(2008,7,30,12,30), dt.datetime(2008,7,30,12,31), # dt.datetime(2008,7,30,12), dt.datetime(2008,7,30,12,1),
dt.datetime(2008,7,30,13), dt.datetime(2008,7,30,13,1), # dt.datetime(2008,7,30,12,30), dt.datetime(2008,7,30,12,31),
dt.datetime(2008,7,30,13,30), dt.datetime(2008,7,30,13,31), # dt.datetime(2008,7,30,13), dt.datetime(2008,7,30,13,1),
dt.datetime(2008,7,30,14), dt.datetime(2008,7,30,14,1),] # dt.datetime(2008,7,30,13,30), dt.datetime(2008,7,30,13,31),
# dt.datetime(2008,7,30,14), dt.datetime(2008,7,30,14,1),]
w.generate_obsseq_out(obs_times) w.generate_obsseq_out(obs_times)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment