Skip to content
Snippets Groups Projects
Commit aa644f89 authored by Felix Kleinert's avatar Felix Kleinert
Browse files

update run_bnn.py to account for num_realizations

parent 0be9036e
No related branches found
No related tags found
2 merge requests!474Draft: Resolve "DataHandler with multiple stats per variable",!462Draft: Resolve "Include postprocessing for BNNs"
Pipeline #108365 passed
...@@ -49,6 +49,7 @@ def main(parser_args): ...@@ -49,6 +49,7 @@ def main(parser_args):
statistics_per_var=stats_per_var, statistics_per_var=stats_per_var,
target_var="o3", target_var="o3",
target_var_unit="ppb", target_var_unit="ppb",
num_realizations=30,
**parser_args.__dict__, start_script=__file__) **parser_args.__dict__, start_script=__file__)
workflow.run() workflow.run()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment