Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tsurata, Aki
CTDAS
Commits
55840148
Commit
55840148
authored
14 years ago
by
Peters, Wouter
Browse files
Options
Downloads
Patches
Plain Diff
importing io4 instead of io, added the optimizer diagnostics to the OutputFileList for collection
parent
97b38005
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
da/baseclasses/optimizer.py
+3
-2
3 additions, 2 deletions
da/baseclasses/optimizer.py
with
3 additions
and
2 deletions
da/baseclasses/optimizer.py
+
3
−
2
View file @
55840148
...
...
@@ -166,11 +166,12 @@ class Optimizer(object):
The type designation refers to the writing of prior or posterior data and is used in naming the variables
"
"""
#
import da.tools.io4 as io
import
da.tools.io
as
io
import
da.tools.io4
as
io
#
import da.tools.io as io
outdir
=
DaCycle
[
'
dir.diagnostics
'
]
filename
=
os
.
path
.
join
(
outdir
,
'
optimizer.%s.nc
'
%
DaCycle
[
'
time.start
'
].
strftime
(
'
%Y%m%d
'
)
)
DaCycle
.
OutputFileList
.
extend
(
filename
)
# Open or create file
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment