[GRASS-SVN] r37966 - grass/trunk/gui/wxpython/xml
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jun 19 12:25:04 EDT 2009
Author: martinl
Date: 2009-06-19 12:25:03 -0400 (Fri, 19 Jun 2009)
New Revision: 37966
Modified:
grass/trunk/gui/wxpython/xml/menudata.xml
Log:
wxGUI updated using support/update_menudata.py
Modified: grass/trunk/gui/wxpython/xml/menudata.xml
===================================================================
--- grass/trunk/gui/wxpython/xml/menudata.xml 2009-06-19 15:59:06 UTC (rev 37965)
+++ grass/trunk/gui/wxpython/xml/menudata.xml 2009-06-19 16:25:03 UTC (rev 37966)
@@ -2280,22 +2280,22 @@
</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>
+ <help>Computes sensible Heat Flux iteration SEBAL 01</help>
+ <keywords>imagery,evaporative fraction,soil moisture,energy balance,SEBAL</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>
+ <help>Computes evaporative fraction (Bastiaanssen, 1995) and root zone soil moisture (Makin, Molden and Bastiaanssen, 2001)</help>
+ <keywords>imagery,evaporative fraction,soil moisture,energy balance,SEBAL</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>
+ <help>Temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s)</help>
+ <keywords>evapotranspiration,temporal,integration</keywords>
<handler>self.OnMenuCmd</handler>
<command>i.evapo.time_integration</command>
</menuitem>
@@ -2697,4 +2697,4 @@
</items>
</menu>
</menubar>
-</menudata>
+</menudata>
\ No newline at end of file
More information about the grass-commit
mailing list