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

extra filter to not copy all restart files each cycle

parent 755487de
No related branches found
No related tags found
No related merge requests found
......@@ -341,6 +341,8 @@ class TM5ObservationOperator(ObservationOperator):
sourcedir = self.dacycle['dir.restart']
targetdir = self.tm_settings['restart.write.dir']
self.outputdir = self.tm_settings[self.outputdirkey] # Needed further downstream to collect output data from TM5
filterlist = '%s' % self.tm_settings['timerange.start']
for f in os.listdir(sourcedir):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment