diff --git a/metar.html b/metar.html
index 746d533..c6a6a4e 100644
--- a/metar.html
+++ b/metar.html
@@ -272,7 +272,8 @@
'FROIN': 'Frontal passage in vicinity',
'CONTRAILS': 'Contrails observed',
'VIRGA': 'Virga (precipitation not reaching the ground)',
- 'HALO': 'Halo phenomenon observed'
+ 'HALO': 'Halo phenomenon observed',
+ 'PRESFR': 'Pressure falling rapidly'
};
const directions = {
'N': 'North', 'NE': 'Northeast', 'E': 'East', 'SE': 'Southeast',
@@ -353,6 +354,7 @@
if (p.length > 1 && p[1] === 'INTMT') {
return { consumed: 2, text: ` - ICE INTMT: Intermittent ice observed` };
}
+ return { consumed: 1, text: ` - ICE: Ice observed` };
}
},
// DENSITY ALT