HFAiLab / OpenCastKit

The open-source solutions of FourCastNet and GraphCast
MIT License
303 stars 77 forks source link

Running convert_era5_hourly shows Killed. #7

Open lk1983823 opened 1 year ago

lk1983823 commented 1 year ago

I have successfully downloaded a one-month era5 data using download_era5.py. However, when I run the convert_era5_hourly.py, it showed Killed at last. This happened despite I set the start_time and end_time interval, like 5 days or 30 days. My memory capacity is 32GB. Can you give me some suggestions?

lk1983823 commented 1 year ago

It happens in the Xt0 = np.stack(Xt0, axis=-1) due to a too large array. Is there any way to work around this? Thank you.