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.675543,
"pressurePa": 54048.262238,
"densityKgM3": 0.736429,
"speedOfSoundMs": 320.545407
},
{
"altitude_m": 10000,
"temperatureK": 223.252093,
"pressurePa": 26499.873123,
"densityKgM3": 0.41351,
"speedOfSoundMs": 299.53166
}
],
"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"
]
}