To install and run the model, follow these steps:
-
Open your terminal and run the following commands:
sudo DOCKER_BUILDKIT=0 docker build -t feo-esmod-pypsa . docker run -it feo-esmod-pypsa:latest
-
In Visual Studio Code, add the Docker extension.
-
Go to the extensions and click on the "feo-esmod-pypsa" container.
-
Click on "Attach Visual Studio Code". This should open a new window.
-
Now, open the terminal and run the following command:
snakemake c4 -j2 solve_all_networks
This should run the tutorial for you.
That's it! You should now be able to run the model with ease.