Wind Effect Correction
- Author: D.N.Karger, O.Conrad (c) 2016
- Menu: Climate and Weather | Tools
Description
Wind effect correction using generalized logistic functions.
Parameters
Name | Type | Identifier | Description | Constraints | |
---|---|---|---|---|---|
Input | Boundary Layer | grid, input | BOUNDARY | The absolute vertical distance to the boundary layer. | - |
Wind Effect | grid, input | WIND | - | - | |
Observations | grid, input | OBSERVED | Observations used for local scaling factor calibration (e.g. precipitation, cloudiness). | - | |
Output | Calibrated Scaling Factor | grid, output | B_GRID | Calibrated scaling factor used in the wind effect correction. | - |
Corrected Wind Effect | grid, output | WINDCORR | - | - | |
Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - |
Scaling Factor | choice | B_SOURCE | - | Available Choices: [0] constant [1] calibrate Default: 1 | |
Constant Scaling Factor | floating point number | B_CONST | Constant scaling factor used in the wind effect correction. | Minimum: 0.000000 Default: 0.010000 | |
Maximum Scaling Factor | floating point number | B_MAX | - | Minimum: 0.000000 Default: 0.050000 | |
Number of Steps | integer number | B_STEPS | - | Minimum: 1 Default: 10 | |
Kernel Type | choice | KERNEL_TYPE | Kernel specification used to request observations for local scaling factor calibration. | Available Choices: [0] Square [1] Circle Default: 1 | |
Kernel Size | integer number | KERNEL_SIZE | Kernel specification used to request observations for local scaling factor calibration. | Minimum: 1 Default: 2 |
Command Line
Usage: saga_cmd climate_tools 13 [-BOUNDARY] [-WIND ] [-OBSERVED ] [-B_GRID ] [-WINDCORR ] [-B_SOURCE ] [-B_CONST ] [-B_MAX ] [-B_STEPS ] [-KERNEL_TYPE ] [-KERNEL_SIZE ] -BOUNDARY: Boundary Layer grid, input -WIND: Wind Effect grid, input -OBSERVED: Observations grid, input -B_GRID: Calibrated Scaling Factor grid, output -WINDCORR: Corrected Wind Effect grid, output -B_SOURCE: Scaling Factor choice Available Choices: [0] constant [1] calibrate Default: 1 -B_CONST: Constant Scaling Factor floating point number Minimum: 0.000000 Default: 0.010000 -B_MAX: Maximum Scaling Factor floating point number Minimum: 0.000000 Default: 0.050000 -B_STEPS: Number of Steps integer number Minimum: 1 Default: 10 -KERNEL_TYPE: Kernel Type choice Available Choices: [0] Square [1] Circle Default: 1 -KERNEL_SIZE: Kernel Size integer number Minimum: 1 Default: 2