[GRASS-SVN] r59348 - in grass/trunk/imagery: i.eb.eta i.eb.evapfr i.eb.h_sebal01 i.eb.netrad i.eb.soilheatflux i.evapo.pt i.evapo.time
svn_grass at osgeo.org
svn_grass at osgeo.org
Wed Mar 26 03:24:39 PDT 2014
Author: neteler
Date: 2014-03-26 03:24:39 -0700 (Wed, 26 Mar 2014)
New Revision: 59348
Modified:
grass/trunk/imagery/i.eb.eta/i.eb.eta.html
grass/trunk/imagery/i.eb.evapfr/i.eb.evapfr.html
grass/trunk/imagery/i.eb.h_sebal01/i.eb.h_sebal01.html
grass/trunk/imagery/i.eb.netrad/i.eb.netrad.html
grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html
grass/trunk/imagery/i.evapo.pt/i.evapo.pt.html
grass/trunk/imagery/i.evapo.time/i.evapo.time.html
Log:
i.eb.* manuals: some HTML cleanup; references added (trac #899)
Modified: grass/trunk/imagery/i.eb.eta/i.eb.eta.html
===================================================================
--- grass/trunk/imagery/i.eb.eta/i.eb.eta.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.eb.eta/i.eb.eta.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -2,21 +2,21 @@
<em>i.eb.eta</em> calculates the actual evapotranspiration (ETa ; mm/d) for
diurnal period after [1], implemented in [3].
-It takes input of Diurnal Net Radiation (see r.sun), evaporative fraction (see
-r.eb.evapfr) and surface skin temperature.
+It takes input of Diurnal Net Radiation (see <i>r.sun</i>), evaporative fraction (see
+<i>i.eb.evapfr</i>) and surface skin temperature.
<h2>NOTES</h2>
Full ETa processing will need those:
<ul>
<li>i.vi, i.albedo, r.latlong, i.emissivity
- <li>i.evapo.potrad
+ <li>i.evapo.potrad (Addon)
<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].
+<p>For more details on the algorithms see [1][2][3][4].
<h2>SEE ALSO</h2>
@@ -42,6 +42,12 @@
agricultural areas. Remote Sensing. 2009, 1, 445-465.
(<a href="http://www.mdpi.com/2072-4292/1/3/445">PDF</a>)
+<p>[4] Chemin, Y., 2012.
+A Distributed Benchmarking Framework for Actual ET Models,
+in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
+(<a href="http://www.intechopen.com/books/evapotranspiration-remote-sensing-and-modeling/a-distributed-benchmarking-framework-for-actual-et-models">PDF</a>)
+
+
<h2>AUTHORS</h2>
Yann Chemin, Asian Institute of Technology, Thailand
Modified: grass/trunk/imagery/i.eb.evapfr/i.eb.evapfr.html
===================================================================
--- grass/trunk/imagery/i.eb.evapfr/i.eb.evapfr.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.eb.evapfr/i.eb.evapfr.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -2,8 +2,8 @@
<em>i.eb.evapfr</em> calculates the evaporative fraction after [1]. Main
implementation in [3].
-It takes input of Net Radiation (see r.sun, i.eb.netrad (grass-addons)), soil
-heat flux (see i.eb.g0) and sensible heat flux (see i.eb.h_sebal01).
+It takes input of Net Radiation (see <i>r.sun</i>, <i>i.eb.netrad</i>), soil
+heat flux (see i.eb.soilheatflux) and sensible heat flux (see i.eb.h_sebal01).
A flag adds a root zone empirical soil moisture output from the article of
Makin, Molden and Bastiaanssen (2001).
@@ -31,6 +31,11 @@
agricultural areas. Remote Sensing. 2009, 1, 445-465.
(<a href="http://www.mdpi.com/2072-4292/1/3/445">PDF</a>)
+<p>[4] Chemin, Y., 2012.
+A Distributed Benchmarking Framework for Actual ET Models,
+in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
+(<a href="http://www.intechopen.com/books/evapotranspiration-remote-sensing-and-modeling/a-distributed-benchmarking-framework-for-actual-et-models">PDF</a>)
+
<h2>AUTHOR</h2>
Yann Chemin, Asian Institute of Technology, Thailand
Modified: grass/trunk/imagery/i.eb.h_sebal01/i.eb.h_sebal01.html
===================================================================
--- grass/trunk/imagery/i.eb.h_sebal01/i.eb.h_sebal01.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.eb.h_sebal01/i.eb.h_sebal01.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -56,6 +56,11 @@
agricultural areas. Remote Sensing. 2009, 1, 445-465.
(<a href="http://www.mdpi.com/2072-4292/1/3/445">PDF</a>)
+<p>[4] Chemin, Y., 2012.
+A Distributed Benchmarking Framework for Actual ET Models,
+in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
+(<a href="http://www.intechopen.com/books/evapotranspiration-remote-sensing-and-modeling/a-distributed-benchmarking-framework-for-actual-et-models">PDF</a>)
+
<h2>AUTHORS</h2>
Yann Chemin, International Rice Research Institute, Los Banos, The
Modified: grass/trunk/imagery/i.eb.netrad/i.eb.netrad.html
===================================================================
--- grass/trunk/imagery/i.eb.netrad/i.eb.netrad.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.eb.netrad/i.eb.netrad.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -26,10 +26,6 @@
<a href="i.albedo.html">i.albedo</a>
</em>
-<h2>AUTHOR</h2>
-
-Yann Chemin, International Rice Research Institute, The Philippines
-
<h2>REFERENCES</h2>
<ul>
@@ -38,6 +34,15 @@
sensing approach under clear skies in mediterranean climates. PhD
thesis, Wageningen Agricultural Univ., The Netherland, 271 pp.
(<a href="http://edepot.wur.nl/206553">PDF</a>)</li>
+
+<li>Chemin, Y., 2012.
+A Distributed Benchmarking Framework for Actual ET Models,
+in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
+(<a href="http://www.intechopen.com/books/evapotranspiration-remote-sensing-and-modeling/a-distributed-benchmarking-framework-for-actual-et-models">PDF</a>)</li>
</ul>
+<h2>AUTHOR</h2>
+
+Yann Chemin, International Rice Research Institute, The Philippines
+
<p><i>Last changed: $Date$</i>
Modified: grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html
===================================================================
--- grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.eb.soilheatflux/i.eb.soilheatflux.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -31,6 +31,11 @@
agricultural areas. Remote Sensing. 2009, 1, 445-465.
(<a href="http://www.mdpi.com/2072-4292/1/3/445">PDF</a>)
+<p>Chemin, Y., 2012.
+A Distributed Benchmarking Framework for Actual ET Models,
+in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and Modeling. InTech.
+(<a href="http://www.intechopen.com/books/evapotranspiration-remote-sensing-and-modeling/a-distributed-benchmarking-framework-for-actual-et-models">PDF</a>)
+
<h2>AUTHOR</h2>
Yann Chemin, Asian Institute of Technology, Thailand<br>
Modified: grass/trunk/imagery/i.evapo.pt/i.evapo.pt.html
===================================================================
--- grass/trunk/imagery/i.evapo.pt/i.evapo.pt.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.evapo.pt/i.evapo.pt.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>i.evapo.PT</em> Calculates the diurnal evapotranspiration after Prestley
+<em>i.evapo.pt</em> Calculates the diurnal evapotranspiration after Prestley
and Taylor (1972). The Priestley-Taylor model (Priestley and Taylor, 1972)
is a modification of Penman’s more theoretical equation.
Modified: grass/trunk/imagery/i.evapo.time/i.evapo.time.html
===================================================================
--- grass/trunk/imagery/i.evapo.time/i.evapo.time.html 2014-03-26 09:58:25 UTC (rev 59347)
+++ grass/trunk/imagery/i.evapo.time/i.evapo.time.html 2014-03-26 10:24:39 UTC (rev 59348)
@@ -1,6 +1,6 @@
<h2>DESCRIPTION</h2>
-<em>i.evapo.time_integration</em> integrates ETa in time following a
+<em>i.evapo.time</em> (i.evapo.time_integration) integrates ETa in time following a
reference ET (typically) from a set of meteorological stations dataset.
Inputs:
More information about the grass-commit
mailing list