-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move
dac
cost reduction assumptions to module folder
Currently the DAC technologies' cost reduction and reduction scenarios assumptions are added to the `energy` module's CSV files. With #255, there is now the functionality to add module-specific cost assumptions. So I am moving the DAC technologies' cost reduction categories and reduction scenarios to its own module directory.
- Loading branch information
1 parent
b22e7cb
commit 53e8834
Showing
4 changed files
with
12 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Cost reduction in 2100,,,,, | ||
# ,,,,, | ||
# Units: % ,,,,, | ||
message_technology,very_low,low,medium,high,very_high | ||
dac_lt,0.1,0.3,0.5,0.7,0.9 | ||
dac_hte,0.1,0.3,0.5,0.7,0.9 | ||
dac_htg,0.1,0.3,0.5,0.7,0.9 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
message_technology,SSP1,SSP2,SSP3,SSP4,SSP5,LED | ||
dac_lt,low,medium,medium,high,high,low | ||
dac_hte,low,medium,medium,high,high,low | ||
dac_htg,low,medium,medium,high,high,low |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters