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

extra filter to not copy all restart files each cycle

parent fb319074
No related branches found
No related tags found
No related merge requests found
......@@ -341,7 +341,7 @@ class TM5ObservationOperator(ObservationOperator):
sourcedir = self.dacycle['dir.restart']
targetdir = self.tm_settings['restart.write.dir']
filterlist = '%s' % self.da_cycle['time.sample.start']
filterlist = '%s' % self.dacycle['time.sample.start']
for f in os.listdir(sourcedir):
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