A ready-to-use package for modeling the Southeast Asia region with the latest version of pypsa-earth.
The content is based on the Master's Thesis High Resolution Techno-Economic Analysis of Future Power Network Development in Southeast Asia by Virio Andreyana.
To run the premade scenarios:
- Clone this repository next to your
pypsa-earth
repository. - Copy the contents of
pypsa-sea-data/configs
intopypsa-earth/configs
. - Retrieve the necessary data bundle and cutouts by modifying the
enable
section inconfig.sea.yaml
. - Place any config from the
scenarios-
folder intopypsa-earth/configs/scenarios
. - Run the code using:
snakemake solve_all_networks
.
The content of scenarios-pypsa-sea-v1
is an overnight foresight model of the Southeast Asia region with three optional network topologies:
- exist: Includes only existing interregional connections.
- aims: Includes all interregional connections proposed or discussed in the AIMS workpaper for the ASEAN power grid.
- irena: Includes all interregional connections modeled by IRENA's scenario.
And two load options for the year 2050:
- 1.5S-RE90: Total electricity demand of 6413 TWh/a.
- CNS: Total electricity demand of 3528 TWh/a.
Future plans include premade scenarios for myopic foresight. Most of the coding development, however, is in the pypsa-earth repository.