i.biomass.html 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <H2>DESCRIPTION</H2>
  2. <EM>i.biomass</EM> Calculates the biomass growth for a day after [1][2].
  3. Input:
  4. <ul>
  5. <li>fPAR, the modified Photosynthetic Active Radiation for crops.
  6. <li>Light Use Efficiency [0.0-1.0], in Uzbekistan cotton is at 1.9 most of the time.
  7. <li>Latitude [0.0-90.0], from i.latlong.
  8. <li>DOY [1-366].
  9. <li>Transmissivity of the Atmosphere single-way [0.0-1.0], mostly around 0.7+ in clear sky.
  10. <li>Water availability [0.0-1.0], possibly using direct output from i.eb.evapfr.
  11. </ul>
  12. <H2>NOTES</H2>
  13. It can use the output of i.eb.evapfr directly as water availability input.
  14. <H2>TODO</H2>
  15. remove Latitude, DOY and Tsw from input and replace with a raster input compatible with r.sun output.
  16. <H2>SEE ALSO</H2>
  17. <em>
  18. <A HREF="i.eb.evapfr">i.eb.evapfr</A><br>
  19. </em>
  20. <H2>REFERENCES</H2>
  21. <p>[1] Bastiaanssen, W.G.M., Ali, S., 2002. A new crop yield forecasting model based on satellite measurements applied across the Indus Basin, Pakistan. Agriculture, Ecosystems and Environment, 94(3):321-340.
  22. <p>[2] Chemin, Y., Platonov, A., Abdullaev, I., Ul-Hassan, M. 2005. Supplementing farm level water productivity assessment by remote sensing in transition economies. Water International. 30(4):513-521.
  23. <H2>AUTHORS</H2>
  24. Yann Chemin, Bec de Mortagne, France<BR>
  25. <p>
  26. <i>Last changed: $Date$</i>