-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Médéric RIBREUX
committed
May 29, 2016
1 parent
b6396cb
commit 474a258
Showing
1 changed file
with
12 additions
and
0 deletions.
There are no files selected for viewing
12 changes: 12 additions & 0 deletions
12
python/plugins/processing/algs/grass7/description/i.evapo.pm.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
i.evapo.pm | ||
Computes potential evapotranspiration calculation with hourly Penman-Monteith. | ||
Imagery (i.*) | ||
ParameterRaster|elevation|Name of input elevation raster map [m a.s.l.]|False | ||
ParameterRaster|temperature|Name of input temperature raster map [C]|False | ||
ParameterRaster|relativehumidity|Name of input relative humidity raster map [%]|False | ||
ParameterRaster|windspeed|Name of input wind speed raster map [m/s]|False | ||
ParameterRaster|netradiation|Name of input net solar radiation raster map [MJ/m2/h]|False | ||
ParameterRaster|cropheight|Name of input crop height raster map [m]|False | ||
*ParameterBoolean|-z|Set negative ETa to zero|False | ||
*ParameterBoolean|-n|Use Night-time|False | ||
OutputRaster|output|Evapotranspiration |