Open martynpclark opened 9 years ago
The Richardson number is computed based on a the gradients in wind speed and height. Above the canopy this should be given as
(g(href - d)/(uair - uzpd)2) * (Tair - Tcas)/(0.5_(Tair + Tcas)) instead of (g_href/uair2) * (Tair - Tcas)/(0.5*(Tair + Tcas))
This may also require adjustments to the derivative calculations because of u_zpd (need to check)
Bumped milestone since 2.0 has been released
@arbennett -- was this fixed as part of your changes to canopy snow?
The Richardson number is computed based on a the gradients in wind speed and height. Above the canopy this should be given as
(g(href - d)/(uair - uzpd)2) * (Tair - Tcas)/(0.5_(Tair + Tcas)) instead of (g_href/uair2) * (Tair - Tcas)/(0.5*(Tair + Tcas))
This may also require adjustments to the derivative calculations because of u_zpd (need to check)