NVIDIA / earth2mip

Earth-2 Model Intercomparison Project (MIP) is a python framework that enables climate researchers and scientists to inter-compare AI models for weather and climate.
https://nvidia.github.io/earth2mip/
Apache License 2.0
183 stars 40 forks source link

🐛[BUG]: GraphCast Model Registry Issues #195

Open david5010 opened 1 month ago

david5010 commented 1 month ago

Version

main

On which installation method(s) does this occur?

Source

Describe the issue

Currently, it looks like GraphCast metadata can't be downloaded correctly. It currently fails when running the graphcast_simple.py but it looks like it downloaded some parameters and stats needed for it to run. My guess is that the download and caching logic might be faulty for GraphCast. Here's what the parameters and stats look like in my .cache/

image

If anyone else has solved this issue, please let me know how you ran graphcast!

Environment details

pip install .
pip install .[graphcast]
pip install -r requirements.txt