Daily Solar Radiation
- Author: O.Conrad (c) 2021
- Menu: Climate and Weather | Tools
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
|  | Name | Type | Identifier | Description | Constraints | 
|---|
| Input | Latitude | grid, input | LATITUDE | [Degree] | - | 
| Output | Solar Radiation | grid, output | SOLARRAD | [J/cm_] | - | 
| Options | Grid System | grid system | PARAMETERS_GRID_SYSTEM | - | - | 
| Month | choice | MONTH | - | 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: 6 | 
| Day of Month | integer number | DAY | - | Minimum: 1
Maximum: 31
Default: 16 | 
| Sunshine Duration | floating point number | SUNSHINE | Daily 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: 6
  -DAY:        	Day of Month
	integer number
	Minimum: 1
	Maximum: 31
	Default: 16
  -SUNSHINE:	Sunshine Duration
	floating point number
	Minimum: 0.000000
	Maximum: 100.000000
	Default: 50.000000