Merge pull request #300 from PyPSA/tech-data-0.5

compatibility with technology-data v0.5
This commit is contained in:
lisazeyen 2023-02-10 09:03:34 +01:00 committed by GitHub
commit 30b2460663
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 4 deletions

View File

@ -339,7 +339,7 @@ industry:
costs:
year: 2030
version: v0.4.0
version: v0.5.0
lifetime: 25 #default lifetime
# From a Lion Hirth paper, also reflects average of Noothout et al 2016
discountrate: 0.07

View File

@ -997,7 +997,7 @@ def add_storage_and_grids(n, costs):
)
# hydrogen stored overground (where not already underground)
h2_capital_cost = costs.at["hydrogen storage tank incl. compressor", "fixed"]
h2_capital_cost = costs.at["hydrogen storage tank type 1 including compressor", "fixed"]
nodes_overground = h2_caverns.index.symmetric_difference(nodes)
n.madd("Store",

View File

@ -320,7 +320,7 @@ industry:
costs:
year: 2030
version: v0.4.0
version: v0.5.0
lifetime: 25 #default lifetime
# From a Lion Hirth paper, also reflects average of Noothout et al 2016
discountrate: 0.07

View File

@ -318,7 +318,7 @@ industry:
costs:
year: 2030
version: v0.4.0
version: v0.5.0
lifetime: 25 #default lifetime
# From a Lion Hirth paper, also reflects average of Noothout et al 2016
discountrate: 0.07