[GRASS-SVN] r31064 - grass-addons/gipe/r.out.vic

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 21 04:53:57 EDT 2008


Author: ychemin
Date: 2008-04-21 04:53:57 -0400 (Mon, 21 Apr 2008)
New Revision: 31064

Modified:
   grass-addons/gipe/r.out.vic/main.c
Log:
Fixed bug for vic_veg.asc dummy_data input name

Modified: grass-addons/gipe/r.out.vic/main.c
===================================================================
--- grass-addons/gipe/r.out.vic/main.c	2008-04-21 07:47:29 UTC (rev 31063)
+++ grass-addons/gipe/r.out.vic/main.c	2008-04-21 08:53:57 UTC (rev 31064)
@@ -624,7 +624,7 @@
 				 * for those 3 root zone depths, how much root in each (%)
 				 * here we have 0.65, 0.50 and 0.25
 				 * */
-				fprintf(h,"%d 1.0 %s\n", c_landcover, dummy_data1);
+				fprintf(h,"%d 1.0 %s\n", c_landcover, dummy_data3);
 				/*Load monthly LAI maps data if available*/
 				if(input6->answer){
 					fprintf(h,"%5.3f %5.3f %5.3f %5.3f %5.3f %5.3f %5.3f %5.3f %5.3f %5.3f %5.3f %5.3f\n", lai[0], lai[1], lai[2], lai[3], lai[4], lai[5], lai[6], lai[7], lai[8], lai[9], lai[10], lai[11]);



More information about the grass-commit mailing list