2016-09-08 19:19:07 +00:00
---
layout: wiki
title: Weather Framework
description: Explains how to work with ACE3 weather system.
group: framework
order: 5
parent: wiki
mod: ace
version:
major: 3
minor: 0
patch: 0
---
## 1. Overview
2017-12-20 20:20:20 +00:00
ACE3 Weather extends the existing weather by temperature, humidity and air pressure according to the geographic location, season and time of day.
2016-09-08 19:19:07 +00:00
2017-12-20 20:20:20 +00:00
The additional wind simulation, which is also influenced by the season and the geographical location, can be deactivated if necessary.
2016-09-08 19:19:07 +00:00
2017-12-20 20:20:20 +00:00
Cloud cover, rain and fog can still be set via the mission settings.
2023-11-23 18:16:55 +00:00
## 2. Wind Simulation
## 2.1 Temporarily Pause Wind Simulation
When Wind Simulation is enabled at mission start, it can be temporarily disabled by setting `ace_weather_disableWindSimulation = true` . To reenable wind simulation, the variable must either be set to `false` or `nil` .