FMS
2024.03
Flexible Modeling System
|
Routines for computing surface drag coefficients from data at the lowest model level and for computing the profile of fields between the lowest model level and the ground using Monin-Obukhov scaling. More...
Data Types | |
interface | mo_diff |
interface | mo_drag |
Compute surface drag coefficients. More... | |
interface | mo_profile |
interface | stable_mix |
Functions/Subroutines | |
subroutine, public | monin_obukhov_end |
subroutine, public | monin_obukhov_init |
Routines for computing surface drag coefficients from data at the lowest model level and for computing the profile of fields between the lowest model level and the ground using Monin-Obukhov scaling.
interface monin_obukhov_mod::mo_diff |
Definition at line 69 of file monin_obukhov.F90.
interface monin_obukhov_mod::mo_drag |
Compute surface drag coefficients.
Definition at line 51 of file monin_obukhov.F90.
Private Member Functions | |
mo_drag_0d_r4 | |
mo_drag_0d_r8 | |
mo_drag_1d_r4 | |
mo_drag_1d_r8 | |
mo_drag_2d_r4 | |
mo_drag_2d_r8 | |
interface monin_obukhov_mod::mo_profile |
Definition at line 59 of file monin_obukhov.F90.
interface monin_obukhov_mod::stable_mix |
Definition at line 79 of file monin_obukhov.F90.
Private Member Functions | |
stable_mix_0d_r4 | |
stable_mix_0d_r8 | |
stable_mix_1d_r4 | |
stable_mix_1d_r8 | |
stable_mix_2d_r4 | |
stable_mix_2d_r8 | |
stable_mix_3d_r4 | |
stable_mix_3d_r8 | |