foxes.utils.abl.stable¶
Functions¶
|
Calculate wind speeds at given height |
|
Calculates the log factor for |
|
The Psi function |
|
Calculates the friction velocity, |
Module Contents¶
-
foxes.utils.abl.stable.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.stable.logz(height: float | numpy.ndarray, z0: float | numpy.ndarray) float | numpy.ndarray[source]¶
Calculates the log factor for wind speed profiles.
- foxes.utils.abl.stable.psi(height: float | numpy.ndarray, mol: float | numpy.ndarray) float | numpy.ndarray[source]¶
The Psi function
-
foxes.utils.abl.stable.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.