Skip to content

Commit

Permalink
Changing max cloud height
Browse files Browse the repository at this point in the history
  • Loading branch information
fboes committed Oct 31, 2022
1 parent a2a62d3 commit abfe372
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/aerofly-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The effect of **thermal activity** has not been measured yet.
Cloud height
------------

Setting the cloud height to `1` yields a cloud height of 40.000 feet AGL.
Setting the cloud height to `1` yields a cloud height of 10.000 feet AGL as of Aerofly FS 4.

---

Expand Down
2 changes: 1 addition & 1 deletion src/WettergeraetLib/AeroflyWeather.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class AeroflyWeather

public:
unsigned short maxCloudsDensity = 8; // as given in METAR cloud density
unsigned long maxCloudsHeight = 40000; // ft = 100% Aerofly
unsigned long maxCloudsHeight = 10000; // ft = 100% Aerofly
double maxWindSpeed = 16; // kt = 100% Aerofly
unsigned long maxVisibility = 15000; // m = 100% Aerofly
double maxTurbulence = 20; // kt as delta to current wind
Expand Down

0 comments on commit abfe372

Please sign in to comment.