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

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
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment