N° |
Descripción |
Regla |
1 |
ERROR : Temperatura Seco < Temperatura Rocío |
Ts.Ts > Td.Td or Ts.Ts = Td.Td |
2 |
ERROR : RAPIDEZ MEDIA debe ser Menor a 10 nudos que RACHA del Viento o Rapidez Media = 0 (calma) |
((Round(Racha.fmfm) - Round(VTO.ff)) > 10 or (Round(Racha.fmfm) - Round(VTO.ff)) = 10) and VTO.ff > 0 |
3 |
ERROR : Visibilidad METAR - REINANTE debe ser Mayor que Visibilidad METAR MÍNIMA |
VVMETAR.Reinante > VVMETAR.Minima |
4 |
ERROR : Visibilidad METAR ---> SIN DATO Visibilidad MÍNIMA o DIRECCIÓN |
(not #VVMETAR.Minima and not #VVMETAR.Dv) or (#VVMETAR.Minima and #VVMETAR.Dv) |
5 |
ERROR : dndndn y dxdxdx Debe ser Distintos para la Variación de la Dirección del Viento |
VarDirVto.dndndn <> VarDirVto.dxdxdx |
6 |
ERROR : Tiempo Pasado 1 Debe ser Mayor o Igual que Tiempo Pasado 2 |
(W1W2.W1 > W1W2.W2 ) or ( W1W2.W1 = W1W2.W2) |
7 |
ERROR : Deben ser Ingresados (1ro.) FENÓMENO 1 - ( 2do.) FENÓMENO 2 - (3ro.) FENÓMENO 3 |
(not #WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.FEN1 and not #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.FEN1 and not #WWMETAR.FEN2 and not #WWMETAR.FEN3) or (#WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) |
8 |
ERROR : Deben ser Ingresados (1ro.) FENÓMENO 1 - ( 2do.) FENÓMENO 2 - (3ro.) FENÓMENO 3 |
(not #WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.FEN1 and not #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.FEN1 and not #WWMETAR.FEN2 and not #WWMETAR.FEN3) or (#WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) |
9 |
ERROR : Deben ser Ingresados (1ro.) FENÓMENO 1 - ( 2do.) FENÓMENO 2 - (3ro.) FENÓMENO 3 |
(not #WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.FEN1 and not #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.FEN1 and not #WWMETAR.FEN2 and not #WWMETAR.FEN3) or (#WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) |
10 |
ERROR : Deben ser Ingresados (1ro.) FENÓMENO 1 - ( 2do.) FENÓMENO 2 - (3ro.) FENÓMENO 3 |
(not #WWMETAR.FEN12 and #WWMETAR.FEN22 and #WWMETAR.FEN32) or (not #WWMETAR.FEN12 and not #WWMETAR.FEN22 and #WWMETAR.FEN32) or (not #WWMETAR.FEN12 and not #WWMETAR.FEN22 and not #WWMETAR.FEN32) or (#WWMETAR.FEN12 and #WWMETAR.FEN22 and #WWMETAR.FEN32) |
11 |
ERROR : Deben ser Ingresados (1ro.) FENÓMENO 1 - ( 2do.) FENÓMENO 2 - (3ro.) FENÓMENO 3 |
(not #WWMETAR.FEN13 and #WWMETAR.FEN23 and #WWMETAR.FEN33) or (not #WWMETAR.FEN13 and not #WWMETAR.FEN23 and #WWMETAR.FEN33) or (not #WWMETAR.FEN13 and not #WWMETAR.FEN23 and not #WWMETAR.FEN33) or (#WWMETAR.FEN13 and #WWMETAR.FEN23 and #WWMETAR.FEN33) |
12 |
ERROR : Fenómeno 1 y Fenómeno 2 - DEBEN SER DISTINTOS |
WWMETAR.FEN1 <> WWMETAR.FEN2 |
13 |
ERROR : Fenómeno 1 y Fenómeno 3 - DEBEN SER DISTINTOS |
WWMETAR.FEN1 <> WWMETAR.FEN3 |
14 |
ERROR : Fenómeno 2 y Fenómeno 3 - DEBEN SER DISTINTOS |
WWMETAR.FEN2 <> WWMETAR.FEN3 |
15 |
ERROR : Fenómeno 1 y Fenómeno 2 - DEBEN SER DISTINTOS |
WWMETAR.FEN12 <> WWMETAR.FEN22 |
16 |
ERROR : Fenómeno 1 y Fenómeno 3 - DEBEN SER DISTINTOS |
WWMETAR.FEN12 <> WWMETAR.FEN32 |
17 |
ERROR : Fenómeno 2 y Fenómeno 3 - DEBEN SER DISTINTOS |
WWMETAR.FEN22 <> WWMETAR.FEN32 |
18 |
ERROR : Fenómeno 1 y Fenómeno 2 - DEBEN SER DISTINTOS |
WWMETAR.FEN13 <> WWMETAR.FEN23 |
19 |
ERROR : Fenómeno 1 y Fenómeno 3 - DEBEN SER DISTINTOS |
WWMETAR.FEN13 <> WWMETAR.FEN33 |
20 |
ERROR : Fenómeno 2 y Fenómeno 3 - DEBEN SER DISTINTOS |
WWMETAR.FEN23 <> WWMETAR.FEN33 |
21 |
ERROR : Visibilidad METAR Mínima debe ser Mayor o Igual que Visibilidad Horizontal Sinóptica |
(VVMETAR.Minima > VVSINOP.VV) or (VVMETAR.Minima = VVSINOP.VV) |
22 |
ERROR : Visibilidad Horizontal Sinóptica debe ser Menor o Igual que Visibilidad METAR Reinante |
(VVMETAR.Reinante > VVSINOP.VV) or (VVMETAR.Reinante = VVSINOP.VV) |
23 |
ERROR : Agua Caída, Acumulada 6 horas SIN DATO o Indicador TRAZA SIN DATO, deben ser distintos de SIN DATO |
(not #RRR6.RRR6 and not #RRR6.Traza) or (#RRR6.RRR6 and #RRR6.Traza) |
24 |
ERROR : Agua Caída, Total Diario SIN DATO o Indicador TRAZA SIN DATO, deben ser distintos de SIN DATO |
(not #RRR24.RRR24 and not #RRR24.Traza) or (#RRR24.RRR24 and #RRR24.Traza) |
25 |
ERROR : Intensidad/Proximidad debe ser distinta de SIN DATO, ingresar (1) Leve, (2) Moderado, (3) Fuerte ó (4) Vecindad |
(#WWMETAR.IntProx and #WWMETAR.DESC and #WWMETAR.FEN1 and #WWMETAR.FEN2 and #WWMETAR.FEN3) or (not #WWMETAR.IntProx and (not #WWMETAR.DESC or not #WWMETAR.FEN1 or not #WWMETAR.FEN2 or not #WWMETAR.FEN3)) |
26 |
ERROR : Intensidad/Proximidad debe ser distinta de SIN DATO, ingresar (1) Leve, (2) Moderado, (3) Fuerte ó (4) Vecindad |
(#WWMETAR.IntProx2 and #WWMETAR.DESC2 and #WWMETAR.FEN12 and #WWMETAR.FEN22 and #WWMETAR.FEN32) or (not #WWMETAR.IntProx2 and (not #WWMETAR.DESC2 or not #WWMETAR.FEN12 or not #WWMETAR.FEN22 or not #WWMETAR.FEN32)) |
27 |
ERROR : Intensidad/Proximidad debe ser distinta de SIN DATO, ingresar (1) Leve, (2) Moderado, (3) Fuerte ó (4) Vecindad |
(#WWMETAR.IntProx3 and #WWMETAR.DESC3 and #WWMETAR.FEN13 and #WWMETAR.FEN23 and #WWMETAR.FEN33) or (not #WWMETAR.IntProx3 and (not #WWMETAR.DESC3 or not #WWMETAR.FEN13 or not #WWMETAR.FEN23 or not #WWMETAR.FEN33)) |
28 |
ERROR : Temperatura Seco NO ES IGUAL a Temperatura Rocío, Humedad Relativa debe ser MENOR a 100% |
(Ts.Ts = Td.Td ) or (Ts.Ts <> Td.Td and HR.HR <> 100) |
29 |
ERROR : Viento a 10 m altura Mal Ingresado o Variación de la Dirección del Viento SIN DATO (dndndn o dxdxdx) |
(not #VTO.ff and not #VTO.VRB and not #VarDirVto.dndndn and not #VarDirVto.dxdxdx) or (not #VTO.ff and not #VTO.VRB and #VarDirVto.dndndn and #VarDirVto.dxdxdx) or (#VTO.dd and #VTO.ff and #VTO.VRB and #VarDirVto.dndndn and #VarDirVto.dxdxdx) |
30 |
ERROR : Visibilidad Vertical debe ser SIN DATO, para Cielo Cubierto No Oscurecido ( N < 9 ) |
(N.N < 9 and #VisVert.VisVert) or N.N = 9 |
31 |
ERROR : Visibilidad Vertical debe ser distinta de SIN DATO, para Cielo Oscurecido o Invisible ( N = 9 ) |
(N.N = 9 and not #VisVert.VisVert) or N.N < 9 |
32 |
ERROR : Viento Calma DIRECCIÓN y RAPIDEZ deben ser Cero (0) e Indicador VARIABLE debe ser (NO = tick desmarcado) |
(VTO.dd = 0 and VTO.ff = 0 and VTO.VRB = 0) or (VTO.dd <> 0 and VTO.ff <> 0) |
33 |
ERROR : Viento DIRECCIÓN > 0 (No Calma y No Variable) - Indicador VARIABLE debe ser (NO = tick desmarcado) |
(VTO.dd <> 0 and VTO.ff <> 0 and VTO.VRB = 0) or (VTO.dd = 0 or VTO.ff = 0) |
34 |
ERROR : Viento VARIABLE (dd = Sin Dato) - RAPIDEZ debe ser > 0 e Indicador VARIABLE debe ser (SI = tick marcado) |
(#VTO.dd and VTO.ff > 0 and VTO.VRB = 1) or not #VTO.dd |
35 |
ERROR : Viento Rapidez (Sin Dato) y/o Indicador Variable (Sin Dato) - RAPIDEZ y VARIABLE deben ser distintos de SIN DATO |
(not #VTO.ff and not #VTO.VRB) or (#VTO.dd and #VTO.ff and #VTO.VRB) |
36 |
ERROR : Nubosidad (Nh-Cl-Cm-Ch) debe ser distinta de SIN DATO, para Cielo (0 < N < 8) Octas Mayor a Cero y Menor a 8 |
(N.N <> 0 and N.N < 8 and not #Nubes.Nh and not #Nubes.Cl and not #Nubes.Cm and not #Nubes.Ch) or (N.N = 0 or N.N > 7) |
37 |
ERROR : Octas (Ns) de Capa de Nubes (NsChshshs) debe ser Menor o Igual que Octas de Cielo Cubierto (N) |
(N.N <> 0 and N.N <> 9) and (N.N > CapaNube.Ns or N.N = CapaNube.Ns) or (N.N = 0 or N.N = 9) |
38 |
ERROR : Octas (Ns) de Capa de Nubes (NsChshshs) debe ser Menor o Igual que Octas de Cielo Cubierto (N) |
(N.N <> 0 and N.N <> 9) and (N.N > CapaNube.Ns2 or N.N = CapaNube.Ns2) or (N.N = 0 or N.N = 9) |
39 |
ERROR : Octas (Ns) de Capa de Nubes (NsChshshs) debe ser Menor o Igual que Octas de Cielo Cubierto (N) |
(N.N <> 0 and N.N <> 9) and (N.N > CapaNube.Ns4 or N.N = CapaNube.Ns4) or (N.N = 0 or N.N = 9) |
40 |
ERROR : Octas (Ns) de Capa de Nubes (NsChshshs) debe ser Menor o Igual que Octas de Cielo Cubierto (N) |
(N.N <> 0 and N.N <> 9) and (N.N > CapaNube.Ns5 or N.N = CapaNube.Ns5) or (N.N = 0 or N.N = 9) |
41 |
ERROR : Octas (Ns) de Capa de Nubes (NsChshshs) debe ser Menor o Igual que Octas de Cielo Cubierto (N) |
(N.N <> 0 and N.N <> 9) and (N.N > CapaNube.Ns6 or N.N = CapaNube.Ns6) or (N.N = 0 or N.N = 9) |
42 |
ERROR : casillero "Todas" indica Cizalle del Viento NO presente en todas las Pistas, se debe ingresar en que Pista(s) |
((Cizalle.Todas = 0) and (not #Cizalle.Pista1 or not #Cizalle.Pista2 or not #Cizalle.Pista3)) or (Cizalle.Todas = 1) or (#Cizalle.Todas and #Cizalle.Pista2 and #Cizalle.Pista3 and #Cizalle.Pista1) |
43 |
ERROR : para Cielo Cubierto (N) entre 1 y 7 octas, octas Nh > 0 (existen nubes bajas o medias), debe ser Cl > 0 ó Cm > 0 |
(N.N > 0 and N.N < 8) and (Nubes.Nh <> 0 and Nubes.Nh <> 8) and ((Nubes.Cl > 0 and Nubes.Cm > 0) or (Nubes.Cl > 0 and Nubes.Cm = 0) or (Nubes.Cl = 0 and Nubes.Cm > 0)) or (N.N = 0 or N.N >= 8 or Nubes.Nh = 0 or Nubes.Nh = 8) |
44 |
ERROR : Cielo Cubierto (N) entre 1 y 7 octas, (Nh = 0 sin nubes bajas o medias), debe ser Ch distinta de 0 y 7 |
(N.N > 0 and N.N < 8) and (Nubes.Nh = 0 and Nubes.Ch <> 0 and Nubes.Ch <> 7) or (N.N = 0 or N.N >= 8 or Nubes.Nh <> 0) |
45 |
ERROR : No hay Nubes Medias ( Cm = 0 ) , Dirección de las Nubes Medias debe ser Cero ( Dm = 0) |
(Nubes.Cm = 0 and DirNubes.Dm = 0) or (Nubes.Cm > 0 or #Nubes.Cm) |
46 |
ERROR : No hay Nubes Altas ( Ch = 0 ) , Dirección de las Nubes Altas debe ser Cero ( Dh = 0) |
(Nubes.Ch = 0 and DirNubes.Dh = 0) or (Nubes.Ch > 0 or #Nubes.Ch) |
47 |
ERROR : Nubes Medias Invisibles ( Cm = Sin Dato ) , Dirección de las Nubes Medias debe ser 9 ( Invisible Dm = 9 ) |
(Nubes.Nh = 8 and #Nubes.Cm and DirNubes.Dm = 9) or ( Nubes.Nh <> 8 or not #Nubes.Cm) |
48 |
ERROR : Nubes Altas Invisibles ( Ch = Sin Dato ) , Dirección de las Nubes Altas debe ser 9 ( Invisible Dh = 9) |
(Nubes.Nh = 8 and #Nubes.Ch and DirNubes.Dh = 9) or ( Nubes.Nh <> 8 or not #Nubes.Ch) |
49 |
ERROR : Visibilidad METAR - Reinante < 10000 m, Observar e Ingresar Fenómeno(s) de Tiempo Presente METAR (que reduce) |
(VVMETAR.Reinante < 10000 and not #WWMETAR.DESC) or (VVMETAR.Reinante < 10000 and (not #WWMETAR.FEN1 or not #WWMETAR.FEN2 or not #WWMETAR.FEN3)) or (VVMETAR.Reinante >= 10000) |
50 |
ERROR : Revisar Temperatura Mínima AM y/o Temperatura del Aire Seco |
Ts.Ts >= TnAM.TnAM |
51 |
ERROR : Revisar Temperatura Máxima PM y/o Temperatura del Aire Seco |
Ts.Ts <= TxPM.TxPM |
52 |
ERROR : Revisar y Corregir Presión Atm. a Nivel de Estación - QFE |
QFE.QFE >= 730 and QFE.QFE <= 1060 |
53 |
ERROR : Revisar y Corregir Presión Atm. a Nivel Medio del Mar - QFF |
QFF.QFF >= 750 and QFF.QFF <= 1060 |
54 |
ERROR : Revisar y Corregir Presión Atm. Estándar OACI - QNH |
QNH.QNH >= 750 and QNH.QNH <= 1060 |
55 |
ERROR : Temperatura del Aire Seco debe ser Mayor o igual que Temperatura del Húmedo |
Ts.Ts > Th.Th or Ts.Ts = Th.Th |
56 |
ERROR : Visibilidad Vertical debe ser SIN DATO, existe(n) Ingreso(s) de Capa de Nube(s) NsChshshs |
(#VisVert.VisVert) or (not #VisVert.VisVert and #CapaNube.Ns) |
57 |
ERROR : para Fenómeno(s) de Oscurecimiento, Intensidad/Proximidad debe ser ( 2 ) Moderado, sin calificador |
(WWMETAR.IntProx = 2 or WWMETAR.IntProx = 4) or (not #WWMETAR.DESC) or (#WWMETAR.FEN1) or ((WWMETAR.IntProx = 1 or WWMETAR.IntProx = 3) and #WWMETAR.DESC and (WWMETAR.FEN1 <= 8 or WWMETAR.FEN1 = 16 or WWMETAR.FEN1= 18)) |
58 |
ERROR : para Fenómeno(s) de Oscurecimiento, Intensidad/Proximidad debe ser ( 2 ) Moderado, sin calificador |
(WWMETAR.IntProx2 = 2 or WWMETAR.IntProx2 = 4) or (not #WWMETAR.DESC2) or (#WWMETAR.FEN12) or ((WWMETAR.IntProx2 = 1 or WWMETAR.IntProx2 = 3) and #WWMETAR.DESC2 and (WWMETAR.FEN12 <= 8 or WWMETAR.FEN12 = 16 or WWMETAR.FEN12= 18)) |
59 |
ERROR : para Fenómeno(s) de Oscurecimiento, Intensidad/Proximidad debe ser ( 2 ) Moderado, sin calificador |
(WWMETAR.IntProx3 = 2 or WWMETAR.IntProx3 = 4) or (not #WWMETAR.DESC3) or (#WWMETAR.FEN13) or ((WWMETAR.IntProx3 = 1 or WWMETAR.IntProx3 = 3) and #WWMETAR.DESC3 and (WWMETAR.FEN13 <= 8 or WWMETAR.FEN13 = 16 or WWMETAR.FEN13= 18)) |
60 |
ERROR : Cielo Cubierto ( Ns = 8 ) por Primera Capa, Todas las Restantes deben ser SIN DATO |
(CapaNube.Ns = 8 and #CapaNube.Ns2) or CapaNube.Ns <> 8 |
61 |
ERROR : Cielo Cubierto ( Ns = 8 ) por Segunda Capa, Todas las Restantes deben ser SIN DATO |
(CapaNube.Ns2= 8 and #CapaNube.Ns3) or CapaNube.Ns2 <> 8 |
62 |
ERROR : Cielo Cubierto ( Ns = 8 ) por Tercera Capa, Todas las Restantes deben ser SIN DATO |
(CapaNube.Ns3= 8 and #CapaNube.Ns4) or CapaNube.Ns3 <> 8 |
63 |
ERROR : Cielo Cubierto ( Ns = 8 ) por Cuarta Capa, Todas las Restantes deben ser SIN DATO |
(CapaNube.Ns4= 8 and #CapaNube.Ns5) or CapaNube.Ns4 <> 8 |
64 |
ERROR : Cielo Cubierto ( Ns = 8 ) por Quinta Capa, Todas las Restantes deben ser SIN DATO |
(CapaNube.Ns5= 8 and #CapaNube.Ns6) or CapaNube.Ns5 <> 8 |
65 |
ERROR : Cielo Despejado ( N = 0 ), ( Nh = Octas Nubes Bajas o Medias ) Debe Ingresar Nh = 0 |
(N.N = 0 and Nubes.Nh = 0 ) or N.N > 0 |
66 |
ERROR : Cielo Despejado ( N = 0 ), ( Cl = Nubes Bajas ) Debe Ingresar Cl = 0 |
(N.N = 0 and Nubes.Cl = 0 ) or N.N > 0 |
67 |
ERROR : Cielo Despejado ( N = 0 ), ( Cm = Nubes Medias ) Debe Ingresar Cm = 0 |
(N.N = 0 and Nubes.Cm = 0 ) or N.N > 0 |
68 |
ERROR : Cielo Despejado ( N = 0 ), ( Ch = Nubes Altas ) Debe Ingresar Ch = 0 |
(N.N = 0 and Nubes.Ch = 0 ) or N.N > 0 |
69 |
ERROR : Octas Cielo Cubierto (N) debe ser Mayor o Igual que Octas de Nubes Bajas o Medias (Nh) |
(N.N > 0 and N.N <> 9) and (N.N > Nubes.Nh or N.N = Nubes.Nh) or (N.N = 0 or N.N = 9) |
70 |
ERROR : Cielo cubierto (N) debe ser igual a 9, para Visibilidad Vertical distinto de SIN DATO |
(#N.N and #VisVert.VisVert) or not #N.N |
71 |
ERROR: Visibilidad vertical superior a 30 mt con cielo oscurecido por niebla (ww= 41, 43, 45, 47 ó 49) |
((WWSINOP.ww In (41;43;45;47;49)) and VisVert.Visvert < 30) or not (WWSINOP.ww In (41;43;45;47;49)) |
72 |
ERROR: Visibilidad vertical superior a 30 m con cielo oscurecido por niebla (ww= 41, 43, 45, 47 ó 49) |
((WWSINOP.ww In (41;43;45;47;49)) and VisVert.Visvert < 30 ) or not (WWSINOP.ww In (41;43;45;47;49)) |
73 |
ERROR: Para dirección de viento variable , no reportar extremos dndndn ? dxdxdx |
(VTO.VRB =1 and #VarDirVto.dndndn and #VarDirVto.dxdxdx) or not (VTO.VRB =1) |
74 |
ERROR: Reportar extremos dndndn ? dxdxdx , para dirección media del viento = 3 kt , |
(not #VarDirVto.dndndn and not #VarDirVto.dxdxdx and VTO.ff >= 3) or not ( not
#VarDirVto.dndndn and not #VarDirVto.dxdxdx) |