Skip to content

Commit

Permalink
update yaml file name
Browse files Browse the repository at this point in the history
  • Loading branch information
ypwang19 committed May 24, 2024
1 parent f7ea78c commit 9d5aeb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ush/python/pygfs/task/aero_prepobs.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def initialize(self) -> None:
self.task_config.prepaero_config = self.get_obsproc_config(sensor)

# generate converter YAML file
_prepaero_yaml = os.path.join(self.runtime_config.DATA, f"{self.runtime_config.CDUMP}.t{self.runtime_config['cyc']:02d}z.chem_prepobs_viirs_{sensor}.yaml")
_prepaero_yaml = os.path.join(self.runtime_config.DATA, f"{self.runtime_config.CDUMP}.t{self.runtime_config['cyc']:02d}z.prepaero_viirs_{sensor}.yaml")
self.task_config.prepaero_yaml.append( _prepaero_yaml)
logger.debug(f"Generate PrepAeroObs YAML file: {_prepaero_yaml}")
save_as_yaml(self.task_config.prepaero_config, _prepaero_yaml)
Expand Down

0 comments on commit 9d5aeb7

Please sign in to comment.