Skip to content
Snippets Groups Projects
Commit a07f98f0 authored by David Radu's avatar David Radu
Browse files

tech config to limit filter

parent bb77f6ff
No related branches found
No related tags found
No related merge requests found
# Path to data folder
data_path: 'D:/ULg_PhD_work/datasets/resite_ip/'
#data_path: '/data/dcradu/resite_ip/'
#data_path: 'D:/ULg_PhD_work/datasets/resite_ip/'
data_path: '/data/dcradu/resite_ip/'
# Spatial resolution (in degrees) of the potential sites.
spatial_resolution: 0.28
# Start time and end time of the analysis.
time_slice: ['2014-01-01T00:00', '2014-01-07T23:00']
time_slice: ['2009-01-01T00:00', '2018-12-31T23:00']
# Technologies to deploy.
regions: ['FR', 'ES']
regions: ['EU']
technologies: ['wind_onshore']
deployments: [[19], [12]]
deployments: [[530]]
siting_params:
smooth_measure: 'mean'
......@@ -32,12 +32,12 @@ siting_params:
MIRSA:
# Simulated Annealing with Local Search
set: True
c: [1, 2, 4, 10, 19]
c: [106]
neighborhood: 1
no_iterations: 1000
no_epochs: 1000
no_iterations: 2000
no_epochs: 500
initial_temp: 200.
no_runs: 1
no_runs: 3
algorithm: 'SALS' #'GLS'
GRED:
set: False
......@@ -48,8 +48,7 @@ siting_params:
RAND:
# Random Search
set: False
c: [318]
no_iterations: 50
no_epochs: 500
no_runs: 1
c: [1, 106, 212, 318, 424, 530]
no_iterations: 1000000
no_runs: 100
algorithm: 'RS'
# Config file for various conversion technologies.
wind_onshore:
where: 'onshore'
filters: ['resource_quality', 'population_density', 'orography', 'forestry', 'water_mask', 'latitude']
filters: ['water_mask']
converter_IV: 'V110'
converter_III: 'E103'
converter_II: 'V90'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment