Commit Graph

4077 Commits

Author SHA1 Message Date
Fabian
6288f8d696 data: add custom_powerplants for ukraine
config: set custom_poweplants to True
2022-03-04 17:47:50 +01:00
euronion
f6c29059aa Make build_cutout.py use snapshots for determining time period. 2022-03-04 16:52:40 +01:00
martacki
3fa8f91e73 make_summary followup on snakemake dependencies removal 2022-03-04 16:29:47 +01:00
martacki
f52b252fee UA load data (entsoe transparency 2018) 2022-03-04 16:04:46 +01:00
Fabian Neumann
67a305e711 add 750 kV 2022-03-04 14:35:45 +01:00
euronion
acce6609f1 Merge branch 'ukraine_hackathon' of https://github.com/PyPSA/pypsa-eur into ukraine_hackathon 2022-03-04 14:22:39 +01:00
euronion
4a6174c166 Add Moldova (MD) country key to countries list. 2022-03-04 14:22:31 +01:00
martacki
c4d194e32f fix Snakefile 2022-03-04 14:06:50 +01:00
martacki
e5b316eef4 add renewable profiles rule 2022-03-04 13:59:10 +01:00
martacki
e0eb08b90f include ua in countries 2022-03-04 13:54:04 +01:00
Fabian
d16f24fc07 follow up 2022-03-03 23:08:29 +01:00
Fabian
8700f63cdb solve_network: fix load shedding attributes 2022-03-03 18:13:54 +01:00
Fabian Neumann
829c1055f7
Update entsoe gridextract (#308)
* update entsoe gridextract

* update parameter_corrections for updated entsoe gridextract

* update entsoe extract with missing lines

* join skagerrak link

* parameter_corrections - resolve 220/380 kV Line Bug

* linelength fix of corrupted (problem) lines

* NordBalt assignment

* add validation script for grid extract

* release_notes, old format of base_network with updated docstrings

Co-authored-by: Philipp Glaum <philipp.glaum@rwth-aachen.de>
2022-03-03 17:47:48 +01:00
martacki
b63271f12f release_notes, old format of base_network with updated docstrings 2022-03-03 17:16:23 +01:00
Martha Frysztacki
49cd51f463
Merge branch 'master' into update-entsoe-gridextract 2022-03-03 16:38:06 +01:00
Fabian
dc954b0fc9 Merge branch 'master' of github.com:PyPSA/pypsa-eur into line-rating 2022-03-03 01:14:02 +01:00
Fabian
b7436da57e Merge branch 'master' of github.com:PyPSA/pypsa-eur into line-rating 2022-03-03 01:13:28 +01:00
Fabian Hofmann
7365babfa2
Merge pull request #319 from PyPSA/memory-fix
Snakefile: fix memory function for clusters == 'all'
2022-03-02 15:20:53 +01:00
Philipp Glaum
4586310b6a add validation script for grid extract 2022-03-02 14:46:07 +01:00
Fabian
752ff28538 cluster_network.py: allow cluster wildcard to be 'all' 2022-03-02 14:43:04 +01:00
Fabian
49ec143b0a Snakefile: fix memory function for clusters == 'all' 2022-03-02 14:22:16 +01:00
FabianHofmann
6fac4fccd1 Merge branch 'line-rating' of github.com:PyPSA/pypsa-eur into line-rating 2022-03-02 14:15:17 +01:00
FabianHofmann
7d7b3d4cf9 Merge branch 'master' of github.com:PyPSA/pypsa-eur into line-rating 2022-03-02 14:14:56 +01:00
Fabian Neumann
8dafb7bc83
fix custom clustering by checking explicitly for series (#318) 2022-02-27 08:07:11 +01:00
Fabian
8c3db33126 Merge branch 'master' into line-rating 2022-02-25 16:00:16 +01:00
Martha Frysztacki
4becc4012f
Merge branch 'master' into update-entsoe-gridextract 2022-02-25 14:52:30 +01:00
martacki
cba8c569bd NordBalt assignment 2022-02-25 14:50:45 +01:00
Philipp Glaum
caaca688c4 add_electricity: add optional clipping and small changes 2022-02-23 12:06:51 +01:00
Fabian Neumann
3eec027db6
no more 'mv' command in Snakefile for Windows (#316) 2022-02-22 19:34:47 +01:00
Philipp Glaum
7e692f01e3 adjust s_max_pu clipping 2022-02-21 09:18:20 +01:00
Fabian Neumann
c754f253bc plotting adjustments for pypsa 0.19.1 2022-02-20 16:13:11 +01:00
Fabian Neumann
4b1360c3f0 do not aggregate rooftop and solar PV in plots 2022-02-20 15:59:51 +01:00
Fabian Neumann
ca111297d7
Merge pull request #311 from PyPSA/test-pd-1.4
test pandas 1.4 compatibility for updated environment.yaml
2022-02-18 10:09:58 +01:00
Philipp Glaum
86942b0afc add_electricity: fix minor bug and clip s_max_pu_cap values 2022-02-17 14:50:11 +01:00
Martha Frysztacki
6b6191734c
Merge branch 'master' into update-entsoe-gridextract 2022-02-16 21:41:28 +01:00
martacki
2c3f1226dd linelength fix of corrupted (problem) lines 2022-02-16 21:41:13 +01:00
Fabian
1d975bb814 build_line_rating: apply black style 2022-02-16 14:32:33 +01:00
Fabian
75b695eed4 line-rating: clip s_max_pu to account for max voltage angle difference 2022-02-16 14:29:44 +01:00
Fabian Neumann
402f2cd48e
Merge pull request #313 from koen-vg/reduce-randomness
Fix random state for kmean clustering
2022-02-10 16:40:32 +01:00
Koen van Greevenbroek
a2d3edd82b Document the k-means random state fix 2022-02-10 16:07:31 +01:00
Koen van Greevenbroek
f7ee47238a Fix random state for kmean clustering
When the kmeans algorithm is used to cluster networks, this is not
deterministic by default. The result is that repeated runs of the
`simplify_network` and `cluster_network` rules can and usually do
produce different results that vary somewhat randomly. This makes
results less reproducible when given only a pypsa-eur configuration
file.

The fix is to supply a fixed random state to the k-means algorithm.
2022-02-10 15:57:16 +01:00
martacki
82a0338e9f treatment of outliers and small feature-bugfix 2022-02-04 20:27:18 +01:00
martacki
b5dbf4eb32 overwrite country of isolated buses 2022-02-04 17:19:23 +01:00
martacki
256ac48b47 resolve merging master bugs 2022-02-04 16:45:00 +01:00
Philipp Glaum
246d5f5964 fix operations network infeasibilities 2022-02-04 15:58:29 +01:00
martacki
208cf96385 parameter_corrections - resolve 220/380 kV Line Bug 2022-02-04 14:35:49 +01:00
Martha Frysztacki
25b3245923
Merge branch 'master' into introduce_hac_clustering 2022-02-04 14:35:14 +01:00
Fabian Neumann
3323f34896 bugfix: also plot h2 corridors where no retrofit 2022-02-04 12:26:58 +01:00
Fabian Neumann
835bfc0f6a bugfix: access right config variables in build renewable profiles 2022-02-01 08:51:47 +01:00
Martha Frysztacki
ff29fda618
Merge branch 'master' into update-entsoe-gridextract 2022-01-31 17:08:56 +01:00