Skip to content

Commit

Permalink
Merge pull request #150 from transition-zero/fix-tutorial-path
Browse files Browse the repository at this point in the history
fix pathing
  • Loading branch information
amanmajid committed Sep 26, 2024
2 parents 9c1124e + f9c7212 commit cdb55d6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/two-region-model/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The two-region model (TRM) was developed to serve as a starter kit for multi-reg
## Overview
TRM is an illustrative model for two separate regions that have an interconnected power system and shared primary fuel resources. The model schematic is illustrated below:

<img src="https://github.com/transition-zero/tz-osemosys/blob/add-tutorials/examples/two-region-model/two-region-model-schematic.png" alt="" width="800" align="center">
<img src="https://github.com/transition-zero/tz-osemosys/blob/main/examples/two-region-model/two-region-model-schematic.png" alt="" width="800" align="center">

The model captures three sources of energy: primary energy, secondary energy and final energy. As shown in the figure above, the primary energy inputs consist of:

Expand Down Expand Up @@ -37,10 +37,10 @@ Secondary electricity | Final energy
Commodities are referenced throughout the model setup, where prices and demands of each commodities can be configured, as well as the conversion rates between commodities.

### Temporal resolution
TRM runs between 2024 and 2030 by default. Within each annual time step, there are six seasonal timeslices referred to as: ID, IN, SD, SN, WD and WN. The time definitions are defined in [`time_definitions.yaml`](https://github.com/transition-zero/tz-osemosys/blob/add-tutorials/examples/two-region-model/time_definitions.yaml).
TRM runs between 2024 and 2030 by default. Within each annual time step, there are six seasonal timeslices referred to as: ID, IN, SD, SN, WD and WN. The time definitions are defined in [`time_definitions.yaml`](https://github.com/transition-zero/tz-osemosys/blob/main/examples/two-region-model/time_definitions.yaml).

### Emissions targets
TRM does not have any emissions targets by default. However, it is setup such that emissions targets (e.g., CO2, NOx etc) can be easily implemented. Emissions targets are defined in [`targets.yaml`](https://github.com/transition-zero/tz-osemosys/blob/add-tutorials/examples/two-region-model/targets.yaml).
TRM does not have any emissions targets by default. However, it is setup such that emissions targets (e.g., CO2, NOx etc) can be easily implemented. Emissions targets are defined in [`targets.yaml`](https://github.com/transition-zero/tz-osemosys/blob/main/examples/two-region-model/targets.yaml).

## Running the model
Provided you have successfully setup `tz-osemosys` on your local machine as instructed, you can run the TRM model as shown below:
Expand Down

0 comments on commit cdb55d6

Please sign in to comment.