Weather - Wind Speed & Direction - Weather UI / Simconnect/ Atis all Different!

Seems a little late after 6 months to only be reporting this now, but a detailed examination of the weather would tend to indicate that wind speeds are somewhat “messed up” :frowning:

Parked at KMTN, with Clear weather, and setting winds to be 180 deg @ $0 Knots, no gusts,

DIRECTION:

  1. Weather UI = 189 deg (set) (magnetic ? )
  2. Simconnect (ambient) = 180 deg (magnetic)
  3. ATIS = 192 (mag var = 11 deg) :kissing: (should be magnetic)

SPEED: ( and here is were it appears to be way out)

  1. Weather UI = 40 knots (set)
  2. Simconnect (ambient) = 20 Knots ? (Note 40 knots = 20 meters / sec !!):woozy_face:
    (Gps reports 20 knots )
  3. ATIS = 67 Knots !! ( Note 40 Knots = 67 ft/sec !!) :woozy_face:

Sim set up for UNITS OF MEASUREMENT = US System

Have I been looking at this for too long, because it seems completely mixed up to me.

Maybe someone else can try to reproduce their readings and see if it matches, or tell me where I am looking at this incorrectly.

Just to clarify, after a little more reading.

  • (1) Metar winds are given in TRUE (From) Directions, in speed units of Knots (Worldwide)

  • (2) Atis is spoken, and given in MAGNEIC, and is in Knots

  • (3) GPS indications of WInd Directions are given in Magnetic (this is what the pilot is interested in)

SO.

Atis wind direction (spoken) should be Magnetic, but seems to be TRUE ?

Atis WInd speed is being incorrectly given in ft/sec !!

SiMconnect variable AMBIENT WIND DIRECTION (degrees) does not specify True or magnetic, but seems to be TRUE ?
BUT, In Asobo Js, sometimes it is calculated with a Magnetic Plane heading, so one assumes it is considered to be magnetic, so it should be the same as the ATIS (magnetic) direction … but is not.

Does not help that the UI, has an ARROW that indicated the DIRECTION of the wind, not where it is coming from, (coming from being s the normal Aviation way of referring to Wind Direction in Aviation)

============

And all this before considering what REX Weather Force 2020 “might” be adding to the confusion.

I AM SO CONFUSED with this now, the more I look into it !!

  • List item
1 Like

I’ve been reporting this since September, just by comparing ocean waves…

I didn’t take any time to look at the values reported in the game, thank you for the confirmation the code is most likely messing up with values and units.

NB: There are ways to make sure, as a developer, you never have this kind of conversion problems in your code, like this: Boost Units - Performance Example

However if the code base is from FSX, this is not handled this way internally. Instead, it is using a table of function pointers and/or a table of scalars, and you have to explicitly call a unit conversion function like this (which means you can mess up with ‘from’ and ‘to’):

double convert_units(double value, Unit from, Unit to);

Sadly, wind is a wonky thing. It’s ‘unsimulated’. I sat in an aircraft last week with the wind sock showing an opposite wind to what ATIS was reporting and the wind indicator on the G1000 showing a perpendicular wind. None matched real world. So who knows what runway was appropriate.

And on top of that, It is unfortunate you’ll have to even wait at least 1 or 2 years for proper helicopters in the game :grinning:

SPEED: ( and here is were it appears to be way out)

  1. Weather UI = 40 knots (set)
  2. Simconnect (ambient) = 20 Knots ? (Note 40 knots = 20 meters / sec !!):woozy_face:
    (Gps reports 20 knots )
  3. ATIS = 67 Knots !! ( Note 40 Knots = 67 ft/sec !!)

Its so messed up, it really is a GAME and not a “simulator”

My take away . based on the above is.

  • If you set the weather yourself, set wind to x2 what you want.
  • If you listen to ATIS, then assume wind speed is Atis / 3 (its not so windy after all !! )
  • If you view Simconnect wind ambient speed, it is what the sim is doing
  • If you view Simconnect wind ambient direction, its where the wind is blowing to (so add 180 to get Wind direction is Aviation terms)

Really !! should one really need to make so many mental corrections !!!

So, sitting on RWY 33 @ KDCA ( real time)
Weather is injected REX weather.

