SAGA 9.3.3 | Tool Library Documentation

Daily Solar Radiation


Description

This tool calculates the daily solar radiation (Rg) based on the date and the latitudinal position for incoming top of atmosphere radiation (R0) estimation and the sunshine duration (Sd) provided as percentage of its potential maximum (S0). It uses a simple empiric formula: Rg = R0 * (0.19 + 0.55 * Sd/S0)


Parameters

 NameTypeIdentifierDescriptionConstraints
InputLatitudegrid, inputLATITUDE[Degree]-
OutputSolar Radiationgrid, outputSOLARRAD[J/cm_]-
OptionsGrid Systemgrid systemPARAMETERS_GRID_SYSTEM--
MonthchoiceMONTH-Available Choices: [0] January [1] February [2] March [3] April [4] May [5] June [6] July [7] August [8] September [9] October [10] November [11] December Default: 3
Day of Monthinteger numberDAY-Minimum: 1 Maximum: 31 Default: 15
Sunshine Durationfloating point numberSUNSHINEDaily sunshine duration as percentage of its potential maximum.Minimum: 0.000000 Maximum: 100.000000 Default: 50.000000

Command Line


Usage: saga_cmd climate_tools 31 [-LATITUDE ] [-SOLARRAD ] [-MONTH ] [-DAY ] [-SUNSHINE ]
  -LATITUDE:   	Latitude
	grid, input
  -SOLARRAD:   	Solar Radiation
	grid, output
  -MONTH:      	Month
	choice
	Available Choices:
	[0] January
	[1] February
	[2] March
	[3] April
	[4] May
	[5] June
	[6] July
	[7] August
	[8] September
	[9] October
	[10] November
	[11] December
	Default: 3
  -DAY:        	Day of Month
	integer number
	Minimum: 1
	Maximum: 31
	Default: 15
  -SUNSHINE:	Sunshine Duration
	floating point number
	Minimum: 0.000000
	Maximum: 100.000000
	Default: 50.000000