[GRASS-SVN] r68302 - grass/branches/releasebranch_7_0/raster/r.sim/simlib
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Apr 24 09:28:34 PDT 2016
Author: neteler
Date: 2016-04-24 09:28:34 -0700 (Sun, 24 Apr 2016)
New Revision: 68302
Modified:
grass/branches/releasebranch_7_0/raster/r.sim/simlib/input.c
Log:
r.sim.water: more precise mm/hr to m/s conversion (trunk, r68292)
Modified: grass/branches/releasebranch_7_0/raster/r.sim/simlib/input.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.sim/simlib/input.c 2016-04-22 15:02:05 UTC (rev 68301)
+++ grass/branches/releasebranch_7_0/raster/r.sim/simlib/input.c 2016-04-24 16:28:34 UTC (rev 68302)
@@ -34,7 +34,7 @@
int input_data(void)
{
int rows = my, cols = mx; /* my and mx are global variables */
- double unitconv = 0.0000002; /* mm/hr to m/s */
+ double unitconv = 0.000000278; /* mm/hr to m/s */
int if_rain = 0;
G_debug(1, "Running MAR 2011 version, started modifications on 20080211");
More information about the grass-commit
mailing list