[GRASS-SVN] r44849 - grass-promo/tutorials/grass_landsat_ETa
svn_grass at osgeo.org
svn_grass at osgeo.org
Mon Jan 3 19:59:46 EST 2011
Author: ychemin
Date: 2011-01-03 16:59:46 -0800 (Mon, 03 Jan 2011)
New Revision: 44849
Modified:
grass-promo/tutorials/grass_landsat_ETa/article_GIPE.tex
Log:
fixed typos
Modified: grass-promo/tutorials/grass_landsat_ETa/article_GIPE.tex
===================================================================
--- grass-promo/tutorials/grass_landsat_ETa/article_GIPE.tex 2011-01-04 00:48:39 UTC (rev 44848)
+++ grass-promo/tutorials/grass_landsat_ETa/article_GIPE.tex 2011-01-04 00:59:46 UTC (rev 44849)
@@ -551,11 +551,12 @@
%name of your graphic, without the path AND in PNG (screnshots etc)/PDF (drawings) format:
\includegraphics[scale=0.4]{gipe023.png}
%caption of the figure
- \caption{r.sun Module}
+ \caption{r.sun Module, input options label}
%label of the figure, which has to correspond to \ref{}:
\label{fig:gipe023}
\end{figure}
+Table 1: Linke Turbidity Coefficient
\begin{center}
\begin{tabular}{lllll}
Landscapes & Mountains & Rural & City & Industrial\\
@@ -574,7 +575,6 @@
Annual & 1.9 & 2.75 & 3.75 & 5
\end{tabular}
\linebreak
-Table 1: Linke Turbidity Coefficient
\end{center}
%\setkeys{Gin}{width=1\textwidth}
@@ -583,7 +583,7 @@
%name of your graphic, without the path AND in PNG (screnshots etc)/PDF (drawings) format:
\includegraphics[scale=0.4]{gipe024.png}
%caption of the figure
- \caption{r.sun Module}
+ \caption{r.sun Module, optional label}
%label of the figure, which has to correspond to \ref{}:
\label{fig:gipe024}
\end{figure}
@@ -676,22 +676,22 @@
\subsection{Sensible Heat Flux}
The Sensible heat flux (H) is calculated by "i.eb.h\_SEBAL01", given both maps of Net Radiation and soil Heat flux (Rn, G) 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.\newline
-Surface roughness (Z0m) is an dependent variable of vegetation hight. Generation of an accurate map of the vegetation inside the study area in the date of image acquisition will lead to increase the accuracy of H calculation.\newline
+Surface roughness (Z0m) is an dependent variable of vegetation height. Generation of an accurate map of the vegetation inside the study area in the date of image acquisition will lead to increase the accuracy of H calculation.\newline
\begin{smallverbatim}
Z0m=hveg * 0.136
\end{smallverbatim}
-hveg is the hight of vegetation (m).\newline
+hveg is the height of vegetation (m).\newline
Altitude corrected temperature map can be computed by using the toar thermal band and the DEM.\newline
\begin{smallverbatim}
T0DEM=LST-(0.00627*DEM)
\end{smallverbatim}
-The factor 0.00627 is the gradient of decreasing the temprature in relation to the decrease in hight (6.27 degree in each 1000 meter).\newline
+The factor 0.00627 is the gradient of decreasing the temprature in relation to the increase in height (6.27 degree in each 1000 meter).\newline
The U* (Called U star) is the friction velocity is computed by:\newline
\begin{smallverbatim}
U*= 0.41*um/(ln(hu/Z0m)
\end{smallverbatim}
-um is wind speed in the time of satellite overpass (m/s), hu is the hight of wind measurement which is normally described as 5 (m). Z0m here is not the same as that is used in U* calculation. The hveg in this case is defined as the hight of vegetation around the weather station.\newline
+um is wind speed in the time of satellite overpass (m/s), hu is the height of wind measurement which is normally described as 5 (m). Z0m here is not the same as that is used in U* calculation. The hveg in this case is defined as the height of vegetation around the weather station.\newline
The value of actuale vapor pressure ea is calculated using the e0 for max and min tempreture.\newline
\begin{smallverbatim}
@@ -700,14 +700,11 @@
e0 is the saturation vapor pressure at the air temperature. It must be calculated for Max and Min absolute tempreture.\newline
ea is calculated using:\newline
\begin{smallverbatim}
- ea=RH*(e0Max=e0Min)/2))/100
+ ea=RH*(e0Max+e0Min)/2))/100
\end{smallverbatim}
RH is the measured relative humidity at the time of satellite overpass.\newline
The location (row and column) of the wet (cold) and dry (hot) pixel must be found by the user. For wet pixel a place inside a water body and for dry pixel a place inside a bare and dry soil surface is recommended (SEBAL method is geographically dependent on extrem energy balance points).\newline
-
-Sensible heat flux can be calculated with "i.eb.h\_SEBAL01".\newline
-
%\setkeys{Gin}{width=1\textwidth}
\begin{figure}[htbp]
\centering
More information about the grass-commit
mailing list