Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

NetCDF to Intermediate File

bigveech

New member
Hello,
I'm trying to convert a NetCDF file (specifically gfs.tCCz.atm(anl|fFFF).nc files described here NCEP Data Products GFS and GDAS) into a WPS intermediate file.

Are there any resources detailing the structure of WPS intermediate files or any off the shelf programs that can help me convert these files?
 
The issue is that these files are NetCDF, not grib. I don't think ungrib works with NetCDF files unless I'm missing something
 
@bigveech
You are right that ungrib cannot process netCDF data.
Please take a look at the document here, which describes in detail the format of intermediate data. A small piece of code is also provided, which can be used to output data in this specific format.
 
Top