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 number | P_DEFAULT | default value if no grid has been selected | Default: 1013.250000 | |
Grid system | grid system | Z_GRIDSYSTEM | - | - | |
Default | floating point number | Z_DEFAULT | default value if no grid has been selected | Default: 0.000000 | |
Grid system | grid system | T_GRIDSYSTEM | - | - | |
Default | floating point number | T_DEFAULT | default value if no grid has been selected | Default: 0.000000 | |
Grid system | grid system | L_GRIDSYSTEM | - | - | |
Default | floating point number | 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 number Default: 1013.250000 -Z:<str> Air Pressure Elevation grid, input, optional -Z_DEFAULT:<double> Default floating point number Default: 0.000000 -T:<str> Temperature grid, input, optional -T_DEFAULT:<double> Default floating point number Default: 0.000000 -L:<str> Temperature Lapse Rate grid, input, optional -L_DEFAULT:<double> Default floating point number Default: 0.006500 -DEM:<str> Elevation grid, input -P_ADJ:<str> Adjusted Air Pressure grid, output