Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add energy import options #1217

Draft
wants to merge 360 commits into
base: master
Choose a base branch
from
Draft
Changes from 1 commit
Commits
Show all changes
360 commits
Select commit Hold shift + click to select a range
3cf8a0f
for shipping oil, use add_carrier_buses()
fneum Aug 4, 2023
46f9209
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 4, 2023
9677911
move shipping demand from industry into separate function
fneum Aug 4, 2023
342122f
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 4, 2023
ee05f5e
move methanolisation to industry section from shipping
fneum Aug 4, 2023
5b6d656
endogenisation of shipping fuels first draft
fneum Aug 5, 2023
d1964cb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 5, 2023
28f7460
bump technology-data version to 0.6.2
fneum Aug 7, 2023
c465562
add option to use methanolisation waste heat
fneum Aug 7, 2023
bde09d7
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 7, 2023
7d90a1e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 7, 2023
bdc7aea
link losses: exponential rather than linear model
fneum Aug 7, 2023
3e98bea
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 7, 2023
edd3e7b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 7, 2023
b787c1c
biomass-to-liquid: fix unit of marginal cost
fneum Aug 7, 2023
70a09e5
add option for biomass-to-methanol route
fneum Aug 7, 2023
e7124c0
biomass-to-methanol: add option with carbon capture
fneum Aug 7, 2023
9faa10b
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 7, 2023
73fb38c
Merge remote-tracking branch 'origin/master' into import-trial
fneum Aug 7, 2023
5822adb
add option to consider compression losses in pipelines as electricity…
fneum Aug 8, 2023
beb7557
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 8, 2023
ecbd32d
update shipping fuel efficiencies
fneum Aug 9, 2023
54aed5a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 9, 2023
3faa325
add option for methanol-to-kerosene
fneum Aug 9, 2023
1ffb730
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 9, 2023
cd1268e
split HVC_production_today into ethylene, propylene and BTX
fneum Aug 9, 2023
b4c2e31
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 9, 2023
d71cba5
improve logging for endogenous shipping
fneum Aug 10, 2023
d6bb4d9
add option to endogenise primary HVC via MTO/MTA or naphtha steam cra…
fneum Aug 10, 2023
6ecf2ba
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 10, 2023
991835a
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 10, 2023
47babf1
Merge remote-tracking branch 'origin/master' into import-trial
fneum Aug 10, 2023
10631cb
use country_converter to make geocoding of exporters more robust
fneum Aug 10, 2023
2673dae
add_biomass: add methanol and/or oil carrier with BtL+BtMeoH
fneum Aug 10, 2023
cb80419
add_waste_heat: add missing space to access methanolisation bus
fneum Aug 10, 2023
8455ba6
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 10, 2023
a3eb8f5
add_methanol_to_power: bugfix to include co2 emissions without carbon…
fneum Aug 10, 2023
b4d89e6
add_methanol_to_kerosene: bugfix to correctly access methanol-input
fneum Aug 10, 2023
5cfbd5b
add rate limiter to Nominatim geocoding
fneum Aug 10, 2023
1ee5278
methanolisation waste heat: correctly access district heating bus
fneum Aug 10, 2023
d9241dd
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 10, 2023
5a8bf57
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 10, 2023
41ad553
make MTO and steam cracker inflexible and prevent relocation
fneum Aug 10, 2023
1543b80
endogenous_hvc: take correct sector
fneum Aug 10, 2023
c67482f
improve logging for lossy bidirectional links
fneum Aug 10, 2023
03f3318
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 10, 2023
4b5c09c
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 10, 2023
bcfa6ce
mto/mta & steam cracker: correct carbon accounting
fneum Aug 10, 2023
b161c77
config: add preliminary additional tech_colors
fneum Aug 10, 2023
7c37620
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 10, 2023
2c1e7e5
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 10, 2023
e779b43
adjust plotting to new technologies
fneum Aug 10, 2023
145a218
add fossil generator for carrier only if fuel cost > 0
fneum Aug 10, 2023
60d7836
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 10, 2023
ebf4fdb
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 10, 2023
692fb05
add option to vary cost of imports in wildcard, e.g. AC0.8
fneum Aug 11, 2023
4b3703a
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 11, 2023
afed9d1
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 11, 2023
7993b0f
use DISTANCE_CRS rather than hardcoded 3857 projection
fneum Aug 11, 2023
c453345
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 11, 2023
4edf550
retrieve.smk: add scigrid storages to files of interest
fneum Aug 11, 2023
d3f7318
use technology-data values for H2-DRI + EAF steel production
fneum Aug 11, 2023
8bdfb8a
correctly handle dictionary config in endogenous_hvdc
fneum Aug 11, 2023
c18675f
add matplotlibrc to input files
fneum Aug 11, 2023
fe08383
update matplotlibrc
fneum Aug 14, 2023
124bd71
plot resources: power network unclustered
fneum Aug 14, 2023
f5281a7
plot resources: gas network unclustered
fneum Aug 14, 2023
66b56cf
plot resources: power network clustered
fneum Aug 14, 2023
5f31283
plot resources: renewable energy potential density
fneum Aug 14, 2023
433e65c
plot resources: weather data maps
fneum Aug 14, 2023
1514333
plot resources: industrial sites
fneum Aug 14, 2023
a4c368a
plot resources: powerplants
fneum Aug 14, 2023
1906be9
plot resources: salt caverns unclustered
fneum Aug 14, 2023
7a1c84b
plot resources: salt caverns clustered
fneum Aug 14, 2023
f2d2440
plot resources: biomass potentials
fneum Aug 14, 2023
1432703
plot resources: add collection rule
fneum Aug 14, 2023
ba44b81
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 14, 2023
fb2c381
merge master
fneum Aug 15, 2023
8595f78
bugfix: safe aggregation of cluster heat buses (cf. https://github.co…
fneum Aug 19, 2023
e049563
separate configs for methanol_reforming w/wo CC
fneum Aug 19, 2023
4f6c58b
endogenous_hvdc_imports: align calculation of efficiencies
fneum Aug 19, 2023
60c618e
prepare_sector_network: skip unnecessary geocoding
fneum Aug 19, 2023
e0eae24
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 19, 2023
d65501d
methanol-to-kerosene: add carrier
fneum Aug 19, 2023
b0dd551
cluster_heat_buses: avoid error with duplicate index
fneum Aug 19, 2023
270a012
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 19, 2023
41fb6a3
tsam: improve logging of segmentation clustering
fneum Aug 21, 2023
310f09c
prepare_sector_network: remove duplicate methanol steam reforming
fneum Aug 21, 2023
7c0b6ff
bugfix: cluster heat buses, pd.Series.sum can cause problems with tim…
fneum Aug 22, 2023
f9e1da9
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 22, 2023
b8d8127
increase memory requirements of prepare_sector_network due to segment…
fneum Aug 22, 2023
603e9a4
env: update dependency versions
fneum Aug 22, 2023
fa74ddb
Merge remote-tracking branch 'origin/master' into import-trial
fneum Aug 24, 2023
2fddbff
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 24, 2023
232ac83
consider grid connection costs for endogenous hvdc import
fneum Aug 24, 2023
bec727f
add future links for import data
fneum Aug 24, 2023
2580aaa
add option to set maximum capacity of HVDC import links
fneum Aug 25, 2023
590eea0
consider maximum RES potential in exporting countries
fneum Aug 25, 2023
474415d
add option to set maximum capacity of import links/generators
fneum Aug 25, 2023
5168987
Merge branch 'import-trial' of github.com:pypsa/pypsa-eur into import…
fneum Aug 25, 2023
51e288b
add option to consider waste heat from Sabatier in DH network
fneum Aug 25, 2023
afb99a5
make waste heat recovery of electrolysis the default
fneum Aug 25, 2023
bf4399a
tech_colors for when cluster_heat_buses is activated
fneum Aug 26, 2023
448cba5
plot_balance_timeseries: initial version
fneum Aug 26, 2023
635dd68
add missing import_config
fneum Aug 26, 2023
8ea7ba8
plot_heatmap: initial version
fneum Aug 27, 2023
c052246
plot_network: remove function plot_map_without()
fneum Aug 27, 2023
ead390b
plot_network: remove function plot_series()
fneum Aug 27, 2023
2b6f169
plot_network: split into separate scripts for power, hydrogen, gas
fneum Aug 27, 2023
ff99719
plot_network: multiext() for network plots
fneum Aug 27, 2023
67b9bd4
plot_network: allocate required params
fneum Aug 27, 2023
a39cc41
plot_import_options: initial version
fneum Aug 28, 2023
ae8c826
prepare_sector_network: set p_nom_max for imports
fneum Aug 28, 2023
69b0239
do not consider entrypoints from RU or BY for pipeline imports
fneum Aug 28, 2023
87916b5
import p_nom_max formatting
fneum Aug 28, 2023
9c93a77
prepare release 0.8.1
fneum Aug 28, 2023
088d40f
plot_power_network: also assign locations to buses
fneum Aug 28, 2023
7bfed3b
remove outdated localrule definition of copy_conda_env
fneum Aug 28, 2023
4a82399
lossy_bidirectional_links: set length of reversed lines to 0 to avoid…
fneum Aug 29, 2023
327d437
biomass_boiler: add pelletizing cost
fneum Sep 13, 2023
4ca3d0f
biomass upgrading: include biogas plant costs and add option to captu…
fneum Sep 13, 2023
9629b9a
add option for electrobiofuels
fneum Sep 13, 2023
d1ccc13
separate configs for BtL and BtMeOH w/wo CC
fneum Sep 13, 2023
7650ccd
clean up format of biogas upgrading with CC and electrobiofuels
fneum Sep 13, 2023
bc9ca8f
bugfix: electrobiofuels bus numbering
fneum Sep 13, 2023
b331f60
bugfix: amend biogas_to_gas_cc to spatial namespace if gas is regiona…
fneum Sep 13, 2023
43db2a6
separate configs for bioSNG w/wo CC
fneum Sep 13, 2023
2b312c8
bugfix: allow meoh-to-power ccgt_cc run without ccgt
fneum Sep 13, 2023
c1e98f6
bugfix: electrobiofuels ensure oil carrier exists
fneum Sep 14, 2023
e505e6a
bugfix: add unit conversion from tHBI to tSteel (inconsequential)
fneum Sep 14, 2023
baec3aa
bugfix: optimize European DRI+EAF capacities capped locationally to c…
fneum Sep 14, 2023
8fb0a91
add tech_color biogas to gas CC
fneum Sep 14, 2023
8e20f64
plot_capacity_factors: first version
fneum Sep 15, 2023
417bcd7
plot_choropleth_prices: first version
fneum Sep 15, 2023
c138345
plot_choropleth_capacities: first version
fneum Sep 15, 2023
d1132f7
plot_balance_timeseries: tidy code
fneum Sep 15, 2023
4d208ab
plot_choropleth*: move into subdirectories
fneum Sep 15, 2023
32c0c74
plot_heatmap: ensure directory exists
fneum Sep 15, 2023
752d66f
plot_choropleth_potential_used: first version
fneum Sep 15, 2023
1602415
plot_choropleth_demand: first version
fneum Sep 15, 2023
a090529
plot.smk: formatting
fneum Sep 15, 2023
d8b284c
endogenous_steel: add config options for process flexibility and relo…
fneum Sep 21, 2023
69cc059
energy_import_limit: consider steel in import volume limit by using 2…
fneum Sep 21, 2023
c099613
add option for haber-bosch waste heat
fneum Oct 12, 2023
120591a
reactivate co2 vent by default
fneum Oct 12, 2023
2a6d8f9
plot_import_shares: initial version
fneum Oct 12, 2023
dff8cfe
plot_import_world_map: initial version
fneum Oct 23, 2023
979588b
add option to specify minimum part load for methanation
fneum Oct 23, 2023
993e045
update import option colors
fneum Oct 25, 2023
55d09ae
plot_import_world_map: stylistic updates, include Namibia
fneum Oct 25, 2023
23607dc
prepare_sector_network: hanlde 'NA' for namibia
fneum Oct 25, 2023
51747b5
add options 'nowasteheat' and 'nobiogascc' to sector_opts wildcard
fneum Oct 25, 2023
ce85ed1
switch to Helvetica as default font
fneum Oct 25, 2023
8cc6764
plot_import_network: initial version
fneum Oct 25, 2023
19df04d
choropleth_capacity_factors: ensure directory exists
fneum Oct 25, 2023
5d33720
plot_import_options: adjust borders
fneum Oct 25, 2023
e63a6ca
plot: minor formatting changes
fneum Oct 25, 2023
8a4f2a9
plot_import_shares: add minor ticks
fneum Oct 25, 2023
2b976ba
import_links: ensure to drop potential duplicate connections
fneum Oct 27, 2023
b925c02
add collection rules for plotting scripts
fneum Oct 29, 2023
8f46ba3
update import options plotting (stripplot)
fneum Nov 1, 2023
0c1274a
plot_import_shares: add import mix as subplot
fneum Nov 14, 2023
a576120
add wildcard options nosteelrelocation
fneum Jan 3, 2024
85882fe
lossy_bidirectional_links: use original length for loss calculation
fneum Jan 3, 2024
c3e36ea
various operational fixes
fneum Mar 22, 2024
f57b3b9
add WDPA, convert to 2020EUR, plot adjustments
fneum May 7, 2024
41f51c2
remove submodule config workaround
fneum Aug 14, 2024
40bc352
merge master
fneum Aug 24, 2024
ba09606
pre-commit formatting [no ci]
fneum Aug 24, 2024
16d6d85
merge master II
fneum Aug 24, 2024
29fd370
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 24, 2024
a421c33
disentangle DRI and EAF
fneum Aug 26, 2024
344fe38
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Aug 26, 2024
32c58db
Merge branch 'master' into fneum/import-benefits
fneum Aug 26, 2024
09ad3bf
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 26, 2024
327c9ac
remove inflation adjustment
fneum Aug 26, 2024
ed1f499
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Aug 26, 2024
1494c40
add shipping-hbi as import option
fneum Aug 26, 2024
b9f1f2b
near-constant pipeline-based imports via p_min_pu
fneum Aug 26, 2024
a7a4c09
build_gas_input_locations: remove duplicated code
fneum Aug 26, 2024
94faf3f
solve_network: handle HBI in import volume limit
fneum Aug 26, 2024
104b3b0
add nuclear powerplants to be considered
fneum Aug 26, 2024
66b228a
remove duplicated download_wdpa
fneum Aug 26, 2024
2bef16e
custom_powerplants: use iso2 country codes
fneum Aug 26, 2024
e970226
plot.smk: adjust to scenario management
fneum Aug 26, 2024
a78e536
config.default.yaml: remove duplicate entry
fneum Aug 26, 2024
02e6bab
Merge branch 'master' into fneum/import-benefits
fneum Aug 26, 2024
bed73c7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Aug 26, 2024
770ae28
Merge branch 'master' into fneum/import-benefits
fneum Aug 26, 2024
3a1d24e
Merge branch 'master' into fneum/import-benefits
fneum Sep 13, 2024
6112923
Merge branch 'master' into fneum/import-benefits
fneum Sep 13, 2024
3d5f3aa
resolve overlooked merge conflicts
fneum Sep 16, 2024
b82a6c6
Merge branch 'master' into fneum/import-benefits
fneum Sep 16, 2024
c705f2d
resolve overlooked merge conflicts
fneum Sep 16, 2024
c9b48c7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2024
fc2a5b5
remove endogenous_hvc option; replaced on master with simplified option
fneum Sep 16, 2024
0c7db63
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Sep 16, 2024
18efa55
adjust to industry_demand format
fneum Sep 16, 2024
0239510
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2024
1ece4d4
Merge branch 'master' into fneum/import-benefits
fneum Sep 16, 2024
5c2a392
Merge branch 'master' into fneum/import-benefits
fneum Sep 16, 2024
8eae4fc
update data/import-sites.csv
fneum Sep 16, 2024
b29710b
build_gas_input_locations: fewer border extensions, replace voronoi_p…
fneum Sep 16, 2024
1c083c4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2024
3bd422a
split industrial_energy_demand_per_node by sector
fneum Sep 16, 2024
9aa09c0
industrial production per country, adjust to dictionary HVC_productio…
fneum Sep 16, 2024
a0a581b
simplify centroid calculation for exporting countryies
fneum Sep 16, 2024
d433fdd
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Sep 16, 2024
aab1dd3
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 16, 2024
269496d
add option noPtXflex which sets min_part_load to 1 for all PtX processes
fneum Sep 17, 2024
4c97add
minor fixes, ammonia relocation, revise steel relocation
fneum Sep 17, 2024
43161a6
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Sep 17, 2024
610191e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 17, 2024
6e1484f
min_part_load_shipping_imports
fneum Sep 17, 2024
2f77c6e
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Sep 17, 2024
cdf9455
major: revise carbonaceous import options implementation
fneum Sep 18, 2024
8cdb8a1
Merge branch 'master' into fneum/import-benefits
fneum Sep 18, 2024
9fde689
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2024
d859495
config: add hbi and steel imports to default
fneum Sep 18, 2024
c26721f
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Sep 18, 2024
133aad6
add filter for allowed exporters
fneum Sep 18, 2024
6ba2b18
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 18, 2024
89bf39c
time_aggregation: tidy logger
fneum Sep 19, 2024
6f148be
solve_overnight: fix resource trigger by attempt
fneum Sep 19, 2024
1f5543b
prepare_sector: adjust endogenous_hvdc_import
fneum Sep 19, 2024
411a24c
solve_network: fix energy import limit
fneum Sep 19, 2024
079e413
solve_network: fail on warning status
fneum Sep 19, 2024
30749d4
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 19, 2024
41c0389
solve_network: drop double memory logger
fneum Sep 19, 2024
2e93d8c
Merge branch 'master' into fneum/import-benefits
fneum Sep 20, 2024
95dafda
prepare_sector: fix add_ammonia by using industrial demand distributi…
fneum Sep 20, 2024
9a26d24
prepare_sector: do not force production HB, DRI, EAF
fneum Sep 20, 2024
76e3885
prepare_sector: correct unit of HB capacities
fneum Sep 20, 2024
5872aa3
heat vent with noPtXflex
fneum Sep 20, 2024
20d35f1
export budget: correctly set e_initial
fneum Sep 20, 2024
7de3131
ensure shipping-ftfuel can be added
fneum Sep 20, 2024
61a961d
allow shipping-lch4 imports without gas_network
fneum Sep 20, 2024
0dd49f7
add 'allwasteheat' sensitivity option
fneum Sep 20, 2024
16c79d7
solve_network: fix energy import limit
fneum Sep 20, 2024
a8f2426
hvdc-to-elec only take *efficiency from export budget
fneum Sep 20, 2024
eb571a6
bugfix: account for kerosene emissions in methanol-to-kerosene link
fneum Sep 22, 2024
a918548
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 22, 2024
5b8d9b6
MtK: fix methanol input efficiency
fneum Sep 23, 2024
7085826
MtK: add VOM
fneum Sep 23, 2024
c496487
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Sep 23, 2024
d006a1b
Merge branch 'master' into fneum/import-benefits
fneum Sep 23, 2024
60d6df5
.sync-send: add data dir
fneum Sep 23, 2024
87a2fcf
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] Sep 24, 2024
80627ce
final for revision 1
fneum Nov 14, 2024
8767775
Merge branch 'fneum/import-benefits' of github.com:pypsa/pypsa-eur in…
fneum Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
retrieve.smk: add scigrid storages to files of interest
fneum committed Aug 11, 2023

Verified

This commit was signed with the committer’s verified signature.
TBlueF Lukas Rieger
commit 4edf5500ba20387b57e7c350ddf9336ee900c621
1 change: 1 addition & 0 deletions rules/retrieve.smk
Original file line number Diff line number Diff line change
@@ -138,6 +138,7 @@ if config["enable"]["retrieve"] and (
"IGGIELGN_LNGs.geojson",
"IGGIELGN_BorderPoints.geojson",
"IGGIELGN_Productions.geojson",
"IGGIELGN_Storages.geojson",
"IGGIELGN_PipeSegments.geojson",
]