|
subroutine | mp_update_dwinds_2d (u, v, npx, npy, domain, bd) |
|
subroutine | mp_update_dwinds_3d (u, v, npx, npy, npz, domain, bd) |
|
Definition at line 242 of file test_cases.F90.
◆ mp_update_dwinds_2d()
subroutine test_cases_mod::mp_update_dwinds::mp_update_dwinds_2d |
( |
real, dimension(bd%isd:bd%ied ,bd%jsd:bd%jed+1), intent(inout) |
u, |
|
|
real, dimension(bd%isd:bd%ied+1,bd%jsd:bd%jed ), intent(inout) |
v, |
|
|
integer, intent(in) |
npx, |
|
|
integer, intent(in) |
npy, |
|
|
type(domain2d), intent(inout) |
domain, |
|
|
type(fv_grid_bounds_type), intent(in) |
bd |
|
) |
| |
|
private |
- Parameters
-
[in,out] | u | D-grid u-wind field |
[in,out] | v | D-grid v-wind field |
Definition at line 9130 of file test_cases.F90.
◆ mp_update_dwinds_3d()
subroutine test_cases_mod::mp_update_dwinds::mp_update_dwinds_3d |
( |
real, dimension(bd%isd:bd%ied ,bd%jsd:bd%jed+1,npz), intent(inout) |
u, |
|
|
real, dimension(bd%isd:bd%ied+1,bd%jsd:bd%jed ,npz), intent(inout) |
v, |
|
|
integer, intent(in) |
npx, |
|
|
integer, intent(in) |
npy, |
|
|
integer, intent(in) |
npz, |
|
|
type(domain2d), intent(inout) |
domain, |
|
|
type(fv_grid_bounds_type), intent(in) |
bd |
|
) |
| |
|
private |
- Parameters
-
[in,out] | u | D-grid u-wind field |
[in,out] | v | D-grid v-wind field |
Definition at line 9149 of file test_cases.F90.
The documentation for this interface was generated from the following file: