Skip to content

Commit

Permalink
Add i.evapo.mh 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 109a7f4 commit b6396cb
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions python/plugins/processing/algs/grass7/description/i.evapo.mh.txt
@@ -0,0 +1,12 @@
i.evapo.mh
Computes evapotranspiration calculation modified or original Hargreaves formulation, 2001.
Imagery (i.*)
ParameterRaster|netradiation_diurnal|Name of input diurnal net radiation raster map [W/m2/d]|False
ParameterRaster|average_temperature|Name of input average air temperature raster map [C]|False
ParameterRaster|minimum_temperature|Name of input minimum air temperature raster map [C]|False
ParameterRaster|maximum_temperature|Name of input maximum air temperature raster map [C]|False
ParameterRaster|precipitation|Name of precipitation raster map [mm/month]|True
*ParameterBoolean|-z|Set negative ETa to zero|False
*ParameterBoolean|-h|Use original Hargreaves (1985)|False
*ParameterBoolean|-s|Use Hargreaves-Samani (1985)|False
OutputRaster|output|Evapotranspiration

0 comments on commit b6396cb

Please sign in to comment.