You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 40 Next »

grib_compare examples

  1. The default behaviour for grib_compare without any option is to perform a bit by bit comparison of the two messages. If the messages are found to be bitwise different then grib_compare switches to a "key based" mode to find out which coded keys are different. To see how grib_compare works we first set the shortName=2d (2 metre dew point temperature) in the file regular_latlon_surface.grib1

     
    > grib_set -s shortName=2d regular_latlon_surface.grib1 2d.grib1
    


  • No labels