Skip to content

Commit

Permalink
Fix error in H_Coffee
Browse files Browse the repository at this point in the history
  • Loading branch information
VEZY committed May 31, 2018
1 parent 328f016 commit 752b89e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/2-Coffee_DCM.R
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ DynACof= function(Period=NULL, WriteIt= F,...,
# Metamodel for H :
S$Sim$H_Coffee[i]=
-0.82010 - 0.04864*S$Met_c$Tair[i] - 0.12400*S$Met_c$VPD[i]+
0.72856*(1-S$Met_c$FDiff[i]) + 0.84231*PARcof[i]+0.10764*S$Sim$LAI[i]
0.72856*(1-S$Met_c$FDiff[i]) + 0.84231*PARcof+0.10764*S$Sim$LAI[i]
# -1.80160 + 0.03139*S$Met_c$Tair[i] - 0.06046*S$Met_c$VPD[i]+
# 1.93064*(1-S$Met_c$FDiff[i]) + 0.58368*PARcof+0.25838*S$Sim$LAI[i]

Expand Down

0 comments on commit 752b89e

Please sign in to comment.