[GRASS-SVN] r45849 - grass/trunk/imagery/i.eb.h_SEBAL01

svn_grass at osgeo.org svn_grass at osgeo.org
Mon Apr 4 15:31:44 EDT 2011


Author: neteler
Date: 2011-04-04 12:31:44 -0700 (Mon, 04 Apr 2011)
New Revision: 45849

Added:
   grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_sebal01.html
Removed:
   grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html
Modified:
   grass/trunk/imagery/i.eb.h_SEBAL01/Makefile
   grass/trunk/imagery/i.eb.h_SEBAL01/main.c
Log:
avoid caps module name; less messy HTML code

Modified: grass/trunk/imagery/i.eb.h_SEBAL01/Makefile
===================================================================
--- grass/trunk/imagery/i.eb.h_SEBAL01/Makefile	2011-04-04 19:17:16 UTC (rev 45848)
+++ grass/trunk/imagery/i.eb.h_SEBAL01/Makefile	2011-04-04 19:31:44 UTC (rev 45849)
@@ -1,6 +1,6 @@
 MODULE_TOPDIR = ../..
 
-PGM = i.eb.h_SEBAL01
+PGM = i.eb.h_sebal01
 
 LIBES = $(RASTERLIB) $(GISLIB) $(MATHLIB)
 DEPENDENCIES = $(RASTERDEP) $(GISDEP)

Deleted: grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html
===================================================================
--- grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html	2011-04-04 19:17:16 UTC (rev 45848)
+++ grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html	2011-04-04 19:31:44 UTC (rev 45849)
@@ -1,66 +0,0 @@
-<html>
-<head>
-<title>GRASS GIS manual: i.eb.h_SEBAL01</title>
-</head>
-<body>
-<H2>NAME</H2> <B><I>i.eb.h_SEBAL01 </I></B>- computation of <i>sensible heat flux</i> [W/m2] after Bastiaanssen, 1995 in [1], used in this form in 2001 by [2]. Implemented in this code in [3].
-<H2>DESCRIPTION</H2>
-
-<p><EM>i.eb.h_SEBAL01</EM> will calculate the sensible heat flux map (h0), given both maps of Net Radiation and soil Heat flux (Rn, g0) at instantaneous time, the surface roughness (z0m), a map of the altitude corrected temperature (t0dem), a point data of the frictional velocity (u*), a value of actual vapour pressure (ea[KPa]) and the (x,y) pairs for wet and dry pixels.
-
-Full process will need those:
-<ul>
-  <li>i.vi, i.albedo, i.latlong, i.emissivity
-  <li>i.evapo.potrad
-  <li>i.eb.netrad, i.eb.soilheatflux, i.eb.h_sebal01
-  <li>i.eb.evapfr, i.eb.eta
-</ul>
-
-(for time integration: i.evapo.time_integration)
-
-<p>For more details on the algorithms see [1][2][3].
-
-<H2>OPTIONS</H2>
-
-<H2>NOTES</H2>
-- z0m can be alculated by i.eb.z0m or i.eb.z0m0 (grass-addons).
-
-- ea can be calculated with standard meteorological data. 
-	eoTmin=0.6108*EXP(17.27*Tmin/(Tmin+237.3))
-	eoTmax=0.6108*EXP(17.27*Tmax/(Tmax+237.3))
-	ea=(RH/100)/((eoTmin+eoTmax)/2)
-
-- t0dem = surface temperature + (altitude * 0.627 / 100)
-
-
-
-<H2>SEE ALSO</H2>
-<ul>
-  <li><a href=i.eb.soilheatflux.html>i.eb.soilheatflux</a>,
-      <a href=i.eb.h_SEBAL01.html>i.eb.h_SEBAL01</a>,
-      <a href=i.eb.evapfr.html>i.eb.evapfr</a></li>
-</ul>
-
-
-<H2>REFERENCES</H2>
-
-  <p>[1] Bastiaanssen, W.G.M., 1995.
-  Estimation of Land surface paramters 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, 1(3):445-465, 2009.
-
-
-<H2>AUTHORS</H2>
-  <p>
-  <i>
-   <br>Yann Chemin, International Rice Research Institute, Los Banos, The Philippines.
-  </i>
-  <p>Contact: <a href="mailto:yann.chemin at gmail.com"> Yann chemin</a>
-
-
-
-<p><i>Last changed: $Date$</i>
-</body>
-</html>

