InstallationΒΆ

To download and set up the CORE-WESM model workflow, the following steps need to be followed:

  1. Clone the repository:

    git clone https://github.com/ClimateCompatibleGrowth/CORE-WESM.git
    
  2. Navigate to the repository directory:

    cd CORE-WESM
    
  3. Create and activate the conda environment:

    conda update conda
    
    conda env create -f environment.yaml
    
    conda activate corewesm
    
  4. Install solvers following instructions on the relevant websites. The workflow script currently works with the HiGHS and cbc solvers.

  5. Adjust the config files ( run.yaml , pipeline_config.yaml ) in src/core_wesm/config_files as required.