Hello. I just downloaded monthly mean wind speed data from ERA-interim with time range of 2007 to 2015 and spatial resolution of 1°×1° in NetCDF type. Because I already have some other remote sensing data in 1°×1° grid, I chose 1°×1° instead of 0.7°×0.7°.

I used the data of global wind speed. I opened the data in MATLAB. And I found the latitude variable has 181 values (go from 90 to -90, including zero) while the longitude variable has 360 values (go from 180 to -179, including zeros). So for every month, the wind speed variable is a matrix of 181*360 grids. But I thought it should be 180*360 grids for global map. So, why did the latitude have one more row? I don't know exactly how I can match the wind speed to my other data (like 1°×1° precipitation, temperature or so of 180*360 grids).

Does anyone have used ERA-interim data and can help me.

Thanks a lot.

Similar questions and discussions