Skip to content
Snippets Groups Projects
Commit 93881a3b authored by Peters, Wouter's avatar Peters, Wouter
Browse files

minor change, ntask no longer CTDAS controlled, jobstep inf needs to be set

parent 37f2aabb
Branches
No related tags found
No related merge requests found
...@@ -194,7 +194,7 @@ class TM5ObservationOperator(ObservationOperator): ...@@ -194,7 +194,7 @@ class TM5ObservationOperator(ObservationOperator):
self.timefinalkey : self.DaCycle['time.sample.end'] , self.timefinalkey : self.DaCycle['time.sample.end'] ,
'jobstep.timerange.start' : self.DaCycle['time.sample.start'] , 'jobstep.timerange.start' : self.DaCycle['time.sample.start'] ,
'jobstep.timerange.end' : self.DaCycle['time.sample.end'] , 'jobstep.timerange.end' : self.DaCycle['time.sample.end'] ,
'par.ntask' : self.DaCycle['da.obsoperator.threads'] , 'jobstep.length' : 'inf' ,
'ct.params.input.dir' : self.DaCycle['dir.input'] , 'ct.params.input.dir' : self.DaCycle['dir.input'] ,
'ct.params.input.file' : os.path.join(self.DaCycle['dir.input'],'parameters') , 'ct.params.input.file' : os.path.join(self.DaCycle['dir.input'],'parameters') ,
'output.flask.infile' : self.DaCycle['ObsOperator.inputfile'] 'output.flask.infile' : self.DaCycle['ObsOperator.inputfile']
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment