[GRASS-SVN] r29481 - in grass-addons/gipe: . i.eb.h_SEBAL95

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Dec 20 09:14:31 EST 2007


Author: ychemin
Date: 2007-12-20 09:14:31 -0500 (Thu, 20 Dec 2007)
New Revision: 29481

Modified:
   grass-addons/gipe/gmmenu.tcl
   grass-addons/gipe/i.eb.h_SEBAL95/main.c
   grass-addons/gipe/imagery_Makefile
   grass-addons/gipe/install_yanns_grass.sh
Log:
Bugs fixing+ new support module for i.eb.h_SEBAL95

Modified: grass-addons/gipe/gmmenu.tcl
===================================================================
--- grass-addons/gipe/gmmenu.tcl	2007-12-20 08:04:48 UTC (rev 29480)
+++ grass-addons/gipe/gmmenu.tcl	2007-12-20 14:14:31 UTC (rev 29481)
@@ -588,6 +588,9 @@
 				{command {[G_msg "Sensible heat flux"]} {} "i.eb.h0" {} -command {execute i.eb.h0 }}
 				{command {[G_msg "Sensible heat flux iteration (fixed delta T)"]} {} "i.eb.h_iter" {} -command {execute i.eb.h_iter }}
 				{separator}
+				{command {[G_msg "Support file for delta T iteration"]} {} "i.eb.wetdrypix" {} -command {execute i.eb.wetdrypix }}
+				{command {[G_msg "Sensible heat flux (iteration on delta T)"]} {} "i.eb.h_SEBAL95" {} -command {execute i.eb.h_SEBAL95 }}
+				{separator}
 				{command {[G_msg "Evaporative fraction"]} {} "i.eb.evapfr" {} -command {execute i.eb.evapfr }}
 		}}
 		{separator}

Modified: grass-addons/gipe/i.eb.h_SEBAL95/main.c
===================================================================
--- grass-addons/gipe/i.eb.h_SEBAL95/main.c	2007-12-20 08:04:48 UTC (rev 29480)
+++ grass-addons/gipe/i.eb.h_SEBAL95/main.c	2007-12-20 14:14:31 UTC (rev 29481)
@@ -350,9 +350,9 @@
 	G_close_cell (outfd);
 	
         /* add command line incantation to history file */
-        G_short_history(output, "raster", &history);
+        G_short_history(ETa, "raster", &history);
         G_command_history(&history);
-        G_write_history(output, &history);
+        G_write_history(ETa, &history);
 
 	exit(EXIT_SUCCESS);
 }

Modified: grass-addons/gipe/imagery_Makefile
===================================================================
--- grass-addons/gipe/imagery_Makefile	2007-12-20 08:04:48 UTC (rev 29480)
+++ grass-addons/gipe/imagery_Makefile	2007-12-20 14:14:31 UTC (rev 29481)
@@ -19,6 +19,7 @@
 	i.eb.g0 \
 	i.eb.h0 \
 	i.eb.h_iter \
+	i.eb.h_SEBAL95 \
 	i.eb.molength \
 	i.eb.netrad \
 	i.eb.psi \
@@ -26,6 +27,7 @@
 	i.eb.rohair \
 	i.eb.ublend \
 	i.eb.ustar \
+	i.eb.wetdrypix \
 	i.eb.z0m \
 	i.emissivity \
 	i.evapo.potrad \

Modified: grass-addons/gipe/install_yanns_grass.sh
===================================================================
--- grass-addons/gipe/install_yanns_grass.sh	2007-12-20 08:04:48 UTC (rev 29480)
+++ grass-addons/gipe/install_yanns_grass.sh	2007-12-20 14:14:31 UTC (rev 29481)
@@ -6,7 +6,7 @@
 
 #CHANGE THIS TO YOUR CVS TREE DIRECTORY 
 GRASSCVSDIR=/home/yann/tmp/grass
-ADDONSVNDIR=/home/yann/tmp/grass-addons
+ADDONSVNDIR=/home/yann/coding/grass-addons
 
 # This Assumes you start in GIPE directory
 GIPEDIR=$ADDONSVNDIR/gipe



More information about the grass-commit mailing list