Skip to main content

Switch Power System Planning Model

Project description

This contains version 2 of the Switch electricity planning model. This optimization model is modular and can be used with varying levels of complexity. Look in the examples directory for demonstrations of using Switch for investment planning or production cost simulation. The examples enable varying levels of model complexity by choosing which modules to include.

See INSTALL for installation instructions.

To generate documentation, go to the doc folder and run ./make_doc.sh. This will build html documentation files from python doc strings which will include descriptions of each module, their intentions, model components they define, and what input files they expect.

TESTING To test the entire codebase, run this command from the root directory: python run_tests.py

EXAMPLES To run an example, navigate to an example directory and run the command: switch solve --verbose --log-run

CONFIGURING YOUR OWN MODELS

At a minimum, each model requires a list of Switch modules to define the model and a set of input files to provide the data. The Switch framework and individual modules also accept command-line arguments to change their behavior.

Each Switch model or collection of models is defined in a specific directory (e.g., examples/3zone_toy). This directory contains one or more subdirectories that hold input data and results (e.g., "inputs" and "outputs"). The models in the examples directory show the type of text files used to provide inputs for a model. You can change any of the model's input data by editing the *.csv files in the input directory.

Switch contains a number of different modules, which can be selected and combined to create models with different capabilities and amounts of detail. You can look through the *.py files within switch_mod and its subdirectories to see the standard modules that are available and the columns that each one will read from the input files. You can also add modules of your own by creating Python files in the main model directory and adding their name (without the ".py") to the module list, discussed below. These should define the same functions as the standard modules (e.g., define_components()).

Each model has a text file which lists the modules that will be used for that model. Normally this file is called "modules.txt" and is stored in the main model directory or in an inputs subdirectory. Switch will automatically look in those locations for this list; alternatively, you can specify a different file with the "--module-list" argument.

Use "switch --help", "switch solve --help" or "switch solve-scenarios --help" to see a list of command-line arguments that are available.

You can specify these arguments on the command line when you solve the model (e.g., "switch solve --solver cplex"). You can also place frequently used arguments in a file called "options.txt" in the main model directory. These can all be on one line, or they can be placed on multiple lines for easier readability (be sure to include the "--" part in all the argument names in options.txt). The "switch solve" command first reads all the arguments from options.txt, and then applies any arguments you specified on the command line. If the same argument is specified multiple times, the last one takes priority.

You can also define scenarios, which are sets of command-line arguments to define different models. These additional arguments can be placed in a scenario list file, usually called "scenarios.txt" in the main model directory (or you can use a different file specified by "--scenario-list"). Each scenario should be defined on a single line, which includes a "--scenario-name" argument and any other arguments needed to define the scenario. "switch solve-scenarios" will solve all the scenarios listed in this file. For each scenario, it will first apply all arguments from options.txt, then arguments from the relevant line of scenarios.txt, then any arguments specified on the command line.

After the model runs, results will be written in tab-separated text files (with extension .csv) in the "outputs" directory (or a different directory specified via the "--outputs-dir" argument).

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

switch_model-2.0.9.tar.gz (526.9 kB view details)

Uploaded Source

Built Distribution

switch_model-2.0.9-py3-none-any.whl (426.1 kB view details)

Uploaded Python 3

File details

Details for the file switch_model-2.0.9.tar.gz.

File metadata

  • Download URL: switch_model-2.0.9.tar.gz
  • Upload date:
  • Size: 526.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for switch_model-2.0.9.tar.gz
Algorithm Hash digest
SHA256 c3a7a6bf2aadd0b806289b316ae30482c2e628a1c651dc42eb58c59629a28ec2
MD5 d24ff14807bed8c7e29350fae273541b
BLAKE2b-256 6be435cecdbf21ba271599a2df3e7289074f75bd6b4a9cbccb484c61e84fb75f

See more details on using hashes here.

File details

Details for the file switch_model-2.0.9-py3-none-any.whl.

File metadata

  • Download URL: switch_model-2.0.9-py3-none-any.whl
  • Upload date:
  • Size: 426.1 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/5.0.0 CPython/3.12.3

File hashes

Hashes for switch_model-2.0.9-py3-none-any.whl
Algorithm Hash digest
SHA256 a3798a79eca98a8fa182c16dfda990a6e979c472c63d38f27e866cd33684865f
MD5 729e3222d106518a2d048feb158b4afc
BLAKE2b-256 e75794187f6df729f797e5a77f59aec5f93029bb124ceadc6f7bfe998f775cd9

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page