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

needed to tweak the time stamp for filtering a bit

parent 636fbe3f
Branches
No related tags found
No related merge requests found
...@@ -370,7 +370,7 @@ class TM5ObservationOperator(ObservationOperator): ...@@ -370,7 +370,7 @@ class TM5ObservationOperator(ObservationOperator):
targetdir = self.tm_settings[self.savedirkey] targetdir = self.tm_settings[self.savedirkey]
self.outputdir = self.tm_settings[self.outputdirkey] # Needed further downstream to collect output data from TM5 self.outputdir = self.tm_settings[self.outputdirkey] # Needed further downstream to collect output data from TM5
filterlist = '%s' % self.tm_settings['timerange.start'] filterlist = '%s' % self.dacycle['time.start'].strftime('%Y%m%d')
for f in os.listdir(sourcedir): for f in os.listdir(sourcedir):
fpath = os.path.join(sourcedir, f) fpath = os.path.join(sourcedir, f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment