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
6b75e4ce
Commit
6b75e4ce
authored
Jun 08, 2018
by
Ingrid Luijkx
Browse files
Minor update to fix reading of ocean priors, as in statevectorNHgridded.py
parent
b0450e82
Changes
1
Hide whitespace changes
Inline
Side-by-side
da/co2gridded/statevector.py
View file @
6b75e4ce
...
...
@@ -77,7 +77,7 @@ class CO2GriddedStateVector(StateVector):
f
=
io
.
ct_read
(
file
,
'read'
)
if
'pco2'
in
file
:
if
'pco2'
in
file
or
'cov_ocean'
in
file
:
cov_ocn
=
f
.
get_variable
(
'CORMAT'
)
cov
=
cov_ocn
else
:
...
...
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