Skip to content

Commit

Permalink
Merge pull request #7 from hazemakhalek/update_submodule_to_
Browse files Browse the repository at this point in the history
update pypsa-earth-sec submodule to 0.1.0
  • Loading branch information
cpschau authored Aug 16, 2024
2 parents 5eb192a + 2b60e4b commit b3f9b1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion submodules/pypsa-earth-sec
Submodule pypsa-earth-sec updated 39 files
+31 −1 README.md
+420 −115 Snakefile
+26 −58 config.default.yaml
+3 −3 config.pypsa-earth.yaml
+32 −0 data/existing_infrastructure/existing_heating_raw.csv
+123 −0 data/temp_hard_coded/transport_data.csv
+39 −0 data/unsd_transactions.csv
+ docs/SCPE.png
+ docs/SCPE_v0.2.png
+1 −1 pypsa-earth
+270 −0 scripts/add_brownfield.py
+662 −0 scripts/add_existing_baseyear.py
+15 −15 scripts/add_export.py
+148 −79 scripts/build_base_energy_totals.py
+23 −77 scripts/build_base_industry_totals.py
+1 −1 scripts/build_cop_profiles.py
+180 −0 scripts/build_existing_heating_distribution.py
+1 −1 scripts/build_heat_demand.py
+1 −0 scripts/build_industrial_database.py
+17 −14 scripts/build_industrial_distribution_key.py
+7 −10 scripts/build_industry_demand.py
+5 −5 scripts/build_population_layouts.py
+3 −3 scripts/build_ship_profile.py
+2 −2 scripts/build_solar_thermal_profiles.py
+1 −1 scripts/build_temperature_profiles.py
+2 −2 scripts/copy_config.py
+62 −46 scripts/helpers.py
+18 −18 scripts/make_summary.py
+6 −23 scripts/override_respot.py
+0 −768 scripts/plot_network_eur.py
+3 −3 scripts/prepare_airports.py
+1 −1 scripts/prepare_db.py
+6 −6 scripts/prepare_energy_totals.py
+169 −164 scripts/prepare_gas_network.py
+36 −18 scripts/prepare_sector_network.py
+43 −26 scripts/prepare_transport_data_input.py
+13 −1 scripts/solve_network.py
+27 −60 test/config.test1.yaml
+536 −0 test/config.test_myopic.yaml

0 comments on commit b3f9b1a

Please sign in to comment.