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
f68bfc34
Commit
f68bfc34
authored
Jun 11, 2013
by
Peters, Wouter
Browse files
update of name to lowercase
parent
8f213193
Changes
1
Hide whitespace changes
Inline
Side-by-side
gridded/da/carbondioxide/statevector.py
View file @
f68bfc34
...
...
@@ -54,8 +54,8 @@ class CO2StateVector(StateVector):
else
:
logging
.
info
(
"Using covariance file: %s"
%
fil
)
f_ocn
=
io
.
CT_R
ead
(
file_ocn_cov
,
'read'
)
f_bio
=
io
.
CT_R
ead
(
file_bio_cov
,
'read'
)
f_ocn
=
io
.
ct_r
ead
(
file_ocn_cov
,
'read'
)
f_bio
=
io
.
ct_r
ead
(
file_bio_cov
,
'read'
)
cov_ocn
=
f_ocn
.
get_variable
(
'CORMAT'
)
if
f_bio
.
variables
.
has_key
(
'covariance'
):
...
...
@@ -111,7 +111,7 @@ class CO2StateVector(StateVector):
"""
f
=
io
.
CT_R
ead
(
filename
,
'read'
)
f
=
io
.
ct_r
ead
(
filename
,
'read'
)
for
n
in
range
(
self
.
nlag
):
if
qual
==
'opt'
:
...
...
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