Skip to content

Commit

Permalink
debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewEichmann-NOAA committed Sep 11, 2024
1 parent 3b56e55 commit 1dea230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/marine_letkf.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def initialize(self):
logger.info("initialize")

# make directories and stage ensemble background files
soca_fix_stage_list = parse_j2yaml(self.task_config.SOCA_FIX_YAML_TMPL, self.task_config)
FileHandler(soca_fix_stage_list).sync()

stageconf = AttrDict()
Expand Down Expand Up @@ -195,5 +196,4 @@ def finalize(self):
letkfsaveconf[key] = self.task_config[key]
letkfsaveconf.RUN = 'enkfgdas'
letkf_save_list = parse_j2yaml(self.task_config.MARINE_LETKF_SAVE_YAML_TMPL, letkfsaveconf)
print('letkf_save_list:', letkf_save_list)
FileHandler(letkf_save_list).sync()

0 comments on commit 1dea230

Please sign in to comment.