Installation

Get the EarthNet model intercomparison suite

  1. Fork the EarthNet2021 model intercomparison suite repository.

  2. Clone your fork into your local working directory.

Connect your model

  1. For a new model, create a new folder under /src/models/. You can also start developing a model over one of the provided templates.

  2. 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!