[GRASS-SVN] r32057 - in grass-addons/gipe: i.eb.h_SEBAL95 i.evapo.PT i.evapo.SENAY

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jul 9 07:00:55 EDT 2008


Author: ychemin
Date: 2008-07-09 07:00:55 -0400 (Wed, 09 Jul 2008)
New Revision: 32057

Modified:
   grass-addons/gipe/i.eb.h_SEBAL95/main.c
   grass-addons/gipe/i.evapo.PT/description.html
   grass-addons/gipe/i.evapo.SENAY/description.html
Log:
aesthetics and reporting and applications notes

Modified: grass-addons/gipe/i.eb.h_SEBAL95/main.c
===================================================================
--- grass-addons/gipe/i.eb.h_SEBAL95/main.c	2008-07-09 09:17:33 UTC (rev 32056)
+++ grass-addons/gipe/i.eb.h_SEBAL95/main.c	2008-07-09 11:00:55 UTC (rev 32057)
@@ -667,7 +667,8 @@
 		G_message("row_dry=%d\tcol_dry=%d\n",row_dry,col_dry);
 		G_message("tempk_wet=%f\n",d_tempk_wet);
 		G_message("g0_wet=%f\n",d_g0_wet);
-		G_message("h0_wet=%f\n",d_Rn_wet-d_g0_wet);
+		G_message("Rn_wet=%f\n",d_Rn_wet);
+		G_message("LE_wet=%f\n",d_Rn_wet-d_g0_wet);
 		G_message("tempk_dry=%f\n",d_tempk_dry);
 		G_message("dem_dry=%f\n",d_dem_dry);
 		G_message("t0dem_dry=%f\n",d_t0dem_dry);

Modified: grass-addons/gipe/i.evapo.PT/description.html
===================================================================
--- grass-addons/gipe/i.evapo.PT/description.html	2008-07-09 09:17:33 UTC (rev 32056)
+++ grass-addons/gipe/i.evapo.PT/description.html	2008-07-09 11:00:55 UTC (rev 32057)
@@ -9,7 +9,7 @@
 Alpha values:
 1.32 for estimates from vegetated areas as a result of the increase in surface roughness (Morton, 1983; Brutsaert and Stricker, 1979)
 1.26 is applicable in humid climates (De Bruin and Keijman, 1979; Stewart and Rouse, 1976; Shuttleworth and Calder, 1979), and temperate hardwood swamps (Munro, 1979)
-1.74 has been recommended for estimating potential evapotranspiration in more arid regions (ASCE, 1990).
+1.74 has been recommended for estimating potential evapotranspiration in more arid regions (ASCE, 1990). This Worked well in Greece with University of Thessaloniki.
 
 Alpha values extracted from:
 http://www.civil.uwaterloo.ca/Watflood/Manual/02_03_1.htm

Modified: grass-addons/gipe/i.evapo.SENAY/description.html
===================================================================
--- grass-addons/gipe/i.evapo.SENAY/description.html	2008-07-09 09:17:33 UTC (rev 32056)
+++ grass-addons/gipe/i.evapo.SENAY/description.html	2008-07-09 11:00:55 UTC (rev 32057)
@@ -14,6 +14,7 @@
 
 i.evapo.SENAY is highly dependent on the wet pixel being the lowest temperature in the crop pixels to work for non water stressed crops, force it that way, even if it breaks non crop areas. I suggest you reduce your region to the irrigation system boundaries, checking that it includes a bit of dry area for the hot/dry pixel.
 
+Since it is a direct relationship to LST, evaporative fraction can be very sensitive to the kind of pixel sample you feed it with.
 
 <H2>TODO</H2>
 



More information about the grass-commit mailing list