Skip to content

Commit

Permalink
Merge pull request #208 from shouryaj/patch-1
Browse files Browse the repository at this point in the history
Update getting-started.md
  • Loading branch information
trevorb1 authored Oct 14, 2024
2 parents 4c9cfc8 + b88732c commit a4d62c8
Showing 1 changed file with 19 additions and 15 deletions.
34 changes: 19 additions & 15 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,10 +198,10 @@ and **N**epal)
```yaml
geographic_scope:
- 'IND'
- 'BGD'
- 'BTN'
- 'NPL'
- 'IND'
- 'BGD'
- 'BTN'
- 'NPL'
```
4. Change the model horizon to be from 2020 to 2040. Both numbers are inclusive.
Expand All @@ -216,22 +216,22 @@ day. The start number is inclusive, while the end number is exclusive.
```yaml
dayparts:
D1: [0, 8]
D2: [8, 16]
D3: [16, 24]
D1: [0, 8]
D2: [8, 16]
D3: [16, 24]
```
6. Change the number of seasons to represent 6 equally spaced days. Both numbers
are inclusive.
```yaml
seasons:
S1: [1, 2]
S2: [3, 4]
S3: [5, 6]
S4: [7, 8]
S5: [9, 10]
S6: [11, 12]
S1: [1, 2]
S2: [3, 4]
S3: [5, 6]
S4: [7, 8]
S5: [9, 10]
S6: [11, 12]
```
:::{tip}
Expand All @@ -251,7 +251,11 @@ are inclusive.
7. Change the emission penalty to `50` $/T
```yaml
emission_penalty: 50
emission_penalty:
- ["CO2", "IND", 2020, 2040, 50]
- ["CO2", "BGD", 2020, 2040, 50]
- ["CO2", "BTN", 2020, 2040, 50]
- ["CO2", "NPL", 2020, 2040, 50]
```
8. Run the command `snakemake -j6`
Expand Down Expand Up @@ -457,4 +461,4 @@ If you are experiencing issues running any of the examples, please submit a
[new issue](https://github.com/OSeMOSYS/osemosys_global/issues/new/choose).
Our GitHub
[discussion forum](https://github.com/OSeMOSYS/osemosys_global/discussions) is
also a great place to ask general OSeMOSYS Global questions.
also a great place to ask general OSeMOSYS Global questions.

0 comments on commit a4d62c8

Please sign in to comment.