Skip to content

Commit

Permalink
tweak indentation again
Browse files Browse the repository at this point in the history
  • Loading branch information
gmao-msienkie committed Dec 30, 2024
1 parent e76a3ee commit 0e6f698
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/swell/tasks/gsi_bc_to_ioda.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ def execute(self) -> None:
output_dict = {}
output_dict['sensor'] = 'aircft'
output_dict['output file'] = os.path.join(self.cycle_dir(),
f'aircraft_abias_air.{background_time}.nc4')
f'aircraft_abias_air.{background_time}.nc4')
output_dict['predictors'] = default_predictors
acftbias_converter_dict_output.append(output_dict)

Expand All @@ -207,7 +207,7 @@ def execute(self) -> None:

# Run IODA acftbias converter
acftbias_converter_exe = os.path.join(self.experiment_path(), 'jedi_bundle',
'build', 'bin', 'acftbias2ioda.x')
'build', 'bin', 'acftbias2ioda.x')

run_track_log_subprocess(self.logger, [acftbias_converter_exe, acftbias_converter_yaml])

Expand Down

0 comments on commit 0e6f698

Please sign in to comment.