From 0b984a662f34d2ef18f478d174d0c8efbdc188fc Mon Sep 17 00:00:00 2001 From: Alexis Renchon Date: Fri, 9 Aug 2024 14:52:51 -0700 Subject: [PATCH] WIP --- .../Vegetation/solar_induced_fluorescence.jl | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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)