R.sun

From GRASS-Wiki
Revision as of 09:41, 19 May 2009 by ⚠️HamishBowman (talk | contribs) (→‎Testing: addon template)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

r.sun

Help page

Tips

Testing

Create an artificial surface containing a Gaussian mound:

r.surf.volcano out=gauss method=gaussian kurtosis=1

Time step

The following three images demonstrate the effects of using different step parameters.


r.sun -s elevin="gauss" glob_rad="rad.global.30minT" day=180
r.sun -s elevin="gauss" glob_rad="rad.global.15minT" day=180
r.sun -s elevin="gauss" glob_rad="rad.global.03minT" day=180


Default 30 minute time step.

15 minute time step.

3 minute time step.


The 3 minute time step takes roughly ten times as long to run as the 30 minute timestep.