/Photosynthesis.jl

Photosynthesis models for C3 and C4 photosynthesis.

Primary LanguageJuliaApache License 2.0Apache-2.0

Photosynthesis.jl

Note

Photosynthesis.jl has been refactored based on the ClimaCache.jl package. Functions has been renamed to be more specific, but it is getting more user-friendly. As Photosynthesis.jl is a module of CliMA Land, please cite CliMA Land when you use Photosynthesis.jl. We have devote most of the time to developing the CliMA Land, and thus have minimum time to document the model. If you want to use the model, please make a request through this Github Issue.

About

Photosynthesis models for modeling C3 and C4 photosynthesis.

Documentation CI Status Compatibility Code Coverage

Installation

julia> using Pkg;
julia> Pkg.add("Photosynthesis");