Skip to content
Snippets Groups Projects
Commit 05ac88f1 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

playing the the scaling of gridded covariances to match old CT better

parent 13d78e84
Branches
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ class CtGriddedStateVector(StateVector):
cov = cov_ocn
else:
cov = f.GetVariable('covariance')
cov_sf = 0.5/np.sqrt(cov.diagonal().sum()) # this scaling factor makes the total variance close to the value of a single ecoregion
cov_sf = 0.75/np.sqrt(cov.diagonal().sum()) # this scaling factor makes the total variance close to the value of a single ecoregion
cov = cov*cov_sf
dummy = f.close()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment