Atmospheric Stability API Parameters

Convective Available Potential Energy (CAPE) | Convective Inhibition (CIN) | Lifted Index | Thunderstorm Probability

Convective Available Potential Energy (CAPE)

The convective available potential energy (given in joules per kilogram air) is the amount of energy a parcel of air would have if lifted a certain distance vertically through the atmosphere. Any value greater than 0 J/kg indicates instability and an increasing probability of thunderstorms and hail.

cape:Jkg

Examples

Convective Inhibition (CIN)

The convective inhibition (given in joules per kilogram air) is the amount of energy required to lift the parcel to the level of free convection (LFC). While high values (150 J/kg and above) of CIN suppress thunderstorm development, lower CIN values suggest favorable thunderstorm development conditions (i.e. when CIN is 30 J/kg or less).

cin:Jkg

Examples

Lifted Index

The lifted index (given in Kelvin) is the difference between the temperature of the environment and that of an air parcel lifted adiabatically to a given pressure height in the troposphere, usually 500 hPa. The atmosphere at the given height is stable for positive values of the lifted index and unstable for negative values. When the value falls below -2, thunderstorms are anticipated. and for lower values, especially those below -6, severe weather is expected.

lifted_index:K

Examples

Thunderstorm Probabilities

Gives the probability of a thunderstorm to occur.

prob_tstorm_<interval>:p

Available intervals: 1h, 2h, 3h, 6h, 12h, 24h

Examples

  • Show a thunderstorm probability forecast for the next two days: Prob tstorm
  • Below is an image of the thunderstorm probabilities on June 28th at 15 UTC over Europe:
    https://api.meteomatics.com/now/prob_tstorm_1h:p/70,-15_35,30:0.1,0.1/html Probability tstorm
  • https://api.meteomatics.com/now/prob_tstorm_12h:p/70,-15_35,30:15,15/json

    {"version":"3.0","user":"api-test","dateGenerated":"2018-02-21T14:51:41Z","status":"OK","data":
    [{"parameter":"prob_tstorm_12h:p","coordinates":
    [{"lat":35,"lon":-15,"dates":[{"date":"2017-08-01T00:00:00Z","value":12.9}]},
    {"lat":35,"lon":0,"dates":[{"date":"2017-08-01T00:00:00Z","value":44.2}]},
    {"lat":35,"lon":15,"dates":[{"date":"2017-08-01T00:00:00Z","value":23.4}]},
    {"lat":35,"lon":30,"dates":[{"date":"2017-08-01T00:00:00Z","value":86.4}]},
    {"lat":50,"lon":-15,"dates":[{"date":"2017-08-01T00:00:00Z","value":16.1}]},
    {"lat":50,"lon":0,"dates":[{"date":"2017-08-01T00:00:00Z","value":14.3}]},
    {"lat":50,"lon":15,"dates":[{"date":"2017-08-01T00:00:00Z","value":22.2}]},
    {"lat":50,"lon":30,"dates":[{"date":"2017-08-01T00:00:00Z","value":11.4}]},
    {"lat":65,"lon":-15,"dates":[{"date":"2017-08-01T00:00:00Z","value":11.8}]},
    {"lat":65,"lon":0,"dates":[{"date":"2017-08-01T00:00:00Z","value":13.6}]},
    {"lat":65,"lon":15,"dates":[{"date":"2017-08-01T00:00:00Z","value":21.5}]},
    {"lat":65,"lon":30,"dates":[{"date":"2017-08-01T00:00:00Z","value":17}]}]}]}