Tool Air Pressure Adjustment
This tool adjusts air pressure values to the elevation using the barometric formula. Default values refer to the international standard atmosphere.
- Author: O.Conrad (c) 2020
- Menu: Climate and Weather|Climate Variables
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Air Pressure (*) | Grid, input, optional | P | [hPa] | - |
Air Pressure Elevation (*) | Grid, input, optional | Z | [m] | - | |
Temperature (*) | Grid, input, optional | T | [Celsius] | - | |
Temperature Lapse Rate (*) | Grid, input, optional | L | [K/m] | - | |
Elevation | Grid, input | DEM | [m] | - | |
Output | Adjusted Air Pressure | Grid, output | P_ADJ | - | - |
Options | Grid System | Grid system | PARAMETERS_GRID_SYSTEM | - | - |
Grid system | Grid system | P_GRIDSYSTEM | - | - | |
Default | Floating point | P_DEFAULT | default value if no grid has been selected | Default: 1013.250000 | |
Grid system | Grid system | Z_GRIDSYSTEM | - | - | |
Default | Floating point | Z_DEFAULT | default value if no grid has been selected | Default: 0.000000 | |
Grid system | Grid system | T_GRIDSYSTEM | - | - | |
Default | Floating point | T_DEFAULT | default value if no grid has been selected | Default: 0.000000 | |
Grid system | Grid system | L_GRIDSYSTEM | - | - | |
Default | Floating point | L_DEFAULT | default value if no grid has been selected | Default: 0.006500 | |
(*) optional |
Command-line
Usage: saga_cmd climate_tools 27 [-P <str>] [-P_DEFAULT <double>] [-Z <str>] [-Z_DEFAULT <double>] [-T <str>] [-T_DEFAULT <double>] [-L <str>] [-L_DEFAULT <double>] [-DEM <str>] [-P_ADJ <str>] -P:<str> Air Pressure Grid, input, optional -P_DEFAULT:<double> Default Floating point Default: 1013.250000 -Z:<str> Air Pressure Elevation Grid, input, optional -Z_DEFAULT:<double> Default Floating point Default: 0.000000 -T:<str> Temperature Grid, input, optional -T_DEFAULT:<double> Default Floating point Default: 0.000000 -L:<str> Temperature Lapse Rate Grid, input, optional -L_DEFAULT:<double> Default Floating point Default: 0.006500 -DEM:<str> Elevation Grid, input -P_ADJ:<str> Adjusted Air Pressure Grid, output