FV3DYCORE  Version1.0.0
test_cases_mod::mp_update_dwinds Interface Reference

Private Member Functions

subroutine mp_update_dwinds_2d (u, v, npx, npy, domain)
 
subroutine mp_update_dwinds_3d (u, v, npx, npy, npz, domain)
 

Detailed Description

Definition at line 235 of file test_cases.F90.

Member Function/Subroutine Documentation

◆ mp_update_dwinds_2d()

subroutine test_cases_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
Parameters
[in,out]uD-grid u-wind field
[in,out]vD-grid v-wind field

Definition at line 8780 of file test_cases.F90.

◆ mp_update_dwinds_3d()

subroutine test_cases_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
Parameters
[in,out]uD-grid u-wind field
[in,out]vD-grid v-wind field

Definition at line 8798 of file test_cases.F90.


The documentation for this interface was generated from the following file: