Skip to content

Commit

Permalink
Removed placeholder for grib_to_netcdf conversion call in disp_s1_pge.py
Browse files Browse the repository at this point in the history
The functions that perform the conversion are left intact, should we ever need the capability within the PGE again
  • Loading branch information
Scott Collins committed Aug 16, 2024
1 parent 8c6bc86 commit a65b3b9
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/opera/pge/disp_s1/disp_s1_pge.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ def run_preprocessor(self, **kwargs):
self.runconfig.algorithm_parameters_schema_path,
self.runconfig.algorithm_parameters_file_config_path,
self.logger)
# TODO gamma version of SAS seems to only support .grb format files,
# reenable NetCDF format is ever supported/desired
# self.convert_troposphere_model_files()

def convert_troposphere_model_files(self):
"""
Expand Down

0 comments on commit a65b3b9

Please sign in to comment.