View source: R/boundary_layer_conductance.r
| roughness.length.heat | R Documentation | 
Roughness length for heat (thermal roughness length, z0h) from the kB-1 parameter and roughness length for momentum (z0m).
roughness.length.heat(z0m, kB_h)
| z0m | Roughness length for momentum (m) | 
| kB_h | kB-1 parameter for heat transfer | 
The roughness length for heat (z0h) can be calculated from the following relationship (e.g. Verma 1989):
kB_h = ln(z0m/z0h)
it follows:
z0h = z0m / exp(kB_h)
Roughness length for heat, z0h (m)
If unknown, z0m can be calculated from roughness.parameters.
kB_h can be calculated from Gb.Thom, Gb.Choudhury, Gb.Su
or aerodynamic.conductance.
Verma, S., 1989: Aerodynamic resistances to transfers of heat, mass and momentum. In: Estimation of areal evapotranspiration, IAHS Pub, 177, 13-20.
Rigden, A., Li, D., Salvucci, G., 2018: Dependence of thermal roughness length on friction velocity across land cover types: A synthesis analysis using AmeriFlux data. Agricultural and Forest Meteorology 249, 512-519.
roughness.length.heat(2,2.5)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.