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
a68740ca
Commit
a68740ca
authored
May 29, 2012
by
Peters, Wouter
Browse files
changed name of modeldatamismatch
parent
76c007f8
Changes
1
Hide whitespace changes
Inline
Side-by-side
da/baseclasses/optimizer.py
View file @
a68740ca
...
...
@@ -280,12 +280,12 @@ class Optimizer(object):
data
=
self
.
R
savedict
=
io
.
std_savedict
.
copy
()
savedict
[
'name'
]
=
"
modeldatamismatch
"
savedict
[
'long_name'
]
=
"modeldatamismatch"
savedict
[
'name'
]
=
""
savedict
[
'long_name'
]
=
"modeldatamismatch
variance
"
savedict
[
'units'
]
=
"[mol mol-1]^2"
savedict
[
'dims'
]
=
dimobs
+
dimobs
savedict
[
'values'
]
=
data
.
tolist
()
savedict
[
'comment'
]
=
'Variance of mole fractions resulting from model-data mismatch'
savedict
[
'comment'
]
=
'Variance of mole fractions resulting from model-data mismatch
(R)
'
dummy
=
f
.
AddData
(
savedict
)
# Continue with posterior only data
...
...
@@ -295,12 +295,12 @@ class Optimizer(object):
data
=
self
.
HPHR
savedict
=
io
.
std_savedict
.
copy
()
savedict
[
'name'
]
=
"molefractionvariance"
savedict
[
'long_name'
]
=
"molefractionvariance"
savedict
[
'name'
]
=
"
total
molefractionvariance"
savedict
[
'long_name'
]
=
"
total
molefractionvariance"
savedict
[
'units'
]
=
"[mol mol-1]^2"
savedict
[
'dims'
]
=
dimobs
+
dimobs
savedict
[
'values'
]
=
data
.
tolist
()
savedict
[
'comment'
]
=
'Variance of mole fractions resulting from prior state and model-data mismatch'
savedict
[
'comment'
]
=
'Variance of mole fractions resulting from prior state
(HPH)
and model-data mismatch
(R)
'
dummy
=
f
.
AddData
(
savedict
)
data
=
self
.
flags
...
...
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