Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/model_documentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -608,7 +608,7 @@ Example national dispatch profiles for gas CCS and nuclear in illustrative low-c

```{admonition} Unit startup considerations
Two switches control unit startup considerations:
- `GSw_MingenFixed` (default `1`): Turn on (if `1`) or off (if `0`) the minimum generation constraint for the technologies included in `inputs/plant_characteristics/mingen_fixed.csv` (affects only nuclear by default).
- `GSw_MingenFixed` (default `1`): Turn on (if `1`) or off (if `0`) the minimum generation constraint for the technologies included in `inputs/plant_characteristics/mingen_fixed.csv` (affects only nuclear/nuclear SMR and biopower plants by default).
- `GSw_StartCost` (default `4`): Specifies generation technologies for which to apply startup costs.
The default setting of `4` specifies combined cycle, coal and CCS (leaving out nuclear, which is handled by `GSw_MingenFixed`).
Startup costs are found at `inputs/plant_characteristics/startcost.csv`.
Expand Down
1 change: 1 addition & 0 deletions inputs/plant_characteristics/mingen_fixed.csv
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*i,fraction
biopower,0.5
nuclear,0.7
nuclear-smr,0.4
Loading