From a07f98f07db3021f5378743d4eedf6dee0eabc93 Mon Sep 17 00:00:00 2001
From: David Radu <dcradu@uliege.be>
Date: Thu, 18 Mar 2021 22:00:24 +0100
Subject: [PATCH] tech config to limit filter

---
 config_model.yml | 25 ++++++++++++-------------
 config_techs.yml |  2 +-
 2 files changed, 13 insertions(+), 14 deletions(-)

diff --git a/config_model.yml b/config_model.yml
index fb86ffd..49fa145 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 5370f2e..a81a022 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'
-- 
GitLab