Skip to content

Commit

Permalink
Add i.evapo.pm algorithm
Browse files Browse the repository at this point in the history
  • 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.
12 changes: 12 additions & 0 deletions python/plugins/processing/algs/grass7/description/i.evapo.pm.txt
@@ -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

0 comments on commit 474a258

Please sign in to comment.