Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ARPA-SIMC/agrolib
Agrolib are a set of libraries for agrometeorological modeling and climate analysis. They include a numerical solution for three-dimensional water and heat flow in the soil, water balance, meteorological data interpolation, daily weather generator, radiation budget, snow accumulation and melt, plant development and plant water uptake.
https://github.com/ARPA-SIMC/agrolib
agro-meteorological agrometeo climate-analysis heat-flow hydrologic-model meteorological-data-interpolation plant-development plant-water-uptake radiation-budget snow-accumulation snow-melt soil water-balance
Last synced: 3 months ago
JSON representation
Agrolib are a set of libraries for agrometeorological modeling and climate analysis. They include a numerical solution for three-dimensional water and heat flow in the soil, water balance, meteorological data interpolation, daily weather generator, radiation budget, snow accumulation and melt, plant development and plant water uptake.
- Host: GitHub
- URL: https://github.com/ARPA-SIMC/agrolib
- Owner: ARPA-SIMC
- License: lgpl-3.0
- Created: 2020-01-07T14:14:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T18:24:57.000Z (5 months ago)
- Last Synced: 2024-06-11T19:27:32.954Z (5 months ago)
- Topics: agro-meteorological, agrometeo, climate-analysis, heat-flow, hydrologic-model, meteorological-data-interpolation, plant-development, plant-water-uptake, radiation-budget, snow-accumulation, snow-melt, soil, water-balance
- Language: C++
- Homepage:
- Size: 8.08 MB
- Stars: 9
- Watchers: 7
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- open-sustainable-technology - agrolib - A set of libraries for agrometeorological modeling and climate analysis. (Consumption / Agriculture and Nutrition)
README
# agrolib
Agrolib are a set of libraries for agrometeorological modeling and climate analysis.
They include a numerical solution for three-dimensional water and heat flow in soil,
water balance 1D, meteorological data interpolation, daily data weather generator (1D and 2D), radiation budget,
snow accumulation and melt, phenology, plant development, root development, rainfall interception and plant water uptake.## soilFluxes3D library
SoilFluxes3D is a numerical solution for flow equations of water and heat in the soil, in a three-dimensional domain.
Surface water flow is described by the two-dimensional parabolic approximation of the St. Venant equation, using Manning’s equation of motion; subsurface water flow is described by the three-dimensional Richards’ equation for the unsaturated zone and by three-dimensional Darcy’s law for the saturated zone, using an integrated finite difference formulation.Water fluxes equations may be coupled with the heat flux equations, which include diffusive, latent and advective terms. Atmospheric data (net irradiance, air temperature and relative humidity, wind speed) could be used as top boundary conditions. See [CRITERIA3D](http://www.sciencedirect.com/science/article/pii/S0309170809001754) for more information.
## criteriaModel library
Algorithms for 1D water balance ([CRITERIA1D](https://github.com/ARPA-SIMC/CRITERIA1D)): soil water infiltration, drainage and capillary rise, crop water demand, evaporation and crop transpiration.## crop library
Algorithms for crop development, leaf area index, root growth and distribution, based on daily temperature.## soil library
Modified Van Genuchten-Mualem model for soil water retention curve and water conductivity, USDA soil texture classification.## solarRadiation library
Algorithms for potential/actual solar radiation computation.## interpolation library
Algorithms for the spatialization of meteorological data ([PRAGA](https://github.com/ARPA-SIMC/PRAGA)).## License
agrolib has been developed under contract issued by
[ARPAE Hydro-Meteo-Climate Service](https://github.com/ARPA-SIMC), Emilia-Romagna, Italy.agrolib is released under the GNU LGPL license.
## Authors
- Fausto Tomei
- Gabriele Antolini
- Antonio Volta
- Laura Costantini### Contributions
- Marco Bittelli
- Vittorio Marletto
- Alberto Pistocchi
- Tomaso Tonelli
- Margot Van Soetendaal
- Franco Zinoni
- Fabrizio Nerozzi