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.post0.tar.gz (528.3 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

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

Uploaded Python 3

File details

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

File metadata

  • Download URL: switch_model-2.0.9.post0.tar.gz
  • Upload date:
  • Size: 528.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.0.1 CPython/3.12.9

File hashes

Hashes for switch_model-2.0.9.post0.tar.gz
Algorithm Hash digest
SHA256 a45cef57c96265028df30314a9b4d87042c3fcd6edbb5b3d7c050fbc7aca8051
MD5 31a109b1cafd38a5684a23dcb6e39a2c
BLAKE2b-256 414f49730c98b0d004c952a5b3988e9f0ea06e47968411b215f7171e4101bb85

See more details on using hashes here.

File details

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

File metadata

File hashes

Hashes for switch_model-2.0.9.post0-py3-none-any.whl
Algorithm Hash digest
SHA256 824635c4aa0f513243c7bffb95bd216db560082ebeb7ec7350a6cf86ec9e24f6
MD5 bc2628c02054434307efdb0534a9a1a4
BLAKE2b-256 9f9b3239e094eb3d36ff033d95c2e3ac60bb62c1ac6abc6be879095d14875b98

See more details on using hashes here.

Supported by

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