InstallationΒΆ
To download and set up the CORE-WESM model workflow, the following steps need to be followed:
Clone the repository:
git clone https://github.com/ClimateCompatibleGrowth/CORE-WESM.git
Navigate to the repository directory:
cd CORE-WESM
Create and activate the conda environment:
conda update conda conda env create -f environment.yaml conda activate corewesm
Install solvers following instructions on the relevant websites. The workflow script currently works with the HiGHS and cbc solvers.
Adjust the config files (
run.yaml,pipeline_config.yaml) insrc/core_wesm/config_filesas required.