i.biomass.html 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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 <em>r.latlong</em>.
  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 <em>i.eb.evapfr</em>.
  11. </ul>
  12. <h2>NOTES</h2>
  13. <em>i.biomass</em> can use the output of <em>i.eb.evapfr</em> directly
  14. as water availability input.
  15. <h2>TODO</h2>
  16. Remove Latitude, DOY and Tsw from input and replace with a raster
  17. input compatible with <em>r.sun</em> output.
  18. <h2>SEE ALSO</h2>
  19. <em>
  20. <a href="i.eb.evapfr.html">i.eb.evapfr</a>,
  21. <a href="r.latlong.html">r.latlong</a>,
  22. <a href="r.sun.html">r.sun</a>
  23. </em>
  24. <h2>REFERENCES</h2>
  25. <p>[1] Bastiaanssen, W.G.M., Ali, S., 2002. A new crop yield
  26. forecasting model based on satellite measurements applied across the
  27. Indus Basin, Pakistan. Agriculture, Ecosystems and Environment,
  28. 94(3):321-340. (<a href="http://edepot.wur.nl/206553">PDF</a>)
  29. <p>[2] Chemin, Y., Platonov, A., Abdullaev, I., Ul-Hassan, M. 2005.
  30. Supplementing farm level water productivity assessment by remote
  31. sensing in transition economies. Water International. 30(4):513-521.
  32. <h2>AUTHOR</h2>
  33. Yann Chemin, Bec de Mortagne, France
  34. <p><i>Last changed: $Date$</i>