|
subroutine | mo_diff_0d_n (z, u_star, b_star, k_m, k_h) |
|
subroutine | mo_diff_0d_1 (z, u_star, b_star, k_m, k_h) |
|
subroutine | mo_diff_1d_n (z, u_star, b_star, k_m, k_h) |
|
subroutine | mo_diff_1d_1 (z, u_star, b_star, k_m, k_h) |
|
subroutine | mo_diff_2d_n (z, u_star, b_star, k_m, k_h) |
|
subroutine | mo_diff_2d_1 (z, u_star, b_star, k_m, k_h) |
|
Definition at line 65 of file monin_obukhov.F90.
◆ mo_diff_0d_1()
subroutine monin_obukhov_mod::mo_diff::mo_diff_0d_1 |
( |
real, intent(in) |
z, |
|
|
real, intent(in) |
u_star, |
|
|
real, intent(in) |
b_star, |
|
|
real, intent(out) |
k_m, |
|
|
real, intent(out) |
k_h |
|
) |
| |
|
private |
◆ mo_diff_0d_n()
subroutine monin_obukhov_mod::mo_diff::mo_diff_0d_n |
( |
real, dimension(:), intent(in) |
z, |
|
|
real, intent(in) |
u_star, |
|
|
real, intent(in) |
b_star, |
|
|
real, dimension(:), intent(out) |
k_m, |
|
|
real, dimension(:), intent(out) |
k_h |
|
) |
| |
|
private |
◆ mo_diff_1d_1()
subroutine monin_obukhov_mod::mo_diff::mo_diff_1d_1 |
( |
real, dimension(:), intent(in) |
z, |
|
|
real, dimension(:), intent(in) |
u_star, |
|
|
real, dimension(:), intent(in) |
b_star, |
|
|
real, dimension(:), intent(out) |
k_m, |
|
|
real, dimension(:), intent(out) |
k_h |
|
) |
| |
|
private |
◆ mo_diff_1d_n()
subroutine monin_obukhov_mod::mo_diff::mo_diff_1d_n |
( |
real, dimension(:,:), intent(in) |
z, |
|
|
real, dimension(:), intent(in) |
u_star, |
|
|
real, dimension(:), intent(in) |
b_star, |
|
|
real, dimension(:,:), intent(out) |
k_m, |
|
|
real, dimension(:,:), intent(out) |
k_h |
|
) |
| |
|
private |
◆ mo_diff_2d_1()
subroutine monin_obukhov_mod::mo_diff::mo_diff_2d_1 |
( |
real, dimension(:,:), intent(in) |
z, |
|
|
real, dimension(:,:), intent(in) |
u_star, |
|
|
real, dimension(:,:), intent(in) |
b_star, |
|
|
real, dimension(:,:), intent(out) |
k_m, |
|
|
real, dimension(:,:), intent(out) |
k_h |
|
) |
| |
|
private |
◆ mo_diff_2d_n()
subroutine monin_obukhov_mod::mo_diff::mo_diff_2d_n |
( |
real, dimension(:,:,:), intent(in) |
z, |
|
|
real, dimension(:,:), intent(in) |
u_star, |
|
|
real, dimension(:,:), intent(in) |
b_star, |
|
|
real, dimension(:,:,:), intent(out) |
k_m, |
|
|
real, dimension(:,:,:), intent(out) |
k_h |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: