Eawag-AppliedSystemAnalysis / Simstrat

Simstrat - 1D lake model
http://www.eawag.ch/en/department/surf/projects/simstrat/
GNU General Public License v3.0
17 stars 8 forks source link

Calculation of temperature diffusivity wrong if stability mode = 1? #44

Closed f-baerenbold closed 3 years ago

f-baerenbold commented 3 years ago

If stability mode is 1 (defined in config file), the turbulent diffusivity of temperature is calculated as: nu_t = cmue_2*k^2/eps, where cmue_2 = 0.072 according to Goudsmit et al., 2002.

However, in the code, cmue_2 = cmue/Prndtl = 0.09/0.8 = 0.112, so turbulent diffusivity of temperature might be overestimated by 50% (if stability mode = 1).

f-baerenbold commented 3 years ago

According to Rodi, 1987 JGR and Burchard et al., 1995 JGR, the value in Goudsmit et al., 2002 JGR is wrong. This means that the value of 0.112 in the code is presumably correct.