From 423888f3eb5714f003a82d5688e175db88502809 Mon Sep 17 00:00:00 2001 From: Franziska Wegner <57569315+franziska-wegner@users.noreply.github.com> Date: Sun, 3 Dec 2023 09:09:46 -0800 Subject: [PATCH] Update README.md data Give an overview of the downloaded benchmark test cases --- README.md | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 88 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 733aff71..db5fa6d6 100644 --- a/README.md +++ b/README.md @@ -177,7 +177,94 @@ As mentioned in "CMake Parameter Overrides" the CMake file downloads a lot of te ... ``` -At the moment this is limited to PyPSA and the IEEE cases and will be extended eventually to other test cases. +At the moment this is limited to PyPSA, the IEEE cases, and the windfarm cases; and will be extended to other test cases. At the end the following data is on you hard drive after an initial CMake run with all download flags enabled. Note that `(+)` means that the folder is empty at the moment and we need a reliable place to upload the data for research with the right license or the repository went offline/is not public. + +``` +IEEE ++ 00-Matpower-Data +(+) 02-gml ++ 03-IEEE-Power_Flow_Test_Cases ++ 04-IEEE-Dynamic_Test_Cases ++ 05-IEEE-Reliability_Test_Systems-RTS ++ 06-IEEE-Voltage Collapse_Sensitivities +(+) 07-PEGASE_Test_Cases ++ 08-Edinburgh_Power_Flow_Test_Cases ++ 09-Edinburgh_Dynamic_Test_Cases +(+) 10-NESTA +(+) 11-Dimacs +(+) 12-Hitting-Sets +(+) 13-Publication_Test_Cases +(+) 14-EIRGrid_Test_Cases +(+) 15-Synthetic_Power_Grid_Test_Cases +(+) 16-Literature_Based_Power_Flow_Test_Cases +(+) 17-Small_Signal_Stability_Test_Cases ++ 18-IEEE-Data_Formats ++ 19-Power_System_Application_Data_Dictionary + +PyPSA +- pypsa-eur + - data + - entsoegridkit + • buses.csv + • converters.csv + • generators.csv + • lines.csv + • links.csv + • transformers.csv + - existing_infrastructure + • existing_heating_raw.csv + • offwind_capacity_IRENA.csv + • onwind_capacity_IRENA.csv + • solar_capacity_IRENA.csv + - retro + • comparative_level_investment.csv + • data_building_stock.csv + • electricity_taxes_eu.csv + • floor_area_missing.csv + • retro_cost_germany.csv + • u_values_poland.csv + • window_assumptions.csv + • agg_p_nom_minmax.csv + • attributed_ports.json + • custom_powerplants.csv + • district_heat_share.csv + • eia_hydro_annual_generation.csv + • geth2015_hydro_capacities.csv + • heat_load_profile.csv + • heat_load_profile_BDEW.csv + • heat_load_profile_DK_AdamJensen.csv + • hydrogen_salt_cavern_potentials.csv + • links_p_nom.csv + • links_tyndp.csv + • nuclear_p_max_pu.csv + • parameter_corrections.yaml + • unit_commitment.csv + • urban_percent.csv +- pypsa-iti-collaboration ++ elec_s1024_AT ++ elec_s1024_BE ++ elec_s1024_BG ++ elec_s1024_CH ++ elec_s1024_CZ ++ elec_s1024_DK ++ elec_s1024_HR ++ elec_s1024_HU ++ elec_s1024_IE ++ elec_s1024_NL ++ elec_s1024_NO ++ elec_s1024_PL ++ elec_s1024_PT ++ elec_s1024_RO ++ elec_s1024_SE ++ elec_s1024_SI ++ elec_s1024_SK + +SciGrid ++ scigrid-0.1-data-only ++ scigrid-0.2-data-only ++ scigrid-conference-de-data-only ++ scigrid-conference-eu-data-only +```

Summary