forked from MaREI-EPMG/times-ireland-model
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Replace Hydrogen SubRES * Remove H2 import * Update Groups.json * Add ~$*.* pattern to .gitignore * Add a hydrogen export process * Update H2 name in reporting sets * Add H2 and electricity storage sets * Correct storage input data and enable vintage tracking * Move storage efficiency and availability to a neighboring table * Add new tables and global filters; update cases and groups * Redefine Hydrogen commodities on DayNite level * Add a scenario without Bio CCS * Apply IND constraints from 2022 * Use space heating CGs for defining ambient heat share * Use FLO_EFF instead of FLO_SHAR to account for ambient heat * Remove RSDAHT2 (use RSDAHT instead)
- Loading branch information
Showing
25 changed files
with
295 additions
and
154 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
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 |
---|---|---|
@@ -1,14 +1,23 @@ | ||
[ | ||
{ | ||
"Description": "IE 2018, 2020-2050 with 5 year step", | ||
"EditedOn": "2021-06-16 22:05", | ||
"EditedOn": "2023-12-21 09:00", | ||
"LastAccessed": "2023-12-21 09:00", | ||
"Filter": "{\"period\":[\"2018\",\"2020\",\"2025\",\"2030\",\"2035\",\"2040\",\"2045\",\"2050\"],\"region\":[\"IE\"]}", | ||
"Name": "ie_2018_and_2020-2050_5ys" | ||
}, | ||
{ | ||
"Description": "IE P39 from 2020 to 2050", | ||
"EditedOn": "2023-12-21 09:00", | ||
"LastAccessed": "2023-12-21 09:00", | ||
"Filter": "{\"period\":[\"2020\",\"2021\",\"2022\",\"2023\",\"2024\",\"2025\",\"2026\",\"2027\",\"2028\",\"2029\",\"2030\",\"2031\",\"2032\",\"2033\",\"2034\",\"2035\",\"2036\",\"2037\",\"2038\",\"2039\",\"2040\",\"2041\",\"2042\",\"2043\",\"2044\",\"2045\",\"2046\",\"2047\",\"2048\",\"2049\",\"2050\"],\"region\":[\"IE\"]}", | ||
"Name": "ie_p39_2020-2050" | ||
}, | ||
{ | ||
"Description": "IE P39 until 2050", | ||
"EditedOn": "2021-06-16 22:05", | ||
"EditedOn": "2023-12-21 09:00", | ||
"LastAccessed": "2023-12-21 09:00", | ||
"Filter": "{\"period\":[\"2018\",\"2019\",\"2020\",\"2021\",\"2022\",\"2023\",\"2024\",\"2025\",\"2026\",\"2027\",\"2028\",\"2029\",\"2030\",\"2031\",\"2032\",\"2033\",\"2034\",\"2035\",\"2036\",\"2037\",\"2038\",\"2039\",\"2040\",\"2041\",\"2042\",\"2043\",\"2044\",\"2045\",\"2046\",\"2047\",\"2048\",\"2049\",\"2050\"],\"region\":[\"IE\"]}", | ||
"Name": "ie_p39_until_2050" | ||
} | ||
] | ||
] |
Oops, something went wrong.