Skip to content

Commit

Permalink
norm 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xincjin-NOAA committed May 23, 2024
1 parent 08f1dd1 commit dedc0e9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions ush/ioda/bufr2ioda/bufr2ioda_ssmis.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,3 @@ def __init__(self, *args, **kwargs):
converter = Bufr2IodaSsmis(args.config)
converter.execute()
logger.info('--Finished--')


2 changes: 1 addition & 1 deletion ush/ioda/bufr2ioda/combine_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def __init__(self, file_name):
self.yaml_path = self.get_yaml_file()
self.yaml_config = self.get_yaml_config()
pprint(self.yaml_config)
self.ioda_files = self.yaml_config['encoder'].get('obsdataout')
self.ioda_files = self.yaml_config['encoder'].get('obsdataout')
self.obs_data_in = self.yaml_config['bufr'].get('obsdatain')
logger.info(f'Ioda output files are: {self.ioda_files}')
self.splits = self.yaml_config['bufr'].get('splits')
Expand Down

0 comments on commit dedc0e9

Please sign in to comment.