View source: R/sagang_soilwaterbalancedays.R
sagang_soilwaterbalancedays | R Documentation |
QGIS Algorithm provided by SAGA Next Gen Soil water balance (days) (sagang:soilwaterbalancedays). —————- Arguments —————- TAVG: Mean Temperature Argument type: multilayer TMIN: Minimum Temperature Argument type: multilayer TMAX: Maximum Temperature Argument type: multilayer PSUM: Precipitation Argument type: multilayer SNOW: Snow Depth Argument type: rasterDestination Acceptable values: - Path for new raster layer SW_0: Soil Water (Upper Layer) Argument type: rasterDestination Acceptable values: - Path for new raster layer SW_1: Soil Water (Lower Layer) Argument type: rasterDestination Acceptable values: - Path for new raster layer LAT_GRID: Latitude (optional) Argument type: raster Acceptable values: - Path to a raster layer LAT_CONST: Default Latitude Default value: 50 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression SWC: Soil Water Capacity of Profile (optional) Argument type: raster Acceptable values: - Path to a raster layer SWC_DEFAULT: Default Default value: 220 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression SWC_SURFACE: Top Soil Water Capacity Default value: 30 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression SWT_RESIST: Transpiration Resistance Default value: 0.5 Argument type: number Acceptable values: - A numeric value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression RESET: Reset Default value: true Argument type: boolean Acceptable values: - 1 for true/yes - 0 for false/no - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression DAY: Start Day Default value: 2021-03-24 Argument type: string Acceptable values: - String value - field:FIELD_NAME to use a data defined value taken from the FIELD_NAME field - expression:SOME EXPRESSION to use a data defined value calculated using a custom QGIS expression
sagang_soilwaterbalancedays(
TAVG = qgisprocess:::qgis_default_value(),
TMIN = qgisprocess:::qgis_default_value(),
TMAX = qgisprocess:::qgis_default_value(),
PSUM = qgisprocess:::qgis_default_value(),
SNOW = qgisprocess:::qgis_default_value(),
SW_0 = qgisprocess:::qgis_default_value(),
SW_1 = qgisprocess:::qgis_default_value(),
LAT_GRID = qgisprocess:::qgis_default_value(),
LAT_CONST = qgisprocess:::qgis_default_value(),
SWC = qgisprocess:::qgis_default_value(),
SWC_DEFAULT = qgisprocess:::qgis_default_value(),
SWC_SURFACE = qgisprocess:::qgis_default_value(),
SWT_RESIST = qgisprocess:::qgis_default_value(),
RESET = qgisprocess:::qgis_default_value(),
DAY = qgisprocess:::qgis_default_value(),
...,
.complete_output = .complete_output_option(),
.quiet = .quiet_option(),
.messages = .message_option()
)
TAVG |
|
TMIN |
|
TMAX |
|
PSUM |
|
SNOW |
|
SW_0 |
|
SW_1 |
|
LAT_GRID |
|
LAT_CONST |
|
SWC |
|
SWC_DEFAULT |
|
SWC_SURFACE |
|
SWT_RESIST |
|
RESET |
|
DAY |
|
... |
further parameters passed to |
.complete_output |
logical specifying if complete out of |
.quiet |
logical specifying if parameter |
.messages |
logical specifying if messages from |
SNOW - outputRaster - Snow Depth
SW_0 - outputRaster - Soil Water (Upper Layer)
SW_1 - outputRaster - Soil Water (Lower Layer)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.