FV3 Bundle
coupler_types_mod::coupler_type_initialized Interface Reference

This function interface indicates whether a coupler_bc_type has been initialized. More...

Private Member Functions

logical function ct_initialized_1d (var)
 Indicate whether a coupler_1d_bc_type has been initialized. More...
 
logical function ct_initialized_2d (var)
 Indicate whether a coupler_2d_bc_type has been initialized. More...
 
logical function ct_initialized_3d (var)
 Indicate whether a coupler_3d_bc_type has been initialized. More...
 

Detailed Description

This function interface indicates whether a coupler_bc_type has been initialized.

Definition at line 286 of file coupler_types.F90.

Member Function/Subroutine Documentation

◆ ct_initialized_1d()

logical function coupler_types_mod::coupler_type_initialized::ct_initialized_1d ( type(coupler_1d_bc_type), intent(in)  var)
private

Indicate whether a coupler_1d_bc_type has been initialized.

Parameters
[in]varBC_type structure to be deconstructed

Definition at line 3479 of file coupler_types.F90.

◆ ct_initialized_2d()

logical function coupler_types_mod::coupler_type_initialized::ct_initialized_2d ( type(coupler_2d_bc_type), intent(in)  var)
private

Indicate whether a coupler_2d_bc_type has been initialized.

Parameters
[in]varBC_type structure to be deconstructed

Definition at line 3486 of file coupler_types.F90.

◆ ct_initialized_3d()

logical function coupler_types_mod::coupler_type_initialized::ct_initialized_3d ( type(coupler_3d_bc_type), intent(in)  var)
private

Indicate whether a coupler_3d_bc_type has been initialized.

Parameters
[in]varBC_type structure to be deconstructed

Definition at line 3493 of file coupler_types.F90.


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