Skip to content

Commit

Permalink
pynorms
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidNew-NOAA committed Nov 27, 2024
1 parent 4a773f1 commit 4af258c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/marine_analysis.py
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ def _prep_variational_yaml(self: Task) -> None:
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
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 4af258c

Please sign in to comment.