[GRASS-SVN] r56149 - grass-addons/grass7/raster/r.sun.angle

svn_grass at osgeo.org svn_grass at osgeo.org
Tue May 7 06:32:19 PDT 2013


Author: mmetz
Date: 2013-05-07 06:32:19 -0700 (Tue, 07 May 2013)
New Revision: 56149

Modified:
   grass-addons/grass7/raster/r.sun.angle/Makefile
   grass-addons/grass7/raster/r.sun.angle/main.c
Log:
r.sun.angle -> r.sunhours (1)

Modified: grass-addons/grass7/raster/r.sun.angle/Makefile
===================================================================
--- grass-addons/grass7/raster/r.sun.angle/Makefile	2013-05-07 11:09:23 UTC (rev 56148)
+++ grass-addons/grass7/raster/r.sun.angle/Makefile	2013-05-07 13:32:19 UTC (rev 56149)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = r.sun.angle
+PGM = r.sunhours
 
 LIBES = $(GPROJLIB) $(RASTERLIB) $(GISLIB) $(PROJLIB)
 DEPENDENCIES = $(GPROJDEP) $(RASTERDEP) $(GISDEP)

Modified: grass-addons/grass7/raster/r.sun.angle/main.c
===================================================================
--- grass-addons/grass7/raster/r.sun.angle/main.c	2013-05-07 11:09:23 UTC (rev 56148)
+++ grass-addons/grass7/raster/r.sun.angle/main.c	2013-05-07 13:32:19 UTC (rev 56149)
@@ -1,10 +1,11 @@
 
 /****************************************************************************
  *
- * MODULE:       r.sun.angle
+ * MODULE:       r.sunhours
  * AUTHOR(S):    Markus Metz
- * PURPOSE:      Calculates solar azimuth and angle
- * COPYRIGHT:    (C) 2010 by the GRASS Development Team
+ * PURPOSE:      Calculates solar azimuth and angle, and 
+ *               sunshine hours (also called daytime period)
+ * COPYRIGHT:    (C) 2010-2013 by the GRASS Development Team
  *
  *               This program is free software under the GNU General Public
  *               License (>=v2). Read the file COPYING that comes with GRASS



More information about the grass-commit mailing list