1i.eb.hsebal01(1) Grass User's Manual i.eb.hsebal01(1)
2
3
4
6 i.eb.hsebal01 - Computes sensible heat flux iteration SEBAL 01.
7
9 imagery, energy balance, soil moisture, evaporative fraction, SEBAL
10
12 i.eb.hsebal01
13 i.eb.hsebal01 --help
14 i.eb.hsebal01 [-ac] netradiation=name soilheatflux=name aerodynresis‐
15 tance=name temperaturemeansealevel=name frictionvelocitystar=float
16 vapourpressureactual=float [row_wet_pixel=float] [col‐
17 umn_wet_pixel=float] [row_dry_pixel=float] [column_dry_pixel=float]
18 output=name [--overwrite] [--help] [--verbose] [--quiet] [--ui]
19
20 Flags:
21 -a
22 Automatic wet/dry pixel (careful!)
23
24 -c
25 Dry/Wet pixels coordinates are in image projection, not row/col
26
27 --overwrite
28 Allow output files to overwrite existing files
29
30 --help
31 Print usage summary
32
33 --verbose
34 Verbose module output
35
36 --quiet
37 Quiet module output
38
39 --ui
40 Force launching GUI dialog
41
42 Parameters:
43 netradiation=name [required]
44 Name of instantaneous net radiation raster map [W/m2]
45
46 soilheatflux=name [required]
47 Name of instantaneous soil heat flux raster map [W/m2]
48
49 aerodynresistance=name [required]
50 Name of aerodynamic resistance to heat momentum raster map [s/m]
51
52 temperaturemeansealevel=name [required]
53 Name of altitude corrected surface temperature raster map [K]
54
55 frictionvelocitystar=float [required]
56 Value of the height independent friction velocity (u*) [m/s]
57 Default: 0.32407
58
59 vapourpressureactual=float [required]
60 Value of the actual vapour pressure (e_act) [KPa]
61 Default: 1.511
62
63 row_wet_pixel=float
64 Row value of the wet pixel
65
66 column_wet_pixel=float
67 Column value of the wet pixel
68
69 row_dry_pixel=float
70 Row value of the dry pixel
71
72 column_dry_pixel=float
73 Column value of the dry pixel
74
75 output=name [required]
76 Name for output sensible heat flux raster map [W/m2]
77
79 i.eb.hsebal01 will calculate the sensible heat flux map (h0), given
80 both maps of Net Radiation and soil Heat flux (Rn, g0) at instantaneous
81 time, the surface roughness (z0m), a map of the altitude corrected tem‐
82 perature (t0dem), a point data of the frictional velocity (u*), a value
83 of actual vapour pressure (ea[KPa]) and the (x,y) pairs for wet and dry
84 pixels. Full process will need those:
85
86 · i.vi, i.albedo, r.latlong, i.emissivity
87
88 · i.evapo.potrad (GRASS Addon)
89
90 · i.eb.netrad, i.eb.soilheatflux, i.eb.hsebal01
91
92 · i.eb.evapfr, i.eb.eta
93 (for time integration: i.evapo.time_integration)
94
95 i.eb.hsebal01 performs the computation of sensible heat flux [W/m2]
96 after Bastiaanssen, 1995 in [1], used in this form in 2001 by [2].
97 Implemented in this code in [3].
98
100 · z0m can be alculated by i.eb.z0m or i.eb.z0m0 (GRASS Addons).
101
102 · ea can be calculated with standard meteorological data.
103 eoTmin=0.6108*EXP(17.27*Tmin/(Tmin+237.3))
104 eoTmax=0.6108*EXP(17.27*Tmax/(Tmax+237.3))
105 ea=(RH/100)/((eoTmin+eoTmax)/2)
106
107 · t0dem = surface temperature + (altitude * 0.627 / 100)
108
110 i.eb.soilheatflux, i.eb.hsebal01, i.eb.evapfr
111
113 [1] Bastiaanssen, W.G.M., 1995. Estimation of Land surface parameters
114 by remote sensing under clear-sky conditions. PhD thesis, Wageningen
115 University, Wageningen, The Netherlands. (PDF)
116
117 [2] Chemin Y., Alexandridis T.A., 2001. Improving spatial resolution of
118 ET seasonal for irrigated rice in Zhanghe, China. Asian Journal of
119 Geoinformatics. 5(1):3-11,2004.
120
121 [3] Alexandridis T.K., Cherif I., Chemin Y., Silleos N.G., Stavrinos
122 E., Zalidis G.C. Integrated methodology for estimating water use in
123 Mediterranean agricultural areas. Remote Sensing. 2009, 1, 445-465.
124 (PDF)
125
126 [4] Chemin, Y., 2012. A Distributed Benchmarking Framework for Actual
127 ET Models, in: Irmak, A. (Ed.), Evapotranspiration - Remote Sensing and
128 Modeling. InTech. (PDF)
129
131 Yann Chemin, International Rice Research Institute, Los Banos, The
132 Philippines.
133
134 Contact: Yann Chemin
135
136 Last changed: $Date: 2015-01-25 18:55:23 +0100 (Sun, 25 Jan 2015) $
137
139 Available at: i.eb.hsebal01 source code (history)
140
141 Main index | Imagery index | Topics index | Keywords index | Graphical
142 index | Full index
143
144 © 2003-2019 GRASS Development Team, GRASS GIS 7.4.4 Reference Manual
145
146
147
148GRASS 7.4.4 i.eb.hsebal01(1)