Rex Metar matches GPS metar (obtained from Online source-- not REX)
So they match … and the weather “looks” like the Metars.

But when you listen to ATIS … its a different world !!!

So “mixed” up !!

Vis is far less than 9 nm, and Sky conditions are defiantly not “CLEAR” !!

ATIS: Wind speeds are DEFIANTLY being announced on radio in units of Feet/sec !!

Is there a SimConnect VAR for “Dewpoint” ???

Visibility reported in Atis does not correspond to SimConnect AMBIENT VISIBILITY ??

And users are wondering why the SIM is not appearing to depict “REAL WEATHER” !!

On a more Positive Note: REX Weather Force does seem to be getting CURRENT Metars (at least in the USA), that correspond to those obtained from other real time online services.

Is it able to correctly Inject that weather into the Sim – Who Knows, as the sim cannot even Inject its own SIMULATED weather for the weather UI correctly.

■■■■■ - to put it mildly … and a seemingly total lack of interest or concern from the MFSF community - Obviously other thing like “minor scenery Eye Candy errors” are far more important than Aviation weather.

1 Like

UI has winds set to 10 knots
Simconnect has it at 5 (units ? ) I am requesting knots
ATIS has it as 17 ( which is 2x the ft/sec speed of the simconnect 5 if that 5 is knots)

My take is

  1. UI is calibrated to a scale of x2 the wind actually being injected into the sim.
    This is further confirmed by parking the plane into a high (steady) wind, and looking at the airspeed, that indicates about 50% of what the UI is set for.

  2. ATIS is announcing the injected wind speed in ft/in , not knots

So 2 errors contributing to this mess.

Thats it !!! back to CLEAR SKIES, until Asobo gets this mess cleared up.

There is little point in flying in windy weather, if Atis is reporting winds so incorrectly.
( unless you just want to fly about wildly without a clue as to what conditions you are flying into)

Some of this may well have got messed up when Asobo made the Gust settable to go down to zero, as before they may well have been DOUBLING the Wind speed and then adding +/- the gusting to that, that had a min of 50% of the wind speed … !!

There’s some kind of friction layer being simulated, and the friction reduces the windspeed you set in the Weather UI by a half at the surface, and it ramps it up to 100% of the set value at exactly 1000 feet. It’s asinine because you’re specifically trying to set the surface winds, and the simulator overrides it. Sure, you could just set the winds 2x higher to get the surface wind you want. But then you’ve got twice that wind speed at pattern altitude. Trying to practice some really strong crosswind take-offs and landings? Well you get to add some crazy wind shear on top of it. So have fun with that! lol

No, and as far as I know, the simulator has no implementation at all for dewpoint. The value reported by the ATIS is just a placeholder default value. Ideally, you’d be able to set this in the Weather UI and it would affect things like visibility, engine performance, icing, etc, but it’s just not there. One of the biggest gaping holes in the weather system.

I’ll try at 1000ft but I am not convinced.

Also, the ATIS number is EXACTLY the ft.sec value of the airspeed as measured in the stationary plane.

Should be quite easy for Asobo to check looking at their code – if they choose to look.

as I know, the simulator has no implementation at all for dewpoint

as you say, a BIG gaping hole !!

Who even uses these units? So weird. But that’s a good catch, and I haven’t seen that before, so definitely report that one and hopefully the interns working the Zendesk will know how to process it.

From my past experience with Zendesk, all I would get back is a Canned response about what a KNOT is.

Yeah, which I was I loathed even suggesting it and why I cringe every time somebody on here is like, “Make sure you report it to Zendesk! :D”

The actual way to report something is to just keep banging on the drum as loud as you can until they stop what they’re doing and tend to that issue.

With the exception of maybe the ft/sec units conversion bug, all of the above identified issues were reported during the Alpha testing of the simulator. It’s probably just on their infinitely long TODO/backlog. For reference, here’s a detailed discussion about the 50% surface winds issue:

Well, to me, that is just wrong,

The wind is “measured” at the surface ( up on a Tower) with a Wind sensor, and that is the Ground Wind, that is given to the pilot in the ATIS, and is what is used in the Metar.

What the wind is doing up at 1000ft or above is another matter and is, by definition, the wind at 1000ft.

Unfortunately, this is just another example the development of simulation software, that is not simulating Real World, but instead what some Game Developer “THINKS” will be appropriate, or is within their limited understanding.

The logic should be the other way around. You should be Punching in the GROUND wind, and then the geostrophic wind (wind above the friction layer) should be (attempted to be) calculated from “Measured” GROUND level wind speed.(and direction)

The “Geostrophic” wind is NOT the wind that :

  1. The windsock is subjected to
  2. The Plane on the ground, during talkeoff and Landing is subjected to
  3. The Wind that is measured by the Ground based Winds sensors , used by ASOS & AWOS.
  4. The Wind that is used to form the ATIS and the METARS

This is really a case of “A little knowledge being a bad thing”.

Having gained a little knowledge about the existence of “Geostrophic winds”, the simulator developer seems to have used that in a totally inappropriate way, by making assumptions that are not in fact how things work in the “Real World”.

In the GAMES world, doing this may be to some “acceptable” , but in a simulator, its just WRONG.

It needs to be corrected . (Please)

It might also behoove some to research exactly what GEOSTROPHIC WINDS are.

GEOSTROPHIC WINDS blow above the friction layer of the Earth, balanced between pressure gradient forces and the Coriolis force. Geo, meaning “Earth,” and strophic, or “turning,” refer to the Coriolis force of the Earth’s rotation.

And, of course, the ATIS reporting wind speeds in ft/sec is just 100% wrong, and one would hope that that is “quietly” corrected in the next update, probably with the least said the better. !
:speak_no_evil:

6 Likes

I took off from CYVR this morning. ATIS said wind out of 090 at 20kts, so ATC clears me to taxi to runway 27L? The wind sock shows strong wind out of 090-ish. My wind indicator on the instrument panel shows something else entirely.

It seems like 95% of the time, the active runway is always the reciprocal of what it should be. ATC always is clearing me to land with a tailwind.

OK… so here is a new one ??

Tuned into ATIS

Text in ATC windows reads winds 067@12 (wind should be to nearest 10 degrees !! )
ATC SAYS winds 1067 at 12

Temperature is correct
DP is 'Rubbishh"
Altimerter is right
Cloud base is right.
Rain is right
Vis is "Rubbish

Runway 04 is best option to matches Wind is right

The ATC saying winds are 1067 at 12 is STRANGE

NOTE: In an ATIS report - Wind DIRECTION is defined as
The direction mean and variations are rounded to the nearest 10 degrees in the METAR. Values ending with 5 are rounded down.

so the ATIS should be saying 070 at 12

I had ( EHAM )

  • Planning map wind 340/16 ( wrong future or past wind
  • ingame Atis CORRECT 230/8
  • ingame Clearance selecting RNW 36L for dept ( based on wrong planning map )

To clarify (July 2021) a couple of the issues in this thread:

  • SimVar (A:AMBIENT WIND DIRECTION, degrees) is in degrees TRUE, and represents the direction the wind is coming FROM.

  • Windspeed (A:AMBIENT WIND SPEED, knots) is reduced near the ground relative to the value shown in the Weather UI. Approx: Zero feet AGL = 50%, 200’ = 70%, 500’ = 90% of ground (wind + gust) given in settings.

When manually setting wind I personally use at least 2 layers that cover the flight altitudes rather than guessing what MSFS will do above the highest wind layer - in particular I never have only a single wind layer set at ground level.

These comments are just re. setting the wind and using those vars i.e. not related to in-game ATIS/METAR/Live Weather.

I would suggest that Windspeed at Ground level should be 100%
ie the Wind speed as measured by Surface Wind Instrumentation, and used in ATC & ASOS/AWOS communications.

THEN, if you want to estimate winds from ground up to 1000 ft

Zero feet AGL = 100%, 500’ = ???%, 1000’ = 200% of ground (wind + gust) given in settings.
(assuming this increase in low altitude wind speed over the surface speed is realistic & universal)

see Wind gradient - Wikipedia

This wind gradient is significantly dependent on surface features & types, which also might be far easier to cater for, by starting off at the Ground level (measured speeds by surface Instruments) and then adjusting as one increases altitude.