Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/heat dsm #47

Open
wants to merge 24 commits into
base: form_energy_storage_dev
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
938fbff
Add a constraint to limit DAC
tgilon Dec 10, 2024
838a1e8
A minor improvements
tgilon Dec 11, 2024
a509869
add config option for dac limit
daniel-rdt Dec 12, 2024
03d297b
add dac limit config option to form config
daniel-rdt Dec 12, 2024
b6020f8
include scenarios for dac limit test runs
daniel-rdt Dec 12, 2024
481009e
added doc and release note
daniel-rdt Dec 12, 2024
5c0bbb4
Set dac_limit as a pathway
tgilon Dec 12, 2024
fe0438b
improve heat dsr documentation
martacki Oct 18, 2024
503e3f2
initial dsm implementation for the heating sector
martacki Oct 18, 2024
be591ec
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 18, 2024
f128dd7
assume thermal losses in buildings and remove heating dsm from default
martacki Oct 18, 2024
259d73f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Oct 18, 2024
d8ccbf8
Merge branch 'form_energy_storage_dev' into feature/heat-dsm
daniel-rdt Dec 16, 2024
ff01e32
Merge branch 'feature/dac-limit' into feature/heat-dsm
daniel-rdt Dec 18, 2024
1eb957a
Merge branch 'form_energy_storage_dev' into feature/heat-dsm
daniel-rdt Dec 19, 2024
4768946
udpate scenarios with test runs
daniel-rdt Dec 19, 2024
3f937fc
update implementation for pathway dac limit
daniel-rdt Dec 19, 2024
be6f2a7
Merge branch 'feature/dac-limit' into feature/heat-dsm
daniel-rdt Dec 19, 2024
64c6096
update dac limit for pathway formulation
daniel-rdt Dec 19, 2024
cacf42b
strawberry scenario seq37 without methanation
daniel-rdt Dec 19, 2024
9ef63fc
add 1H scenario run
daniel-rdt Dec 20, 2024
346dc12
Merge branch 'form_energy_storage_dev' into feature/heat-dsm
daniel-rdt Dec 20, 2024
98bc8db
updated baseline scenario tests
daniel-rdt Dec 23, 2024
808416e
add hourly baseline scenario runs
daniel-rdt Jan 5, 2025
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
3 changes: 3 additions & 0 deletions config/config.default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@ sector:
rural:
- air
- ground
residential_heat_dsm: false
residential_heat_restriction_value: 0.27
residential_heat_restriction_time: [10, 22] # 9am and 9pm
cluster_heat_buses: true
heat_demand_cutout: default
bev_dsm_restriction_value: 0.75
Expand Down
4 changes: 2 additions & 2 deletions config/config.form.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ logging:

# docs in https://pypsa-eur.readthedocs.io/en/latest/configuration.html#run
run:
prefix: "updated_initial_main_scenarios"
name: "main-mds-vanilla-dac-limit-ev40"
prefix: "baseline_scenarios"
name: "baseline-mds-nometh-1H"
scenarios:
enable: true
file: config/scenarios.form.yaml
Expand Down
Loading