[GRASS-SVN] r37273 - grass/branches/develbranch_6/raster/r.sun2

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 19 03:58:57 EDT 2009


Author: hamish
Date: 2009-05-19 03:58:57 -0400 (Tue, 19 May 2009)
New Revision: 37273

Modified:
   grass/branches/develbranch_6/raster/r.sun2/description.html
Log:
on the importance of time steps

Modified: grass/branches/develbranch_6/raster/r.sun2/description.html
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/description.html	2009-05-19 07:51:25 UTC (rev 37272)
+++ grass/branches/develbranch_6/raster/r.sun2/description.html	2009-05-19 07:58:57 UTC (rev 37273)
@@ -86,12 +86,22 @@
 is near the annual average for rural-city areas. The Linke
 factor for an absolutely clear atmosphere is <i>lin</i>=1.0. See notes below
 to learn more about this factor. The incidence solar angle is the angle between
-horizon and solar beam vector. The solar radiation maps for given day are
-computed integrating the relevant irradiance between sunrise and sunset times
-for given day. The user can set finer or coarser time step <i>step</i> used 
-for all-day radiation calculations. A default value of <i>step</i> is 0.5 
-hour. Larger steps (e.g. 1.0-2.0) can speed-up calculations but produce less
-reliable results. The output units are in Wh per squared meter per given
+horizon and solar beam vector. 
+<P>
+The solar radiation maps for a given day are computed by integrating the
+relevant irradiance between sunrise and sunset times for that day. The
+user can set a finer or coarser time step used for all-day radiation
+calculations with the <i>step</i> option. The default value of <i>step</i> is
+0.5 hour. Larger steps (e.g. 1.0-2.0) can speed-up calculations but produce
+less reliable (and more jagged) results. As the sun moves through approx.
+15&deg of the sky in an hour, the default <i>step</i> of half an hour will
+produce 7.5&deg; steps in the data. For relatively smooth output with the
+sun placed for every degree of movement in the sky you should set the
+<i>step</i> to 4 minutes or less. <i>step</i><tt>=0.05</tt> is equivalent
+to every 3 minutes. Of course setting the time step to be very fine
+proportionally increases the module's running time.
+<P>
+The output units are in Wh per squared meter per given
 day [Wh/(m*m)/day]. The incidence angle and irradiance/irradiation maps can
 be computed without shadowing influence of relief by default or they can
 be computed with this influence using the flag <i>-s</i>. In mountainous areas



More information about the grass-commit mailing list