Flux/stress computations according to Hwang ( 2011). More...
Functions/Subroutines | |
| subroutine | w3flx4 (ZWND, U10, U10D, UST, USTD, Z0, CD) |
| Flux/stress computations according to Hwang (JTECH, 2011). More... | |
Flux/stress computations according to Hwang ( 2011).
Hwang 2011: J Atmos Ocean Tech 28(3) 436-443.
| subroutine w3flx4md::w3flx4 | ( | real, intent(in) | ZWND, |
| real, intent(in) | U10, | ||
| real, intent(in) | U10D, | ||
| real, intent(out) | UST, | ||
| real, intent(out) | USTD, | ||
| real, intent(out) | Z0, | ||
| real, intent(out) | CD | ||
| ) |
Flux/stress computations according to Hwang (JTECH, 2011).
CD = 1E-4 ( -0.016 U10**2 + 0.967U10 + 8.058)
USTAR = U10 * SQRT( U10 )| [in] | ZWND | Wind height. |
| [in] | U10 | Wind speed. |
| [in] | U10D | Wind direction. |
| [out] | UST | Friction velocity. |
| [out] | USTD | Direction of friction velocity. |
| [out] | Z0 | Z0 in profile law. |
| [out] | CD | Drag coefficient. |
Definition at line 106 of file w3flx4md.F90.
References w3servmd::extcde(), w3gdatmd::flx4a0, w3odatmd::iaproc, w3odatmd::naperr, w3odatmd::ndse, and w3servmd::strace().
Referenced by gxexpo(), w3exnc(), w3expo(), and w3srcemd::w3srce().