Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
NearRealTimeCTDAS
CTDAS
Commits
e8921b41
Commit
e8921b41
authored
Jun 11, 2013
by
Peters, Wouter
Browse files
extra filter to not copy all restart files each cycle
parent
c92d7fa5
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridded/da/tm5/observationoperator.py
View file @
e8921b41
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment