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

Need to clarify provenance of e2mip models #173

Open nbren12 opened 7 months ago

nbren12 commented 7 months ago

For some e2mip models, the training details could be clearer. We have some details in the table in the README, but the provenance of checkpoints is not clear.

In particular, it's not clear whether e2mip://fcn and e2mip://dlwp are the same checkpoints as in the papers, or whether they are retrained using modulus. I think e2mip://fcn is from the paper, but dlwp is retrained from scratch using the modulus rewrite. Is that right @ktangsali @NickGeneva?

We should make a docs page with more of these details.