FV3DYCORE  Version 2.0.0
boundary_mod::nested_grid_bc_send Interface Reference

Public Member Functions

subroutine nested_grid_bc_send_scalar (var_coarse, nest_domain, istag, jstag, nest_level)
 The subroutine 'nested_grid_BC_send' sends coarse-grid data to create boundary conditions. More...
 
subroutine nested_grid_bc_send_vector (u_coarse, v_coarse, nest_domain, nest_level, flags, gridtype)
 

Detailed Description

Definition at line 100 of file boundary.F90.

Member Function/Subroutine Documentation

◆ nested_grid_bc_send_scalar()

subroutine boundary_mod::nested_grid_bc_send::nested_grid_bc_send_scalar ( real, dimension(:,:,:), intent(in)  var_coarse,
type(nest_domain_type), intent(inout)  nest_domain,
integer, intent(in)  istag,
integer, intent(in)  jstag,
integer, intent(in)  nest_level 
)

The subroutine 'nested_grid_BC_send' sends coarse-grid data to create boundary conditions.

Definition at line 1724 of file boundary.F90.

◆ nested_grid_bc_send_vector()

subroutine boundary_mod::nested_grid_bc_send::nested_grid_bc_send_vector ( real, dimension(:,:,:), intent(in)  u_coarse,
real, dimension(:,:,:), intent(in)  v_coarse,
type(nest_domain_type), intent(inout)  nest_domain,
integer, intent(in)  nest_level,
integer, intent(in), optional  flags,
integer, intent(in), optional  gridtype 
)

Definition at line 1797 of file boundary.F90.


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