mariegosme / SSM.R

translation of SSM model by Thomas R. Sinclair and Afshin Soltani into R
GNU General Public License v3.0
1 stars 1 forks source link

bug in the calculation o reduction of soil evaporation #8

Closed hdmarrou closed 3 years ago

hdmarrou commented 3 years ago

should be: EOS = EOS Exp(-0.22 STBLW / 10) (Salado and sinclair 2013)

was: EOS = EOS (1.5 - 0.2 Application.WorksheetFunction.Ln(100 * STBLW / 10))

mariegosme commented 3 years ago

done: cPotentialSoilEvaporation <- cPotentialSoilEvaporation exp(-0.22 ALLDAYDATA$sStubleWeight/10)