SAGA-GIS Tool Library Documentation (v6.2.0)

Tool Potential Incoming Solar Radiation

Calculation of potential incoming solar radiation (insolation). Times of sunrise/sunset will only be calculated if time span is set to single day.
Most options should do well, but TAPES-G based diffuse irradiance calculation ('Atmospheric Effects' methods 2 and 3) needs further revision!


References


Parameters

 NameTypeIdentifierDescriptionConstraints
InputElevationGrid (input)GRD_DEM--
Sky View Factor (*)Grid (optional input)GRD_SVF--
Water Vapour Pressure [mbar] (*)Grid (optional input)GRD_VAPOUR--
Linke Turbidity Coefficient (*)Grid (optional input)GRD_LINKE--
OutputDirect InsolationGrid (output)GRD_DIRECT--
Diffuse InsolationGrid (output)GRD_DIFFUS--
Total Insolation (*)Grid (optional output)GRD_TOTAL--
Direct to Diffuse Ratio (*)Grid (optional output)GRD_RATIO--
Duration of Insolation (*)Grid (optional output)GRD_DURATION--
Sunrise (*)Grid (optional output)GRD_SUNRISE--
Sunset (*)Grid (optional output)GRD_SUNSET--
OptionsGrid systemGrid systemPARAMETERS_GRID_SYSTEM--
DefaultFloating pointGRD_VAPOUR_DEFAULTdefault value if no grid has been selectedMinimum: 0.000000
Default: 10.000000
DefaultFloating pointGRD_LINKE_DEFAULTdefault value if no grid has been selectedMinimum: 0.000000
Default: 3.000000
Solar Constant [W / m²]Floating pointSOLARCONST-Minimum: 0.000000
Default: 1367.000000
Local Sky View FactorBooleanLOCALSVFUse sky view factor based on local slope (after Oke 1988), if no sky viev factor grid is given.Default: 1
UnitsChoiceUNITSUnits for output radiation values.Available Choices:
[0] kWh / m2
[1] kJ / m2
[2] J / cm2
Default: 0
ShadowChoiceSHADOWChoose 'slim' to trace grid node's shadow, 'fat' to trace the whole cell's shadow, or ignore shadowing effects. The first is slightly faster but might show some artifacts.Available Choices:
[0] slim
[1] fat
[2] none
Default: 0
LocationChoiceLOCATION-Available Choices:
[0] constant latitude
[1] calculate from grid system
Default: 0
LatitudeDegreeLATITUDE-Minimum: -90.000000
Maximum: 90.000000
Default: 53.000000
Time PeriodChoicePERIOD-Available Choices:
[0] moment
[1] day
[2] range of days
Default: 1
DayDateDAY-Default: 2017-12-21
Last DayDateDAY_STOP-Default: 2017-12-21
Resolution [d]IntegerDAYS_STEPTime step size for a range of days calculation given in days.Minimum: 1
Default: 5
Moment [h]Floating pointMOMENT-Minimum: 0.000000
Maximum: 24.000000
Default: 12.000000
Time Span [h]Value rangeHOUR_RANGETime span used for the calculation of daily radiation sums.-
Resolution [h]Floating pointHOUR_STEPTime step size for a day's calculation given in hours.Minimum: 0.000000
Maximum: 24.000000
Default: 0.500000
Atmospheric EffectsChoiceMETHOD-Available Choices:
[0] Height of Atmosphere and Vapour Pressure
[1] Air Pressure, Water and Dust Content
[2] Lumped Atmospheric Transmittance
[3] Hofierka and Suri
Default: 2
Height of Atmosphere [m]Floating pointATMOSPHERE-Minimum: 0.000000
Default: 12000.000000
Barometric Pressure [mbar]Floating pointPRESSURE-Minimum: 0.000000
Default: 1013.000000
Water Content [cm]Floating pointWATERWater content of a vertical slice of atmosphere in cm: 1.5 to 1.7, average=1.68Minimum: 0.000000
Default: 1.680000
Dust [ppm]Floating pointDUSTDust factor: 100 ppm (standard)Minimum: 0.000000
Default: 100.000000
Lumped Atmospheric Transmittance [Percent]Floating pointLUMPEDThe transmittance of the atmosphere, usually between 60 and 80 percent.Minimum: 0.000000
Maximum: 100.000000
Default: 70.000000
UpdateChoiceUPDATEshow direct insolation for each time step.Available Choices:
[0] do not update
[1] fit histogram stretch for each time step
[2] constant histogram stretch for all time steps
Default: 0
Constant Histogram StretchFloating pointUPDATE_STRETCH-Minimum: 0.000000
Default: 1.000000
(*) optional

Command-line

