SABER
type_bpar Module Reference

Block parameters derived type. More...

Data Types

type  bpar_type
 

Functions/Subroutines

subroutine bpar_alloc (bpar, nam, geom)
 Allocation. More...
 
subroutine bpar_init (bpar, mpl, nam, geom)
 Initialization. More...
 
subroutine bpar_dealloc (bpar)
 Release memory. More...
 

Detailed Description

Block parameters derived type.

Function/Subroutine Documentation

◆ bpar_alloc()

subroutine type_bpar::bpar_alloc ( class(bpar_type), intent(inout)  bpar,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom 
)
private

Allocation.

Parameters
[in,out]bparBlock parameters
[in]namNamelist
[in]geomGeometry

Definition at line 51 of file type_bpar.F90.

◆ bpar_dealloc()

subroutine type_bpar::bpar_dealloc ( class(bpar_type), intent(inout)  bpar)
private

Release memory.

Parameters
[in,out]bparBlock parameters

Definition at line 287 of file type_bpar.F90.

◆ bpar_init()

subroutine type_bpar::bpar_init ( class(bpar_type), intent(inout)  bpar,
type(mpl_type), intent(inout)  mpl,
type(nam_type), intent(in)  nam,
type(geom_type), intent(in)  geom 
)
private

Initialization.

Parameters
[in,out]bparBlock parameters
[in,out]mplMPI data
[in]namNamelist
[in]geomGeometry

Definition at line 93 of file type_bpar.F90.