Skip to content

Commit

Permalink
Fix bug
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Nov 27, 2024
1 parent 103de9d commit 4a773f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions ush/python/pygfs/task/marine_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,8 @@ def _prep_variational_yaml(self: Task) -> None:
envconfig_jcb['MOM6_LEVS'] = mdau.get_mom6_levels(str(self.task_config.OCNRES))
envconfig_jcb['HOMEgfs'] = self.task_config.HOMEgfs
envconfig_jcb['DO_TEST_MODE'] = self.task_config.DO_TEST_MODE
envconfig_jcb['RUN'] = self.task_config.RUN
envconfig_jcb['current_cycle'] = self.task_config.current_cycle

# Write obs_list_short
save_as_yaml(parse_obs_list_file(self.task_config.MARINE_OBS_LIST_YAML), 'obs_list_short.yaml')
Expand Down

0 comments on commit 4a773f1

Please sign in to comment.