Skip to content

Commit

Permalink
wrong logic ...
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumevernieres committed Dec 3, 2024
1 parent d146af5 commit 0ec480a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/applications/gfs_cycled.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ def _get_run_options(self, conf: Configuration) -> Dict[str, Any]:
base = conf.parse_config('config.base', RUN=run)

run_options[run]['do_hybvar'] = base.get('DOHYBVAR', False)
run_options[run]['do_hybvar_ocn'] = base.get('DOHYBVAR_OCN', False)
run_options[run]['nens'] = base.get('NMEM_ENS', 0)
if run_options[run]['do_hybvar']:
run_options[run]['lobsdiag_forenkf'] = base.get('lobsdiag_forenkf', False)
run_options[run]['do_hybvar_ocn'] = base.get('DOHYBVAR_OCN', False)

run_options[run]['do_fit2obs'] = base.get('DO_FIT2OBS', True)
run_options[run]['do_jediatmvar'] = base.get('DO_JEDIATMVAR', False)
Expand Down

0 comments on commit 0ec480a

Please sign in to comment.