FV3DYCORE  Version 2.0.0
boundary_mod::nested_grid_bc_recv Interface Reference

Public Member Functions

subroutine nested_grid_bc_recv_scalar (nest_domain, istag, jstag, npz, bd, nest_BC_buffers, nest_level)
 
subroutine nested_grid_bc_recv_vector (nest_domain, npz, bd, nest_BC_u_buffers, nest_BC_v_buffers, nest_level, flags, gridtype)
 

Detailed Description

Definition at line 105 of file boundary.F90.

Member Function/Subroutine Documentation

◆ nested_grid_bc_recv_scalar()

subroutine boundary_mod::nested_grid_bc_recv::nested_grid_bc_recv_scalar ( type(nest_domain_type), intent(inout)  nest_domain,
integer, intent(in)  istag,
integer, intent(in)  jstag,
integer, intent(in)  npz,
type(fv_grid_bounds_type), intent(in)  bd,
type(fv_nest_bc_type_3d), intent(inout), target  nest_BC_buffers,
integer, intent(in)  nest_level 
)

Definition at line 1756 of file boundary.F90.

◆ nested_grid_bc_recv_vector()

subroutine boundary_mod::nested_grid_bc_recv::nested_grid_bc_recv_vector ( type(nest_domain_type), intent(inout)  nest_domain,
integer, intent(in)  npz,
type(fv_grid_bounds_type), intent(in)  bd,
type(fv_nest_bc_type_3d), intent(inout), target  nest_BC_u_buffers,
type(fv_nest_bc_type_3d), intent(inout), target  nest_BC_v_buffers,
integer, intent(in)  nest_level,
integer, intent(in), optional  flags,
integer, intent(in), optional  gridtype 
)

Definition at line 1901 of file boundary.F90.


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