Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Aug 9, 2024
1 parent 385def9 commit 0b984a6
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/standalone/Vegetation/solar_induced_fluorescence.jl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,10 @@ function update_SIF!(
Vcmax25,
R,
T_freeze,
ΔHJmax, To, θj, ϕ,
ΔHJmax,
To,
θj,
ϕ,
sif_parameters,
)
end
Expand All @@ -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)
Expand Down

0 comments on commit 0b984a6

Please sign in to comment.