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
When converting lat/lon/dlat/dlon to integer, truncation is used rather than rounding.
Ex. initial grid has a dlat-dlon=0.02 degrees (not exact binary double precision number)
When using -small_grib, the exterme value is xxx.019999 rather than xx.020000
The text was updated successfully, but these errors were encountered:
When converting lat/lon/dlat/dlon to integer, truncation is used rather than rounding.
Ex. initial grid has a dlat-dlon=0.02 degrees (not exact binary double precision number)
When using -small_grib, the exterme value is xxx.019999 rather than xx.020000
The text was updated successfully, but these errors were encountered: