dtcenter / METplus

Python scripting infrastructure for MET tools.
https://metplus.readthedocs.io
Apache License 2.0
93 stars 37 forks source link

pb2nc_wrapper-provide support for prepBUFR files with no offset time #96

Closed bikegeek closed 6 years ago

bikegeek commented 6 years ago

In her comparison tests against VSDB, Mallory Row has uncovered yet another type of prepBUFR file naming convention in the production directories. Some files do not contain offset times and look like: /gpfs/hps/nco/ops/com/gfs/prod/gdas.2018006/gdas.t00z.prepbufr

Input files are found, but at generate_output_nc_filename, the output filename cannot be generated. This may require making modifications to string_template_substition code to support this new prepBUFR filename.

bikegeek commented 6 years ago

Confirmed as working from Mallory.