[GRASS-SVN] r37963 - in grass/trunk: gui/wxpython/xml imagery imagery/i.eb.soilheatflux

svn_grass at osgeo.org svn_grass at osgeo.org
Fri Jun 19 11:54:44 EDT 2009


Author: ychemin
Date: 2009-06-19 11:54:44 -0400 (Fri, 19 Jun 2009)
New Revision: 37963

Added:
   grass/trunk/imagery/i.eb.soilheatflux/
   grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html
Removed:
   grass/trunk/imagery/i.eb.soilheatflux/
Modified:
   grass/trunk/gui/wxpython/xml/menudata.xml
   grass/trunk/imagery/i.eb.soilheatflux/Makefile
Log:
updated menus

Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml	2009-06-19 15:40:23 UTC (rev 37962)
+++ grass/trunk/gui/wxpython/xml/menudata.xml	2009-06-19 15:54:44 UTC (rev 37963)
@@ -2268,6 +2268,39 @@
 	    </menuitem>
 	  </items>
 	</menu>
+	<menu>
+	  <label>Energy Balance RS processing</label>
+	  <items>
+	    <menuitem>
+	      <label>Soil Heat Flux</label>
+	      <help>Calculate Soil Heat Flux</help>
+	      <keywords>energy balance,land flux,soil heat flux</keywords>
+              <handler>self.OnMenuCmd</handler>
+	      <command>i.eb.soilheatflux</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Sensible Heat Flux (SEBAL01)</label>
+	      <help>Calculate Sensible Heat Flux after method SEBAL 2001</help>
+	      <keywords>energy balance,land flux,sensible heat flux</keywords>
+              <handler>self.OnMenuCmd</handler>
+	      <command>i.eb.h_SEBAL01</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>Evaporative Fraction</label>
+	      <help>Calculate the evaporative fraction (ETa/ETpot)</help>
+	      <keywords>energy balance,land flux fraction, evaporative fraction</keywords>
+              <handler>self.OnMenuCmd</handler>
+	      <command>i.eb.evapfr</command>
+	    </menuitem>
+	    <menuitem>
+	      <label>ET Temporal Integration</label>
+	      <help>Integrate in time daily ET from satellite images and met station daily ETo</help>
+	      <keywords>energy balance, ET, temporal integration</keywords>
+              <handler>self.OnMenuCmd</handler>
+	      <command>i.evapo.time_integration</command>
+	    </menuitem>
+	  </items>
+	</menu>
 	<separator />
 	<menuitem>
 	  <label>Brovey sharpening</label>

Copied: grass/trunk/imagery/i.eb.soilheatflux (from rev 37961, grass/trunk/imagery/i.eb.g0)

Modified: grass/trunk/imagery/i.eb.soilheatflux/Makefile
===================================================================
--- grass/trunk/imagery/i.eb.g0/Makefile	2009-06-19 14:59:46 UTC (rev 37961)
+++ grass/trunk/imagery/i.eb.soilheatflux/Makefile	2009-06-19 15:54:44 UTC (rev 37963)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.eb.g0
+PGM = i.eb.soilheatflux
 
 LIBES = $(GISLIB)
 DEPENDENCIES = $(GISDEP)

Added: grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html
===================================================================
--- grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html	                        (rev 0)
+++ grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html	2009-06-19 15:54:44 UTC (rev 37963)
@@ -0,0 +1,37 @@
+<H2>DESCRIPTION</H2>
+
+<EM>i.eb.soilheatflux</EM> calculates the soil heat flux approximation (g0) after [1]. Main reference for implementation is [3].
+It takes input of Albedo, NDVI, Surface Skin temperature, Net Radiation (see r.sun), time of satellite overpass, and a flag for the Roerink empirical modification from the HAPEX-Sahel experiment. 
+<H2>NOTES</H2>
+
+
+<H2>TODO</H2>
+
+
+<H2>SEE ALSO</H2>
+
+<em>
+<A HREF="r.sun.html">r.sun</A><br>
+<A HREF="i.albedo.html">i.albedo</A><br>
+<A HREF="i.emissivity.html">i.emissivity</A><br>
+<A HREF="i.eb.h_SEBAL01.html">i.eb.h_SEBAL01</A><br>
+<A HREF="i.eb.evapfr.html">i.eb.evapfr</A><br>
+</em>
+
+<H2>REFERENCES</H2>
+
+  <p>[1] Bastiaanssen, W.G.M., 1995.
+  Estimation of Land surface parameters by remote sensing under clear-sky conditions. PhD thesis, Wageningen University, Wageningen, The Netherlands.
+
+  <p>[2] Chemin Y., Alexandridis T.A., 2001. Improving spatial resolution of ET seasonal for irrigated rice in Zhanghe, China. Asian Journal of Geoinformatics. 5(1):3-11,2004. 
+
+  <p>[3] Alexandridis T.K., Cherif I., Chemin Y., Silleos N.G., Stavrinos E., Zalidis G.C. Integrated methodology for estimating water use in Mediterranean agricultural areas. Remote Sensing. -(-):,2009. (submitted))
+
+
+<H2>AUTHORS</H2>
+
+Yann Chemin, Asian Institute of Technology, Thailand<BR>
+
+
+<p>
+<i>Last changed: $Date: 2009-06-19 16:59:46 +0200 (Fri, 19 Jun 2009) $</i>



More information about the grass-commit mailing list