diff --git a/Environment/environment.xml b/Environment/environment.xml index 6a8692b2b..bd884ac5c 100644 --- a/Environment/environment.xml +++ b/Environment/environment.xml @@ -36,13 +36,67 @@ METAR + + Core high pressure region + XXXX 012345Z 15003KT 19SM FEW072 FEW350 25/07 Q1028 NOSIG + The center of a high pressure region, characterized by descending air and hence only weak cloud development with high visibility. + + High-pressure-core + realistic weather + + + + High pressure region + XXXX 012345Z 15003KT 12SM SCT048 FEW300 20/08 Q1022 NOSIG + A high pressure region, characterized my moderate to strong Cumulus development in the afternoon and fairly good visibility conditions. + + High-pressure + realistic weather + + + + Border of a high pressure region + XXXX 012345Z 15003KT 10SM SCT036 SCT150 17/08 Q1016 NOSIG + The border of a high pressure region, in which the airmass becomes unstable and various convective and stratiform clouds may appear. + + High-pressure-border + realistic weather + + + + Border of a low pressure region + XXXX 012345Z 15003KT 9SM BKN028 SCT090 FEW160 15/08 Q1010 NOSIG + The border of a low pressure region, in which the airmass is unstable and convective clouds start to form layers and merge into stratiform clouds. + + Low-pressure-border + realistic weather + + + + Low pressure region + XXXX 012345Z 15003KT 6SM SHRA BKN024 BKN053 FEW090 13/07 Q1004 NOSIG + A low pressure region, characterized by rising air, widespread formation of stratiform clouds and beginning rain. + + Low-pressure + realistic weather + + + + Core low pressure region + XXXX 012345Z 15003KT 4SM RA OVC020 SCT050 07/02 Q0998 NOSIG + The core of a low pressure region, characterized by overcast clouds, bad visibility on the ground and significant rainfall. + + Low-pressure-core + realistic weather + + Fair weather XXXX 012345Z 15003KT 12SM SCT041 FEW200 20/08 Q1015 NOSIG A lovely day for trip to your favorite 100$ hamburger airfield High-pressure-core - realistic-weather + realistic weather @@ -55,7 +109,7 @@ Thunderstorms - realistic-weather + repeat tile @@ -362,6 +416,7 @@ 0.7 0.0 + 0.0 0.0 diff --git a/gui/dialogs/weather.xml b/gui/dialogs/weather.xml index fda09fa30..e809944a9 100644 --- a/gui/dialogs/weather.xml +++ b/gui/dialogs/weather.xml @@ -166,7 +166,7 @@ setprop("/nasal/local_weather/enabled", "true"); # Re-initialize local weather. - local_weather.set_tile(); + settimer( func {local_weather.set_tile();}, 0.2); } },