diff --git a/config_model.yml b/config_model.yml index fb86ffd76ce8a253017c4dc7a2e4c6c6831e9cce..49fa145d5e4948641b8eaf4ba8e497700b059820 100644 --- a/config_model.yml +++ b/config_model.yml @@ -1,15 +1,15 @@ # 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' diff --git a/config_techs.yml b/config_techs.yml index 5370f2eae703a4103d5f9b51376a1b2c15d462bb..a81a0226857c1b4d17aad59ac73af736b989f9b7 100644 --- a/config_techs.yml +++ b/config_techs.yml @@ -1,7 +1,7 @@ # 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'