@billsacks noticed this in #3071
It appears in two places for lakes:
|
tksur(c) = tkair + (7.75e-5_r8 *bw + 1.105e-6_r8*bw*bw)*(tkice-tkair) |
|
thk(c,j) = tkair + (7.75e-5_r8 *bw + 1.105e-6_r8*bw*bw)*(tkice-tkair) |
(Since I saw that the SoilTemperature code was run over non-lake points, I was curious what happened over lakes, so searched for some of the relevant constants in order to find this code.)
Originally posted by @billsacks in #3071
@billsacks noticed this in #3071
Originally posted by @billsacks in #3071