nmangue / NGrib

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.
GNU Lesser General Public License v3.0
17 stars 10 forks source link

Reading of combine variables #19

Closed da-br closed 3 months ago

da-br commented 3 months ago

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 😄