moptis / era5-for-wrf

Tutorial for accessing ERA5 data on AWS for use in running the Weather Research and Forecasting (WRF) model
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Duplicate records in S3 ERA5 2023 data #1

Open d-watt opened 3 months ago

d-watt commented 3 months ago

Nice work @moptis! Fyi - I'm seeing duplicate records in the S3 ERA5 2023 data. Generated with tutorials/era5_global_timeseries.ipynb, using both default coords and at a couple other locations.

image

Also noting lon is in 0/360 format, whereas lat is -90/90 in era5-for-wrf/era5_global_gids.csv. Might be more intuitive to use -180/180 for lon instead?

image

moptis commented 3 months ago

@d-watt Thanks for pointing this out! I'll review this weekend and get things fixed up.