Installation
Get the EarthNet model intercomparison suite
- Fork the EarthNet2021 model intercomparison suite repository.
- Clone your fork into your local working directory.
Connect your model
-
For a new model, create a new folder under
/src/models/
. You can also start developing a model over one of the provided templates. -
For an existing model that already has a repository and stands alone, add it as a git submodule under
/src/models/
.git submodule add https://github.com/<user>/<awesome_model> /src/models/<awesome_model>
You can redirect the arguments passed from
run.py
to your stand-alone model by creating a new configuration YAML in/configs/
. Find a detailed explanation on how to integrate your model so everyone can easily access your modelling work!