Definition at line 158 of file test_cases_nlm.F90.
◆ mp_update_dwinds_2d()
subroutine test_cases_nlm_mod::mp_update_dwinds::mp_update_dwinds_2d |
( |
real, dimension(isd:ied ,jsd:jed+1), intent(inout) |
u, |
|
|
real, dimension(isd:ied+1,jsd:jed ), intent(inout) |
v, |
|
|
integer, intent(in) |
npx, |
|
|
integer, intent(in) |
npy, |
|
|
type(domain2d), intent(inout) |
domain |
|
) |
| |
|
private |
◆ mp_update_dwinds_3d()
subroutine test_cases_nlm_mod::mp_update_dwinds::mp_update_dwinds_3d |
( |
real, dimension(isd:ied ,jsd:jed+1,npz), intent(inout) |
u, |
|
|
real, dimension(isd:ied+1,jsd:jed ,npz), intent(inout) |
v, |
|
|
integer, intent(in) |
npx, |
|
|
integer, intent(in) |
npy, |
|
|
integer, intent(in) |
npz, |
|
|
type(domain2d), intent(inout) |
domain |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: