NGrib is a .NET library to read GRIB (GRid in Binary) files. GRIB is a gridded data standard from WMO (World Meteorological Organisation) and is used by many meteorological organisation. Fork of GribCS.
I need to read "Inverse Mean Wave Frequency [s]", "Mean Period of Combined Wind Waves and Swell [s]" & "Direction of Combined Wind Waves and Swell [deg]" from ensemble grib files.
Hello,
I need to read "Inverse Mean Wave Frequency [s]", "Mean Period of Combined Wind Waves and Swell [s]" & "Direction of Combined Wind Waves and Swell [deg]" from ensemble grib files.
I have taken a stab at the implementation here https://github.com/nmangue/NGrib/pull/17
Thanks 😄