[GRASS-SVN] r55744 - grass/branches/releasebranch_6_4/raster/r.sun2

svn_grass at osgeo.org svn_grass at osgeo.org
Sat Apr 13 04:58:39 PDT 2013


Author: hamish
Date: 2013-04-13 04:58:39 -0700 (Sat, 13 Apr 2013)
New Revision: 55744

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

Modified: grass/branches/releasebranch_6_4/raster/r.sun2/main.c
===================================================================
--- grass/branches/releasebranch_6_4/raster/r.sun2/main.c	2013-04-13 11:47:56 UTC (rev 55743)
+++ grass/branches/releasebranch_6_4/raster/r.sun2/main.c	2013-04-13 11:58:39 UTC (rev 55744)
@@ -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