Skip to content

Commit

Permalink
Merge pull request #475 from PyPSA/prepare-release-v0.7
Browse files Browse the repository at this point in the history
prepare release 0.7
  • Loading branch information
fneum authored Feb 16, 2023
2 parents 7b22837 + 3a5cfa4 commit 1539f4d
Show file tree
Hide file tree
Showing 86 changed files with 463 additions and 460 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0

Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0

Expand Down
4 changes: 2 additions & 2 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0

version: 2

python:
version: 3.8
version: "3.10"
install:
- requirements: doc/requirements.txt
system_packages: true
6 changes: 3 additions & 3 deletions .reuse/dep5
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,17 @@ Copyright: 2019 Fabian Neumann (TUB, KIT)
License: CC-BY-4.0

Files: data/*
Copyright: 2017-2022 The PyPSA-Eur Authors
Copyright: 2017-2023 The PyPSA-Eur Authors
License: CC-BY-4.0

Files: .github/*
Copyright: 2019 The PyPSA-Eur Authors
License: CC0-1.0

Files: matplotlibrc
Copyright: : 2017-2022 The PyPSA-Eur Authors
Copyright: : 2017-2023 The PyPSA-Eur Authors
License: CC0-1.0

Files: borg-it
Copyright: : 2017-2022 The PyPSA-Eur Authors
Copyright: : 2017-2023 The PyPSA-Eur Authors
License: CC0-1.0
2 changes: 1 addition & 1 deletion LICENSES/MIT.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright 2017-2022 The PyPSA-Eur Authors
Copyright 2017-2023 The PyPSA-Eur Authors

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!--
SPDX-FileCopyrightText: 2017-2022 The PyPSA-Eur Authors
SPDX-FileCopyrightText: 2017-2023 The PyPSA-Eur Authors
SPDX-License-Identifier: CC-BY-4.0
-->

Expand Down
2 changes: 1 addition & 1 deletion Snakefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: MIT

Expand Down
8 changes: 4 additions & 4 deletions config.default.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0

version: 0.6.1
version: 0.7.0
tutorial: false

logging:
Expand Down Expand Up @@ -233,7 +233,7 @@ load:

costs:
year: 2030
version: v0.4.0
version: v0.5.0
rooftop_share: 0.14 # based on the potentials, assuming (0.1 kW/m2 and 10 m2/person)
fill_values:
FOM: 0
Expand Down Expand Up @@ -288,7 +288,7 @@ solving:
min_iterations: 4
max_iterations: 6
clip_p_max_pu: 0.01
skip_iterations: false
skip_iterations: true
track_iterations: false
#nhours: 10
solver:
Expand Down
32 changes: 26 additions & 6 deletions config.tutorial.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# SPDX-FileCopyrightText: : 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: : 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: CC0-1.0

version: 0.6.1
version: 0.7.0
tutorial: true

logging:
Expand Down Expand Up @@ -50,9 +50,29 @@ electricity:
battery: 6
H2: 168

powerplants_filter: false # use pandas query strings here, e.g. Country not in ['Germany']
custom_powerplants: false # use pandas query strings here, e.g. Country in ['Germany']
conventional_carriers: [coal, CCGT] # [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
# use pandas query strings here, e.g. Country not in ['Germany']
powerplants_filter: (DateOut >= 2022 or DateOut != DateOut)
# use pandas query strings here, e.g. Country in ['Germany']
custom_powerplants: false

conventional_carriers: [nuclear, oil, OCGT, CCGT, coal, lignite, geothermal, biomass]
renewable_carriers: [solar, onwind, offwind-ac, offwind-dc, hydro]

estimate_renewable_capacities:
enable: true
# Add capacities from OPSD data
from_opsd: true
# Renewable capacities are based on existing capacities reported by IRENA
year: 2020
# Artificially limit maximum capacities to factor * (IRENA capacities),
# i.e. 110% of <years>'s capacities => expansion_limit: 1.1
# false: Use estimated renewable potentials determine by the workflow
expansion_limit: false
technology_mapping:
# Wind is the Fueltype in powerplantmatching, onwind, offwind-{ac,dc} the carrier in PyPSA-Eur
Offshore: [offwind-ac, offwind-dc]
Onshore: [onwind]
PV: [solar]

atlite:
nprocesses: 4
Expand Down Expand Up @@ -163,7 +183,7 @@ load:

costs:
year: 2030
version: v0.4.0
version: v0.5.0
rooftop_share: 0.14
fill_values:
FOM: 0
Expand Down
2 changes: 1 addition & 1 deletion doc/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2017-2022 The PyPSA-Eur Authors
# SPDX-FileCopyrightText: 2017-2023 The PyPSA-Eur Authors
#
# SPDX-License-Identifier: MIT

Expand Down
74 changes: 0 additions & 74 deletions doc/_static/theme_overrides.css

This file was deleted.

130 changes: 0 additions & 130 deletions doc/cloudcomputing.rst

This file was deleted.

Loading

0 comments on commit 1539f4d

Please sign in to comment.