Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CTDAS
CTDAS
Commits
87bc5d50
Commit
87bc5d50
authored
1 year ago
by
Luijkx, Ingrid
Browse files
Options
Downloads
Patches
Plain Diff
Added noise reduction scheme developed by Remco to the NH gridded statevector
parent
6b366fbc
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
da/statevectors/statevectorNHgridded_cteco2.py
+3
-0
3 additions, 0 deletions
da/statevectors/statevectorNHgridded_cteco2.py
with
3 additions
and
0 deletions
da/statevectors/statevectorNHgridded_cteco2.py
+
3
−
0
View file @
87bc5d50
...
...
@@ -101,6 +101,9 @@ class CO2GriddedStateVector(StateVector):
cov
=
f
.
get_variable
(
'
covariance
'
)
parnr
=
f
.
get_variable
(
'
parameternumber
'
)
cov_sf
=
90.0
/
np
.
sqrt
(
cov
.
diagonal
().
sum
())
# this scaling factor makes the total variance close to the value of a single ecoregion
covlim
=
15.
# limit covariances for small ecoregions, which otherwise give very large uncertainties
if
cov_sf
>
covlim
:
cov_sf
=
covlim
cov
=
cov
*
cov_sf
f
.
close
()
...
...
This diff is collapsed.
Click to expand it.
Berg, Anne-Wil van den
@berg251
mentioned in commit
ed9af2ac
·
7 months ago
mentioned in commit
ed9af2ac
mentioned in commit ed9af2ac0f75ddcea4f88a5d94772678b6e7d2e5
Toggle commit list
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment