From 8bcf1ff01f3caa13e3be3157c7b0f5a5c7924963 Mon Sep 17 00:00:00 2001 From: tackandr Date: Mon, 11 Nov 2024 08:51:43 +0200 Subject: [PATCH] update thresholds --- himan-scripts/CB-TCU-cloud.lua | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/himan-scripts/CB-TCU-cloud.lua b/himan-scripts/CB-TCU-cloud.lua index 993a2a6b..29bf4152 100644 --- a/himan-scripts/CB-TCU-cloud.lua +++ b/himan-scripts/CB-TCU-cloud.lua @@ -197,8 +197,10 @@ for i=1, #EL500 do res[i] = round(res[i]/10)*10 --Threshold flight level for TCU above FL70 and CB above FL80 - if res[i] < 80 and res[i] > -70 then + if res[i] < 70 and res[i] > -70 then res[i] = missing + elseif res[i] == 70 then + res[i] = -70 end end