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

changed name of flask file to collect in output from TM5

parent a06a30f2
Branches
No related tags found
No related merge requests found
......@@ -585,7 +585,7 @@ class TM5ObservationOperator(ObservationOperator):
sourcedir = os.path.join(self.tm_settings[self.outputdirkey])
sd_ed = self.DaCycle['time.sample.stamp']
filter = ['flask_%s'%sd_ed,'flux1x1_%s'%sd_ed]
filter = ['flask_output.%s'%sd_ed,'flux1x1_%s'%sd_ed]
msg = "Creating a new list of TM5 output data to collect" ; logging.debug(msg)
msg = " from directory: %s " % sourcedir ; logging.debug(msg)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment