Skip to content

Commit b2fa76e

Browse files
authored
Merge pull request #27 from junhyukjeon/master
Comment out transpScaleFactor
2 parents 0df8dad + 0f8929c commit b2fa76e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/physiology/photosynthesis.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ Photosynthesis
5151
# Empirical transpiration scale factor from original 3PG model
5252
# to account for water deficit.
5353
"Gross primary production"
54-
GPP(A_gross, w=CH2O_weight, transpScaleFactor) => begin
55-
A_gross * w * transpScaleFactor
54+
GPP(A_gross, w=CH2O_weight#=, transpScaleFactor=#) => begin
55+
A_gross * w #* transpScaleFactor
5656
end ~ track(u"kg/ha/hr")
5757

5858
"C available..."

0 commit comments

Comments
 (0)