Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorb1 authored Jun 7, 2022
1 parent 6de2a63 commit b469377
Showing 1 changed file with 31 additions and 3 deletions.
34 changes: 31 additions & 3 deletions config/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,39 @@ This configuration file contains all parameters that the user can edit. The tabl
|------------|-------------|--------|
| `scenario` | Scenario name | |
| `startYear` | Start year of model | 2015 |
| `endYear`| End year of model | 2050 |
| `dayType`| | |
| `daydayParts` | Hours included in each day part | Include all values between 0-24 |
| `endYear`| End year of model | 2100 |
| `dayType`| To be implemented | |
| `dayParts` | Hours included in each day part | Include all values between 0-24 |
| `timeshift` | Shifts location of modelled time zero relative to UTC | Between -11 and 12 |
| `seasons` | Months included in each season | Include all values between 1-12 |
| `geographic_scope` | Countries to include in scenario | Three letter codes using [this source](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-3) |
| `crossborderTrade` | Enable trading of resources between all countries in scenario | True or False |
| `emission_penalty` | Global carbon tax in Million Dollars per MegaTonne | Number greater than or equal to zero |
| `no_invest_technologies` | Technologies that can not be invested in | Technology codes from list below |
| `results_by_country` | Plot results by country in addition to system level results | True or False |
| `solver` | LP Solver to use | `cbc`, `gurobi`, `cplex` |
| `user_defined_capacity` | Modelled capacity additions | |

## Modelled Technologies

Below is the list of available modelled technologies.

| Technology | Code |
|----------------------------|------|
| Biomass | BIO |
| Combined Cycle Natural Gas | CCG |
| Coal | COA |
| Cogeneration | COG |
| Concentrated Solar Power | CSP |
| Geothermal | GEO |
| Hydroelectric | HYD |
| Open Cycle Natural Gas | OCG |
| Oil | OIL |
| Other | OTH |
| Petroleum | PET |
| Solar Photovoltaic | SPV |
| Nuclear | URN |
| Wave | WAV |
| Waste | WAS |
| Offshore Wind | WOF |
| Onshore Wind | WON |

0 comments on commit b469377

Please sign in to comment.