You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 21, 2023. It is now read-only.
I can view all the variable names correctly in a GRIB data viewing program (Panoply), but when I open the file with GribApi.NET it seems to get the message name field from the "Grib2_Parameter_Name", which is the case for total ozone:
But for ozone mixing ratio, the name does not exist in the loaded grib messages. It should be named "Ozone Mixing Ratio" according to the viewer, but it is nowhere to be found:
Any idea what's happening here, and is there a way to get the full names with this library ("Total_ozone_entire_atmosphere_single_layer" and "Ozone_Mixing_Ratio_isobaric")?
The text was updated successfully, but these errors were encountered:
I may have just misunderstood how these files are parsed. If I search for the ParameterShortName of "o3mr", I get 17 messages (one for each isobaric2 level).
I'm trying to load a test file from the NOAA GFS model output:
ftp://nomads.ncdc.noaa.gov/GFS/analysis_only/201812/20181201/gfsanl_4_20181201_0000_003.grb2
I can view all the variable names correctly in a GRIB data viewing program (Panoply), but when I open the file with GribApi.NET it seems to get the message name field from the "Grib2_Parameter_Name", which is the case for total ozone:
But for ozone mixing ratio, the name does not exist in the loaded grib messages. It should be named "Ozone Mixing Ratio" according to the viewer, but it is nowhere to be found:
Any idea what's happening here, and is there a way to get the full names with this library ("Total_ozone_entire_atmosphere_single_layer" and "Ozone_Mixing_Ratio_isobaric")?
The text was updated successfully, but these errors were encountered: