Jump to content

dynamic weather - pressure calculation over the complete map


Recommended Posts

Posted

I has played a little bit with the dynamic weather system, especially with the cyclones described under \DCS\MissionEditor\weather\dynamic.

I found that for a system with a ellipticity = 1 following formula describes the problem over the hole map.

P = pressure_excess *exp(-((x - centerX).^2+(z - centerZ).^2)/pressure_spread^2);

Also I found that the single cyclones are additive, e.g.

P_total = P_1 + P_2 + .....

You can see it in following picture were you can see two cyclones (red and yellow) and also the result (green). The values are the pressure measured in DCS:

pubchart?oid=1957630189&format=image

With this knowledge we are able to calculate the pressure over the whole map and can make pressure charts like in picture in the attachment.

 

Now my question:

I'm struggling a little bit to insert the ellipticity and the rotation in above formula.

Has anybody from the community an idea how to bring it into the formula?

 

Thanks

buur

test_16.thumb.png.a91c6a71d084da86ec5389044dee3316.png

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...