nasa / opera-sds-pge

Observational Products for End-Users from Remote Sensing Analysis (OPERA)
Apache License 2.0
16 stars 6 forks source link

Integrate grib_to_netcdf call into DISP-S1 pre-processor #381

Closed collinss-jpl closed 9 months ago

collinss-jpl commented 11 months ago

One of the ancillary inputs required by the DISP-S1 PGE/SAS are troposphere weather model files, sometimes also referred to as ECMWF weather data files. By default, these files come in a format known as "GRIB", however, the DISP-S1 SAS expects the file in NetCDF format for it to be usable.

PCM will be in charge of obtaining the ECMWF files and staging them for use with DISP-S1 PGE jobs, however, the responsibility for the conversion from GRIB to NetCDF will fall on the PGE itself.

Luckily, there already exists an application to convert from GRIB to NetCDF, appropriately named grib_to_netcdf. The overarching goal of this ticket is to integrate usage of this application as a pre-processor step in the DISP-S1 code. At a high-level, this will entail the following tasks:

collinss-jpl commented 9 months ago

Closed by #389