Skip to content

Commit

Permalink
chore: update to submodule earth-sec
Browse files Browse the repository at this point in the history
  • Loading branch information
energyLS committed Apr 26, 2024
1 parent 95fe1c0 commit 465750d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workflow/subworkflows/pypsa-earth-sec
Submodule pypsa-earth-sec updated 47 files
+14 −0 .gitignore
+6 −6 .pre-commit-config.yaml
+89 −15 Snakefile
+70 −7 config.default.yaml
+57 −42 config.pypsa-earth.yaml
+259 −0 data/AL_production.csv
+0 −174 data/airports.csv
+0 −195 data/costs.csv
+0 −531 data/costs_2030.csv
+5 −0 data/demand/district_heating.csv
+5 −0 data/demand/efficiency_gains_cagr.csv
+5 −0 data/demand/fuel_shares.csv
+5 −0 data/demand/growth_factors_cagr.csv
+10 −0 data/demand/industry_growth_cagr.csv
+ data/demand/unsd/paths/Energy_Statistics_Database.xlsx
+2 −7 data/energy_totals_DF_2030.csv
+3 −0 data/export_ports.csv
+0 −26 data/industrial_database.csv
+0 −11 data/industrial_energy_demand_per_country_today.csv
+0 −8 data/industrial_production_per_country.csv
+0 −11 data/industry_sector_ratios.csv
+0 −11 data/industry_sector_ratios_DF_2030.csv
+0 −15 data/morocco_cement_industry.csv
+0 −55 data/ports.csv
+0 −38 data/temp_hard_coded/biomass_potentials_s_37.csv
+1 −0 data/temp_hard_coded/biomass_transport_costs.csv
+1 −0 data/urban_percent.csv
+1 −1 pypsa-earth
+91 −25 scripts/add_export.py
+380 −0 scripts/build_base_energy_totals.py
+258 −0 scripts/build_base_industry_totals.py
+10 −1 scripts/build_clustered_population_layouts.py
+532 −0 scripts/build_industrial_database.py
+41 −9 scripts/build_industrial_distribution_key.py
+0 −119 scripts/build_industrial_production_tomorrow.py
+171 −47 scripts/build_industry_demand.py
+21 −8 scripts/build_population_layouts.py
+91 −0 scripts/build_ship_profile.py
+152 −0 scripts/helpers.py
+1 −1 scripts/plot_network.py
+17 −9 scripts/plot_summary.py
+121 −0 scripts/prepare_airports.py
+277 −0 scripts/prepare_energy_totals.py
+527 −352 scripts/prepare_sector_network.py
+1 −1 scripts/prepare_transport_data.py
+149 −18 scripts/solve_network.py
+80 −9 test/config.test1.yaml

0 comments on commit 465750d

Please sign in to comment.