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
The "get_data_files.py" script utilizes "cvngrib -g21" to convert grib2 data for analysis and forecasting into grib1 format. However, if the data level is below 1 mb, "cnvgrib" is unable to perform the conversion. An example of a grib1 file record is:
Due to this limitation, the model level must be an integer, and decimals are not allowed. Consequently, levels above 1mb cannot be verified or plotted.
The text was updated successfully, but these errors were encountered:
This issue impacts the capability of the EMC_verif-global. It is better to find a way to solve this.
change the model level in grib2 to "Pa" from mb? any other utilities to convert? Can this be solved with cnvgrib?
The "get_data_files.py" script utilizes "cvngrib -g21" to convert grib2 data for analysis and forecasting into grib1 format. However, if the data level is below 1 mb, "cnvgrib" is unable to perform the conversion. An example of a grib1 file record is:
"11:1043396:d=19120300:HGT:kpds5=7:kpds6=100:kpds7=0:TR=10:P1=0:P2=102:TimeU=1:0 mb:102hr fcst:NAve=0"
Due to this limitation, the model level must be an integer, and decimals are not allowed. Consequently, levels above 1mb cannot be verified or plotted.
The text was updated successfully, but these errors were encountered: