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

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jan 18 17:33:23 EST 2012


Author: hamish
Date: 2012-01-18 14:33:23 -0800 (Wed, 18 Jan 2012)
New Revision: 50283

Modified:
   grass/branches/develbranch_6/raster/r.sun2/main.c
Log:
explain coefbh and coefdh options a bit more clearly (merge from trunk)

Modified: grass/branches/develbranch_6/raster/r.sun2/main.c
===================================================================
--- grass/branches/develbranch_6/raster/r.sun2/main.c	2012-01-18 22:27:07 UTC (rev 50282)
+++ grass/branches/develbranch_6/raster/r.sun2/main.c	2012-01-18 22:33:23 UTC (rev 50283)
@@ -343,7 +343,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();
@@ -352,7 +352,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