pre-commit-ci[bot]
f6a40d3696
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-05-01 22:14:45 +00:00
pre-commit-ci[bot]
b997adcde7
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.6.3 → v1.6.4](https://github.com/PyCQA/docformatter/compare/v1.6.3...v1.6.4 )
2023-05-01 22:14:07 +00:00
Fabian Neumann
67303deedd
Merge pull request #647 from PyPSA/hydrogen-turbine
...
add plain hydrogen turbine option for re-electrification
2023-04-30 10:44:30 +02:00
pre-commit-ci[bot]
bdeab82b49
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-30 08:44:07 +00:00
Fabian Neumann
51e09f5e61
Address review comments
2023-04-30 10:43:49 +02:00
Max Parzen
8150f662d4
Merge pull request #654 from lolow/patch-1
...
Update installation.rst
Good catch @lolow 👍
2023-04-28 16:50:14 +01:00
Laurent Drouet
f3ca907fb0
Update installation.rst
2023-04-28 15:23:44 +02:00
pre-commit-ci[bot]
699a4bd2e8
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-28 01:43:41 +00:00
virio-andreyana
72b75fd9fe
merge add_nice_carrier_names with add_missing_carrier to become add_missing_carrier_with_nice_names(n, config)
2023-04-28 03:43:20 +02:00
virio-andreyana
e24ca89a05
Update scripts/add_electricity.py
...
Co-authored-by: Fabian Hofmann <fab.hof@gmx.de>
2023-04-27 17:29:20 +02:00
lisazeyen
a2e3e91630
fix bug in load shedding constraint
2023-04-26 18:05:56 +02:00
virio-andreyana
e38a0a9d34
Merge branch 'master' into complete-carrier-set
2023-04-26 09:21:49 +02:00
virio-andreyana
df38edab0a
fix bug in prepare_network.py
2023-04-26 04:28:36 +02:00
pre-commit-ci[bot]
74e9d56adb
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-25 15:26:28 +00:00
virio-andreyana
756a814c63
Update prepare_sector_network.py
2023-04-25 17:17:32 +02:00
virio-andreyana
d9f9d4853a
Update add_extra_components.py
2023-04-25 17:06:17 +02:00
virio-andreyana
56b6718ba6
Update add_existing_baseyear.py
2023-04-25 17:04:28 +02:00
Fabian Hofmann
98c4a1e0f0
Merge pull request #652 from PyPSA/rename_retrieve_load_data
...
retrieve.smk: rename retrieve_load_data -> retrieve_electricity_demand
2023-04-25 16:57:18 +02:00
Fabian
9b631189c5
retrieve.smk: rename retrieve_load_data -> retrieve_electricity_demand
2023-04-25 16:37:01 +02:00
virio-andreyana
71c1a7fbef
add the function add_missing_carrier
...
add_missing_carrier() are applied on python script where new components are added. The function runs ideally after all of the new components are added and before add_nice_carrier_names()
2023-04-25 14:43:04 +02:00
Fabian Neumann
c133fe867d
Merge pull request #650 from PyPSA/pre-commit-ci-update-config
...
[pre-commit.ci] pre-commit autoupdate
2023-04-25 07:03:49 +02:00
pre-commit-ci[bot]
3625d401c6
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-24 22:09:09 +00:00
pre-commit-ci[bot]
12b6e8fb9f
[pre-commit.ci] pre-commit autoupdate
...
updates:
- [github.com/PyCQA/docformatter: v1.6.1-rc1 → v1.6.3](https://github.com/PyCQA/docformatter/compare/v1.6.1-rc1...v1.6.3 )
2023-04-24 22:08:36 +00:00
Fabian Neumann
4fb9544e15
Merge pull request #649 from PyPSA/fix-load-shedding
...
fix addition of load shedding
2023-04-24 16:26:49 +02:00
virio-andreyana
e550ba915d
Update add_extra_components.py
...
Note:
- battery charger and battery discharger has no nice name nor plot_color
- H2 electrolysis is similar to H2 Electrolysis in the tech_color
- H2 fuel cell is similar to H2 Fuel cell in the tech_color
- H2 pipeline do have have nice name and tech_color, but the addition of it depends on the link being true in config
2023-04-24 14:08:25 +02:00
Fabian Neumann
e20e7bf844
fix addition of load shedding
2023-04-24 12:33:55 +02:00
virio-andreyana
ad9a67509f
Add carrier "AC" and "DC" in base_network.py
2023-04-24 05:05:43 +02:00
pre-commit-ci[bot]
0a3c177f4b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-22 07:44:59 +00:00
Fabian Neumann
f2e53b59bf
add plain hydrogen turbine option for re-electrification
2023-04-22 09:44:13 +02:00
Fabian Neumann
2b069e3031
Merge pull request #640 from PyPSA/configs-in-one-folder
...
Configs in one folder
2023-04-21 16:09:29 +02:00
Fabian
8c19a74fa5
add release notes
...
fix config references in configuration.rst
2023-04-21 11:33:06 +02:00
Fabian
97bdbe636c
follow-up: rename configs to config
2023-04-21 11:05:18 +02:00
Fabian
1f6f7a2039
replace config.yaml by config/config.yaml in doc and docstrings
2023-04-21 10:41:44 +02:00
Fabian
7b42a2251a
renamem configs to config
2023-04-21 10:28:49 +02:00
Fabian
e40011cb3c
Merge branch 'master' into configs-in-one-folder
2023-04-21 10:26:45 +02:00
Fabian Neumann
3cc3e06545
Merge pull request #646 from PyPSA/fix-docformatter
...
pre-commit: update docformatter version
2023-04-21 10:15:47 +02:00
Fabian
5c8e0080c8
pre-commit: update docformatter version
2023-04-21 10:11:44 +02:00
Fabian Neumann
2baacfaebf
Merge pull request #645 from PyPSA/fix-reserve-constraint
...
fix bugs in reserve constraint
2023-04-21 10:06:59 +02:00
Fabian Neumann
92895ec378
Merge branch 'master' into fix-reserve-constraint
2023-04-21 10:06:29 +02:00
Fabian Neumann
0c3868b6a1
Merge pull request #474 from PyPSA/rioxarray-to-envs
...
importing rioxarray instead of xarray to open rasterio file
2023-04-21 10:05:26 +02:00
Fabian
79501b5741
build_biomass: fix geopandas compat with pandas v2.0
2023-04-20 20:37:27 +02:00
Fabian
6d7eae8ad2
build_ship_raster: save reduced ship raster as tif file
2023-04-20 19:56:23 +02:00
Fabian Hofmann
691e0dbb9d
Merge branch 'master' into rioxarray-to-envs
2023-04-20 18:36:31 +02:00
Fabian Neumann
cd28fbf857
Deactivate helmeth by default
2023-04-20 10:56:41 +02:00
lisazeyen
1cd658c03f
rename constraint
...
rename constraint to fit to other syntax
Co-authored-by: Fabian Hofmann <fab.hof@gmx.de>
2023-04-20 09:55:50 +02:00
pre-commit-ci[bot]
51785524a3
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-20 07:39:18 +00:00
lisazeyen
27dc9cedfd
fix bugs in reserve constraint
2023-04-20 09:35:53 +02:00
Fabian Neumann
d0c86a7f29
Merge pull request #642 from Ahmad-Wahid/rename_build_load_data_2_build_electricity_demand
...
#624 Rename build_load_data to build_electricity_demand
2023-04-19 08:19:15 +02:00
pre-commit-ci[bot]
05b0a81808
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2023-04-16 13:32:24 +00:00
virio-andreyana
eca0a89152
Merge branch 'master' into configs-in-one-folder
2023-04-16 15:32:07 +02:00