foxes.utils.abl.unstable¶
Functions¶
|
Calculate wind speeds at given height |
|
The Psi function |
|
Calculates the friction velocity, |
Module Contents¶
-
foxes.utils.abl.unstable.calc_ws(height: float | numpy.ndarray, z0: float | numpy.ndarray, ustar: float | numpy.ndarray, psi: float | numpy.ndarray, kappa: float =
0.41) float | numpy.ndarray[source]¶ Calculate wind speeds at given height
- foxes.utils.abl.unstable.psi(height: float | numpy.ndarray, mol: float | numpy.ndarray) float | numpy.ndarray[source]¶
The Psi function
-
foxes.utils.abl.unstable.ustar(ws_ref: float | numpy.ndarray, h_ref: float | numpy.ndarray, z0: float | numpy.ndarray, mol: float | numpy.ndarray, kappa: float =
0.41) float | numpy.ndarray[source]¶ Calculates the friction velocity, based on reference data.