diff --git a/missions/2024_Lyra_Portugal_October/config/windConfig.m b/missions/2024_Lyra_Portugal_October/config/windConfig.m
index 843632f0fe05a81f1b8f30cb5515242507b2344a..48fd0bed4a67d4bcf7b871a4b433c9ab2bc2934b 100644
--- a/missions/2024_Lyra_Portugal_October/config/windConfig.m
+++ b/missions/2024_Lyra_Portugal_October/config/windConfig.m
@@ -11,13 +11,13 @@
 
 windCustom = WindCustom();
 
-windCustom.altitudes = [0 150 500 1000 1500 2000 2500 3000 3500 4000];                    % [m] Altitudes at which a distribution change occurs
-windCustom.magnitudeDistribution = ["g", "g", "g", "g", "g", "g", "g", "g", "g", "g"];     % [-] Distribution type: "u" - uniform, "g" - gaussian
-windCustom.magnitudeParameters = [3 4 6 7 8 11 12 14 15 18; 
-                                  1.5 1.5 2 2 2 2 2 2 2 2];               % [m/s] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
-windCustom.azimuthDistribution = ["u", "u", "u", "u", "u", "u", "u", "u", "u", "u"];       % [-] Distribution type: "u" - uniform, "g" - gaussian
-windCustom.azimuthParameters = [197 150 160 180 200 200 200 200 200 210; 
-                                217 170 180 200 220 220 220 220 220 230]*pi/180;    % [deg] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
+windCustom.altitudes = [0 10 150 500 1000 1500 2000 2500 3000 3500 4000];                    % [m] Altitudes at which a distribution change occurs
+windCustom.magnitudeDistribution = ["u","g", "g", "g", "g", "g", "g", "g", "g", "g", "g"];     % [-] Distribution type: "u" - uniform, "g" - gaussian
+windCustom.magnitudeParameters = [3 3 4 6 7 8 11 12 14 15 18; 
+                                  7 1.5 1.5 2 2 2 2 2 2 2 2];               % [m/s] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
+windCustom.azimuthDistribution = ["u", "u", "u", "u", "u", "u", "u", "u", "u", "u", "u"];       % [-] Distribution type: "u" - uniform, "g" - gaussian
+windCustom.azimuthParameters = [197 197 150 160 180 200 200 200 200 200 210; 
+                                217 217 170 180 200 220 220 220 220 220 230]*pi/180;    % [deg] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
 
 % windCustom.altitudes = [0 4500];
 % windCustom.magnitudeDistribution = ["u", "u"];
diff --git a/missions/2024_Lyra_Roccaraso_September/config/windConfig.m b/missions/2024_Lyra_Roccaraso_September/config/windConfig.m
index cd274dacf5d5590e4e3c49b00f0b63d47a2edf5d..0f889ba42f50d7ea8134e1757981a8f1be64faa7 100644
--- a/missions/2024_Lyra_Roccaraso_September/config/windConfig.m
+++ b/missions/2024_Lyra_Roccaraso_September/config/windConfig.m
@@ -11,13 +11,13 @@
 
 windCustom = WindCustom();
 
-windCustom.altitudes = [0 500 900 1200];                    % [m] Altitudes at which a distribution change occurs
-windCustom.magnitudeDistribution = ["g", "g", "g", "g"];     % [-] Distribution type: "u" - uniform, "g" - gaussian
-windCustom.magnitudeParameters = [4 5 5 4;               % [m/s] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
-                                  0.25 0.83 0.83 0.83];
-windCustom.azimuthDistribution = ["u", "u", "u", "u"];       % [-] Distribution type: "u" - uniform, "g" - gaussian
-windCustom.azimuthParameters = [350 320 320 320;
-    370 370 370 370]*pi/180;    % [deg] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
+windCustom.altitudes = [0 10 500 900 1200];
+windCustom.magnitudeDistribution = ["u", "g", "g", "g", "g"];     % [-] Distribution type: "u" - uniform, "g" - gaussian
+windCustom.magnitudeParameters = [4 4 5 5 4;               % [m/s] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
+                                  8 0.25 0.83 0.83 0.83];
+windCustom.azimuthDistribution = ["u", "u", "u", "u", "u"];       % [-] Distribution type: "u" - uniform, "g" - gaussian
+windCustom.azimuthParameters = [350 350 320 320 320;
+    370 370 370 370 370]*pi/180;    % [deg] Distribution parameters: "u" - [min; max], "g" - [mu; sigma]
 
 %% MATLAB WIND MODEL