Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Add r.sunhours algorithm
- Loading branch information
Médéric RIBREUX
committed
Feb 27, 2016
1 parent
40bbb37
commit 021c77e905f37d121b66ba6fddabe044ebc681ed
Showing
1 changed file
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
r.sunhours | ||
Calculates solar elevation, solar azimuth, and sun hours. | ||
Raster (r.*) | ||
ParameterNumber|year|Year|1950|2050|2016|False | ||
ParameterNumber|month|Month|1|12|1|True | ||
ParameterNumber|day|Day|1|31|1|False | ||
ParameterNumber|hour|Hour|0|24|12|True | ||
ParameterNumber|minute|Minutes|0|60|0|True | ||
ParameterNumber|second|Seconds|0|60|0|True | ||
ParameterString|percentile|Percentile to calculate (comma separated list if multiple) (requires extended statistics flag)|None|False|True | ||
ParameterString|separator|Field separator. Special characters: pipe, comma, space, tab, newline|None|False|True | ||
*ParameterBoolean|-t|Time is local sidereal time, not Greenwich standard time|False | ||
*ParameterBoolean|-s|Do not use SOLPOS algorithm of NREL|False | ||
OutputRaster|elevation|Solar Elevation Angle | ||
OutputRaster|azimuth|Solar Azimuth Angle | ||
OutputRaster|sunhour|Sunshine Hours |