In development. If you find any issue, please report it to the repository. Thank you for your collaboration!
The package PlantClima provides functions that help users to compute environmental conditions at different time scales as function of latitude, day of year and time of the day. Up to now, we added a simple model to compute air temperature and relative humidity.
To install PlantClima.jl, you can use the following command:
] add PlantClimaTo install the development version of this package:
import Pkg
Pkg.add(url = "https://github.com/anaIFernst/PlantClima.jl", rev = "master")... loading