Hi, we are working with surface pressure data from ECMWF:s ERA-Interim. We know how to extract GRIB-files using read_grib. What we know is that the data is in the fltarray and that we can access it by writting grib_struct.fltarray. In doing this we get a list of data. The problem is that we have 88,838 values, one for each grid point, but we don't know how to see which value corresponds to which grid point. We know that La1 is 89.4630, Lo1 is 0, La2 is -89.4630 and Lo2 is 359.2970. We only need to know which grid points that correspond to the Northern Hemisphere and the Southern Hemisphere, respectively. Is it safe to assume that the first half of the data corresponds to the Northern Hemisphere and that the rest correspond to the Southern Hemisphere?
We hope for help as soon as possible since this is for our Bachelor project in Meteorology.
Best regards, Andy and Emy