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

explicitly turn on flask sampling in ctdas

parent 6307662f
No related branches found
No related tags found
No related merge requests found
......@@ -181,7 +181,8 @@ class TM5ObservationOperator(ObservationOperator):
'jobstep.length': 'inf',
'ct.params.input.dir': self.DaCycle['dir.input'],
'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'] ,
'output.flask': 'True'
}
if self.DaCycle['time.restart']: # If this is a restart from a previous cycle, the TM5 model should do a restart
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment