Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add i.evapo.pt algorithm
  • Loading branch information
Médéric RIBREUX committed May 29, 2016
1 parent 474a258 commit 0b8784c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/plugins/processing/algs/grass7/description/i.evapo.pt.txt
@@ -0,0 +1,10 @@
i.evapo.pt
Computes evapotranspiration calculation Priestley and Taylor formulation, 1972.
Imagery (i.*)
ParameterRaster|net_radiation|Name of input net radiation raster map [W/m2]|False
ParameterRaster|soil_heatflux|Name of input soil heat flux raster map [W/m2]|False
ParameterRaster|air_temperature|Name of input air temperature raster map [K]|False
ParameterRaster|atmospheric_pressure|Name of input atmospheric pressure raster map [millibars]|False
ParameterNumber|priestley_taylor_coeff|Priestley-Taylor coefficient|0.0|None|1.26|False
*ParameterBoolean|-z|Set negative ETa to zero|False
OutputRaster|output|Evapotranspiration

0 comments on commit 0b8784c

Please sign in to comment.