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
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment