Skip to content
Snippets Groups Projects
Commit fcefa94c authored by lkugler's avatar lkugler
Browse files

outlier threshold

parent 7f707ed1
No related branches found
No related tags found
No related merge requests found
...@@ -24,12 +24,14 @@ exp.dart_nml = {'&assim_tools_nml': ...@@ -24,12 +24,14 @@ exp.dart_nml = {'&assim_tools_nml':
num_output_state_members=exp.n_ens, num_output_state_members=exp.n_ens,
num_output_obs_members=exp.n_ens, num_output_obs_members=exp.n_ens,
inf_flavor=['0', '0'], inf_flavor=['0', '0'],
outlier_threshold='-1',
output_members='.true.', output_members='.true.',
output_mean='.true.', output_mean='.true.',
output_sd='.true.', output_sd='.true.',
stages_to_write='output', stages_to_write='output',
), ),
'&quality_control_nml':
dict(outlier_threshold='-1',
),
'&location_nml': '&location_nml':
dict(horiz_dist_only='.true.', dict(horiz_dist_only='.true.',
), ),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment