Modify check for global grid for Gaussian and lat/lon grids in rd_grib1.F.
commit82f4ee957c37087c49dc9de9a6d5eeeacdf14be1
authorJim Bresch <bresch@ucar.edu>
Sun, 21 Jan 2018 04:43:45 +0000 (20 21:43 -0700)
committerJim Bresch <bresch@ucar.edu>
Sun, 21 Jan 2018 04:52:06 +0000 (20 21:52 -0700)
tree3cadb8350fdf18cc8924e8c32cf7708d5f0ef62e
parenta60c4674697f658a0ad7213f385ae271bb8d64ad
Modify check for global grid for Gaussian and lat/lon grids in rd_grib1.F.

The high-resolution EC113.1 output revealed a problem with the testing
for a global grid. We test to see if the number_of_points times delta_lon
is close to 360 degrees and if it's 'close' then we assume it's a global
grid. When delta_lon is inaccurate (since it's only 3 digits), the
closeness can be more than 1 degree. So, increase the limit to 2. This
should not be a problem unless someone creates a non-global grid that
is 358 degrees wide.
ungrib/src/rd_grib1.F