OCHA-DAP / pa-aa-yem-flooding

GNU General Public License v3.0
3 stars 0 forks source link

Download ECMWF model and forecast #13

Open turnerm opened 1 year ago

turnerm commented 1 year ago

Leaving as draft for now because I made separate scripts to be fast, but these should be moved into the usual utilities. So no need to review yet Zack - just FYI.

turnerm commented 1 year ago

@zackarno this should be ready for review.

One thing to note: if I'm not mistaken, I think your R targets takes the HRES data from private/processed/yem/ecmwf/. This should be switched to private/raw/yem/ecmwf/, as the former is interpolated data which I had re-gridded - but in the meantime I downloaded the raw data in the correct format. Once you've done that we can remove the processed data to avoid confusion.

zackarno commented 1 year ago

@zackarno this should be ready for review.

One thing to note: if I'm not mistaken, I think your R targets takes the HRES data from private/processed/yem/ecmwf/. This should be switched to private/raw/yem/ecmwf/, as the former is interpolated data which I had re-gridded - but in the meantime I downloaded the raw data in the correct format. Once you've done that we can remove the processed data to avoid confusion.

yeah i was using the data you had re-gridded. I'll create a small branch just to re-create the target with the new correct format. The results should be very similar though, right?

turnerm commented 1 year ago

The results should be very similar though, right?

Yes!

zackarno commented 10 months ago

somehow this branch got stranded - but its great so should be merged into main!

I found it again as I was looking for an example of using the ecmwfapi python package to access the MARS catalogue :-)