diff --git a/src/standalone/Vegetation/solar_induced_fluorescence.jl b/src/standalone/Vegetation/solar_induced_fluorescence.jl index 122fab9541..17e8f1131d 100644 --- a/src/standalone/Vegetation/solar_induced_fluorescence.jl +++ b/src/standalone/Vegetation/solar_induced_fluorescence.jl @@ -84,7 +84,10 @@ function update_SIF!( Vcmax25, R, T_freeze, - ΔHJmax, To, θj, ϕ, + ΔHJmax, + To, + θj, + ϕ, sif_parameters, ) end @@ -96,7 +99,10 @@ function compute_SIF_at_a_point( Vcmax25::FT, R::FT, T_freeze::FT, - ΔHJmax::FT, To::FT, θj::FT, ϕ::FT, + ΔHJmax::FT, + To::FT, + θj::FT, + ϕ::FT, sif_parameters::SIFParameters{FT}, ) where {FT} Jmax = max_electron_transport(Vcmax25, ΔHJmax, Tc, To, R)