We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0df8dad + 0f8929c commit b2fa76eCopy full SHA for b2fa76e
src/physiology/photosynthesis.jl
@@ -51,8 +51,8 @@ Photosynthesis
51
# Empirical transpiration scale factor from original 3PG model
52
# to account for water deficit.
53
"Gross primary production"
54
- GPP(A_gross, w=CH2O_weight, transpScaleFactor) => begin
55
- A_gross * w * transpScaleFactor
+ GPP(A_gross, w=CH2O_weight#=, transpScaleFactor=#) => begin
+ A_gross * w #* transpScaleFactor
56
end ~ track(u"kg/ha/hr")
57
58
"C available..."
0 commit comments