Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Jul 29, 2024
1 parent 72ebe98 commit c0709f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function photosynthesis_harvard(;
ΔHΓstar = FT(37830),
ΔHJmax = FT(43540),
ΔHRd = FT(46390),
sif_parameters = SIFParameters{FT}(),
)
return FarquharParameters(
Vcmax25,
Expand All @@ -178,6 +179,7 @@ function photosynthesis_harvard(;
sc,
pc,
mechanism,
sif_parameters,
)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function photosynthesis_niwotridge(;
ΔHΓstar = FT(37830),
ΔHJmax = FT(43540),
ΔHRd = FT(46390),
sif_parameters = SIFParameters{FT}(),
)
return FarquharParameters(
Vcmax25,
Expand All @@ -178,6 +179,7 @@ function photosynthesis_niwotridge(;
sc,
pc,
mechanism,
sif_parameters,
)
end

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ function photosynthesis_vairaranch(;
ΔHΓstar = FT(37830),
ΔHJmax = FT(43540),
ΔHRd = FT(46390),
sif_parameters = SIFParameters{FT}(),
)
return FarquharParameters(
Vcmax25,
Expand All @@ -178,6 +179,7 @@ function photosynthesis_vairaranch(;
sc,
pc,
mechanism,
sif_parameters,
)
end

Expand Down

0 comments on commit c0709f1

Please sign in to comment.