Usage: saga_cmd ta_lighting 2 [-GRD_DEM <str>] [-GRD_SVF <str>] [-GRD_VAPOUR <str>] [-GRD_VAPOUR_DEFAULT <double>] [-GRD_LINKE <str>] [-GRD_LINKE_DEFAULT <double>] [-GRD_DIRECT <str>] [-GRD_DIFFUS <str>] [-GRD_TOTAL <str>] [-GRD_RATIO <str>] [-GRD_DURATION <str>] [-GRD_SUNRISE <str>] [-GRD_SUNSET <str>] [-SOLARCONST <double>] [-LOCALSVF <str>] [-UNITS <str>] [-SHADOW <str>] [-LOCATION <str>] [-LATITUDE <double>] [-PERIOD <str>] [-DAY <date>] [-DAY_STOP <date>] [-DAYS_STEP <num>] [-MOMENT <double>] [-HOUR_RANGE_MIN <double>] [-HOUR_RANGE_MAX <double>] [-HOUR_STEP <double>] [-METHOD <str>] [-ATMOSPHERE <double>] [-PRESSURE <double>] [-WATER <double>] [-DUST <double>] [-LUMPED <double>]
  -GRD_DEM:<str>              	Elevation
	Grid (input)
  -GRD_SVF:<str>              	Sky View Factor
	Grid (optional input)
  -GRD_VAPOUR:<str>           	Water Vapour Pressure [mbar]
	Grid (optional input)
  -GRD_VAPOUR_DEFAULT:<double>	Default
	Floating point
	Minimum: 0.000000
	Default: 10.000000
  -GRD_LINKE:<str>            	Linke Turbidity Coefficient
	Grid (optional input)
  -GRD_LINKE_DEFAULT:<double> 	Default
	Floating point
	Minimum: 0.000000
	Default: 3.000000
  -GRD_DIRECT:<str>           	Direct Insolation
	Grid (output)
  -GRD_DIFFUS:<str>           	Diffuse Insolation
	Grid (output)
  -GRD_TOTAL:<str>            	Total Insolation
	Grid (optional output)
  -GRD_RATIO:<str>            	Direct to Diffuse Ratio
	Grid (optional output)
  -GRD_DURATION:<str>         	Duration of Insolation
	Grid (optional output)
  -GRD_SUNRISE:<str>          	Sunrise
	Grid (optional output)
  -GRD_SUNSET:<str>           	Sunset
	Grid (optional output)
  -SOLARCONST:<double>        	Solar Constant [W / m?]
	Floating point
	Minimum: 0.000000
	Default: 1367.000000
  -LOCALSVF:<str>             	Local Sky View Factor
	Boolean
	Default: 1
  -UNITS:<str>                	Units
	Choice
	Available Choices:
	[0] kWh / m2
	[1] kJ / m2
	[2] J / cm2
	Default: 0
  -SHADOW:<str>               	Shadow
	Choice
	Available Choices:
	[0] slim
	[1] fat
	[2] none
	Default: 0
  -LOCATION:<str>             	Location
	Choice
	Available Choices:
	[0] constant latitude
	[1] calculate from grid system
	Default: 0
  -LATITUDE:<double>          	Latitude
	Degree
	Minimum: -90.000000
	Maximum: 90.000000
	Default: 53.000000
  -PERIOD:<str>               	Time Period
	Choice
	Available Choices:
	[0] moment
	[1] day
	[2] range of days
	Default: 1
  -DAY:<date>                 	Day
	Date
	Default: 2017-12-21
  -DAY_STOP:<date>            	Last Day
	Date
	Default: 2017-12-21
  -DAYS_STEP:<num>            	Resolution [d]
	Integer
	Minimum: 1
	Default: 5
  -MOMENT:<double>            	Moment [h]
	Floating point
	Minimum: 0.000000
	Maximum: 24.000000
	Default: 12.000000
  -HOUR_RANGE_MIN:<double>    	Time Span [h]
	Value range
  -HOUR_RANGE_MAX:<double>    	Time Span [h]
	Value range
  -HOUR_STEP:<double>         	Resolution [h]
	Floating point
	Minimum: 0.000000
	Maximum: 24.000000
	Default: 0.500000
  -METHOD:<str>               	Atmospheric Effects
	Choice
	Available Choices:
	[0] Height of Atmosphere and Vapour Pressure
	[1] Air Pressure, Water and Dust Content
	[2] Lumped Atmospheric Transmittance
	[3] Hofierka and Suri
	Default: 2
  -ATMOSPHERE:<double>        	Height of Atmosphere [m]
	Floating point
	Minimum: 0.000000
	Default: 12000.000000
  -PRESSURE:<double>          	Barometric Pressure [mbar]
	Floating point
	Minimum: 0.000000
	Default: 1013.000000
  -WATER:<double>             	Water Content [cm]
	Floating point
	Minimum: 0.000000
	Default: 1.680000
  -DUST:<double>              	Dust [ppm]
	Floating point
	Minimum: 0.000000
	Default: 100.000000
  -LUMPED:<double>            	Lumped Atmospheric Transmittance [Percent]
	Floating point
	Minimum: 0.000000
	Maximum: 100.000000
	Default: 70.000000