Copied: grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_sebal01.html (from rev 45847, grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_SEBAL01.html)
===================================================================
--- grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_sebal01.html	                        (rev 0)
+++ grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_sebal01.html	2011-04-04 19:31:44 UTC (rev 45849)
@@ -0,0 +1,57 @@
+<H2>DESCRIPTION</H2>
+
+<p><EM>i.eb.h_sebal01</EM> will calculate the sensible heat flux map (h0), given both maps of Net Radiation and soil Heat flux (Rn, g0) at instantaneous time, the surface roughness (z0m), a map of the altitude corrected temperature (t0dem), a point data of the frictional velocity (u*), a value of actual vapour pressure (ea[KPa]) and the (x,y) pairs for wet and dry pixels.
+
+Full process will need those:
+<ul>
+  <li>i.vi, i.albedo, i.latlong, i.emissivity
+  <li>i.evapo.potrad
+  <li>i.eb.netrad, i.eb.soilheatflux, i.eb.h_sebal01
+  <li>i.eb.evapfr, i.eb.eta
+</ul>
+
+(for time integration: i.evapo.time_integration)
+
+<p><EM>i.eb.h_sebal01</EM> performs the computation of <i>sensible heat flux</i> [W/m2] 
+after Bastiaanssen, 1995 in [1], used in this form in 2001 by [2]. Implemented in this code in [3].
+
+<H2>OPTIONS</H2>
+
+<H2>NOTES</H2>
+<ul>
+<li> z0m can be alculated by i.eb.z0m or i.eb.z0m0 (grass-addons).
+<li> ea can be calculated with standard meteorological data.<br>
+	eoTmin=0.6108*EXP(17.27*Tmin/(Tmin+237.3))<br>
+	eoTmax=0.6108*EXP(17.27*Tmax/(Tmax+237.3))<br>
+	ea=(RH/100)/((eoTmin+eoTmax)/2)
+<li> t0dem = surface temperature + (altitude * 0.627 / 100)
+</ul>
+
+
+<H2>SEE ALSO</H2>
+<ul>
+  <li><a href=i.eb.soilheatflux.html>i.eb.soilheatflux</a>,
+      <a href=i.eb.h_SEBAL01.html>i.eb.h_SEBAL01</a>,
+      <a href=i.eb.evapfr.html>i.eb.evapfr</a></li>
+</ul>
+
+
+<H2>REFERENCES</H2>
+
+  <p>[1] Bastiaanssen, W.G.M., 1995.
+  Estimation of Land surface paramters 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, 1(3):445-465, 2009.
+
+
+<H2>AUTHORS</H2>
+  <p>
+  <i>
+   <br>Yann Chemin, International Rice Research Institute, Los Banos, The Philippines.
+  </i>
+  <p>Contact: <a href="mailto:yann.chemin at gmail.com"> Yann chemin</a>
+
+
+<p><i>Last changed: $Date$</i>


Property changes on: grass/trunk/imagery/i.eb.h_SEBAL01/i.eb.h_sebal01.html
___________________________________________________________________
Added: svn:mime-type
   + text/html
Added: svn:keywords
   + Author Date Id
Added: svn:eol-style
   + native

Modified: grass/trunk/imagery/i.eb.h_SEBAL01/main.c
===================================================================
--- grass/trunk/imagery/i.eb.h_SEBAL01/main.c	2011-04-04 19:17:16 UTC (rev 45848)
+++ grass/trunk/imagery/i.eb.h_SEBAL01/main.c	2011-04-04 19:31:44 UTC (rev 45849)
@@ -80,12 +80,12 @@
     G_gisinit(argv[0]);
 
     module = G_define_module();
-    module->description = _("Computes sensible heat flux iteration SEBAL 01.");
     G_add_keyword(_("imagery"));
     G_add_keyword(_("evaporative fraction"));
     G_add_keyword(_("soil moisture"));
     G_add_keyword(_("energy balance"));
     G_add_keyword(_("SEBAL"));
+    module->description = _("Computes sensible heat flux iteration SEBAL 01.");
 
     /* Define different options */
     input_Rn = G_define_standard_option(G_OPT_R_INPUT);



More information about the grass-commit mailing list