We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f99ddf commit e21b48bCopy full SHA for e21b48b
RKLM_Python/data_assimilation/params.py
@@ -46,7 +46,7 @@ def __init__(self,N,da_type='rloc'):
46
if self.sparse_obs_by_attr:
47
assert(0, "Not yet implemented.")
48
49
- self.obs_frac = 0.90 # fraction of the observations to pick.
+ self.obs_frac = 0.10 # fraction of the observations to pick.
50
self.gen_obs_sparse()
51
52
############################################
0 commit comments