Skip to content
Snippets Groups Projects
Commit 6b75e4ce authored by Ingrid Luijkx's avatar Ingrid Luijkx
Browse files

Minor update to fix reading of ocean priors, as in statevectorNHgridded.py

parent b0450e82
Branches
No related tags found
No related merge requests found
...@@ -77,7 +77,7 @@ class CO2GriddedStateVector(StateVector): ...@@ -77,7 +77,7 @@ class CO2GriddedStateVector(StateVector):
f = io.ct_read(file, 'read') 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_ocn = f.get_variable('CORMAT')
cov = cov_ocn cov = cov_ocn
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment