-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #35 from yerbol-akhmetov/scenario_management
CI-check for scenario management
- Loading branch information
Showing
5 changed files
with
160 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,117 @@ | ||
# SPDX-FileCopyrightText: pypsa-kz-data authors | ||
# | ||
# SPDX-License-Identifier: CC0-1.0 | ||
|
||
|
||
tutorial: false | ||
|
||
run: | ||
name: "kz_2013" # use this to keep track of runs with different settings | ||
shared_cutouts: true # set to true to share the default cutout(s) across runs | ||
# Note: value false requires build_cutout to be enabled | ||
|
||
scenario: | ||
ll: ['v1.0'] | ||
clusters: [5] | ||
opts: [6H] | ||
|
||
|
||
countries: ["KZ"] | ||
|
||
snapshots: | ||
start: "2013-01-01" | ||
end: "2013-01-02" | ||
|
||
|
||
enable: | ||
build_natura_raster: false # If True, than an exclusion raster will be build | ||
|
||
|
||
retrieve_databundle: # required to be "false" for nice CI test output | ||
show_progress: true #false # show (true) or do not show (false) the progress bar in retrieve_databundle while downloading data | ||
|
||
|
||
custom_rules: ["pypsa-kz-data/kz.smk"] | ||
|
||
|
||
cluster_options: | ||
simplify_network: | ||
p_threshold_drop_isolated: 10 # [MW] isolated buses are being discarded if bus mean power is below the specified threshold | ||
|
||
alternative_clustering: false # "False" use Voronoi shapes, "True" use GADM shapes | ||
|
||
|
||
build_shape_options: | ||
nprocesses: 1 # number of processes to be used in build_shapes | ||
nchunks: 3 # number of data chuncks for build_shapes. If not specified or smaller than nprocesses, specified as nprocesses | ||
gadm_layer_id: 0 | ||
|
||
load_options: | ||
rescale_demand: true | ||
external_loads: true # true - adds external load buses based on data/custom_data/electricity_exp-imp.csv | ||
|
||
electricity: | ||
base_voltage: 500. | ||
voltages: [110., 220., 500.] | ||
co2limit: 7.75e+11 # European default, 0.05 * 3.1e9*0.5, needs to be adjusted for Africa | ||
co2base: 3.17e+8 # Kazakhstan default for 1990 | ||
|
||
|
||
extendable_carriers: | ||
Generator: [] | ||
|
||
|
||
custom_powerplants: replace #merge #replace # "false" - no custom powerplants, "merge" use both open source and custom powerplants, "replace" use only custom powerplants | ||
|
||
|
||
estimate_renewable_capacities: | ||
stats: False #'irena' # False, = greenfield expansion, 'irena' uses IRENA stats to add expansion limits | ||
|
||
|
||
lines: | ||
types: | ||
220.: "490-AL1/64-ST1A 220.0" #"Al/St 240/40 2-bundle 220.0" | ||
110.: "243-AL1/39-ST1A 110.0" #"Al/St 240/40 3-bundle 300.0" | ||
500.: "Al/St 240/40 4-bundle 380.0" #"Al/St 560/50 4-bundle 750.0" # | ||
|
||
modify_lines: | ||
limit_line_capacities: true # limiting line capacities | ||
bus_of_interest: ["KZ.1_1_AC", "KZ.9_1_AC"] # buses of interest whose lines are limited | ||
max_limit: 700.0 # maximum limit for s_nom | ||
|
||
|
||
atlite: | ||
nprocesses: 4 | ||
cutouts: | ||
# geographical bounds automatically determined from countries input | ||
cutout-2013-era5-tutorial: | ||
module: era5 | ||
dx: 0.3 # cutout resolution | ||
dy: 0.3 # cutout resolution | ||
|
||
|
||
renewable: | ||
onwind: | ||
cutout: cutout-2013-era5-tutorial | ||
|
||
offwind-ac: | ||
cutout: cutout-2013-era5-tutorial | ||
|
||
offwind-dc: | ||
cutout: cutout-2013-era5-tutorial | ||
|
||
solar: | ||
cutout: cutout-2013-era5-tutorial | ||
|
||
hydro: | ||
cutout: cutout-2013-era5-tutorial | ||
extendable: true | ||
normalization: | ||
method: eia #hydro_capacities # 'hydro_capacities' to rescale country hydro production by using hydro_capacities, 'eia' to rescale by eia data, false for no rescaling | ||
year: 2013 # (optional) year of statistics used to rescale the runoff time series. When not provided, the weather year of the snapshots is used | ||
|
||
|
||
costs: | ||
year: 2020 | ||
fill_values: | ||
discount rate: 0.15 |
Binary file not shown.