Atmosphere
Calculate ISA state and deterministic vertical wind profiles.
AS-AT-02
Available calculations.
- get_atmosphere_profile
- wind_model_simple
Runner example.
The installed skill teaches your agent when to activate this module and how to call the local runner.
get_atmosphere_profileAS-AT-02
{
"ok": true,
"operation": "get_atmosphere_profile",
"result": [
{
"altitude_m": 0,
"temperatureK": 288.15,
"pressurePa": 101325,
"densityKgM3": 1.225,
"speedOfSoundMs": 340.293988
},
{
"altitude_m": 5000,
"temperatureK": 255.65,
"pressurePa": 54019.888188,
"densityKgM3": 0.736116,
"speedOfSoundMs": 320.529394
},
{
"altitude_m": 10000,
"temperatureK": 223.15,
"pressurePa": 26436.242593,
"densityKgM3": 0.412706,
"speedOfSoundMs": 299.463165
}
],
"units": {
"altitude_m": "m",
"temperatureK": "K",
"pressurePa": "Pa",
"densityKgM3": "kg/m^3",
"speedOfSoundMs": "m/s"
},
"assumptions": [
"1976 ISA through the lower atmosphere"
],
"warnings": [],
"provenance": [
"US Standard Atmosphere equations"
]
}