Open turnerm opened 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 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 toprivate/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?
The results should be very similar though, right?
Yes!
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 :-)
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.