Skip to content

Commit

Permalink
Add i.evapo.time 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 0b8784c commit b533000
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions python/plugins/processing/algs/grass7/description/i.evapo.time.txt
@@ -0,0 +1,10 @@
i.evapo.time
Computes temporal integration of satellite ET actual (ETa) following the daily ET reference (ETo) from meteorological station(s).
Imagery (i.*)
ParameterMultipleInput|eta|Names of satellite ETa raster maps [mm/d or cm/d]|3|False
ParameterMultipleInput|eta_doy|Names of satellite ETa Day of Year (DOY) raster maps [0-400] [-]|3|False
ParameterMultipleInput|eto|Names of meteorological station ETo raster maps [0-400] [mm/d or cm/d]|3|False
ParameterNumber|eto_doy_min|Value of DOY for ETo first day|0|366|1|False
ParameterNumber|start_period|Value of DOY for the first day of the period studied|0|366|1|False
ParameterNumber|end_period|Value of DOY for the last day of the period studied|0|366|1|False
OutputRaster|output|Temporal integration

0 comments on commit b533000

Please sign in to comment.