[GRASS-SVN] r50282 - grass/trunk/raster/r.sun

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 18 17:27:07 EST 2012


Author: hamish
Date: 2012-01-18 14:27:07 -0800 (Wed, 18 Jan 2012)
New Revision: 50282

Modified:
   grass/trunk/raster/r.sun/main.c
Log:
explain coefbh and coefdh options a bit more clearly

Modified: grass/trunk/raster/r.sun/main.c
===================================================================
--- grass/trunk/raster/r.sun/main.c	2012-01-18 20:37:23 UTC (rev 50281)
+++ grass/trunk/raster/r.sun/main.c	2012-01-18 22:27:07 UTC (rev 50282)
@@ -346,7 +346,7 @@
     parm.coefbh->required = NO;
     parm.coefbh->gisprompt = "old,cell,raster";
     parm.coefbh->description =
-	_("Name of real-sky beam radiation coefficient input raster map [-]");
+	_("Name of real-sky beam radiation coefficient (thick cloud) input raster map [0-1]");
     parm.coefbh->guisection = _("Input_options");
 
     parm.coefdh = G_define_option();
@@ -355,7 +355,7 @@
     parm.coefdh->required = NO;
     parm.coefdh->gisprompt = "old,cell,raster";
     parm.coefdh->description =
-	_("Name of real-sky diffuse radiation coefficient input raster map [-]");
+	_("Name of real-sky diffuse radiation coefficient (haze) input raster map [0-1]");
     parm.coefdh->guisection = _("Input_options");
 
     parm.horizon = G_define_option();



More information about the grass-commit mailing list