ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
comin_metadata::comin_metadata_get_or Interface Reference
Collaboration diagram for comin_metadata::comin_metadata_get_or:
Collaboration graph

Public Member Functions

subroutine comin_metadata_get_or_integer (metadata, key, val, defaultval)
 
subroutine comin_metadata_get_or_real (metadata, key, val, defaultval)
 
subroutine comin_metadata_get_or_character (metadata, key, val, defaultval)
 
subroutine comin_metadata_get_or_logical (metadata, key, val, defaultval)
 

Detailed Description

Definition at line 90 of file comin_metadata.F90.

Member Function/Subroutine Documentation

◆ comin_metadata_get_or_character()

subroutine comin_metadata::comin_metadata_get_or::comin_metadata_get_or_character ( type(t_comin_var_metadata), intent(inout) metadata,
character(len=*), intent(in) key,
character(len=:), intent(out), allocatable val,
character(len=*), intent(in) defaultval )

Definition at line 404 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_get_or_integer()

subroutine comin_metadata::comin_metadata_get_or::comin_metadata_get_or_integer ( type(t_comin_var_metadata), intent(inout) metadata,
character(len=*), intent(in) key,
integer, intent(out) val,
integer, intent(in) defaultval )

Definition at line 372 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_get_or_logical()

subroutine comin_metadata::comin_metadata_get_or::comin_metadata_get_or_logical ( type(t_comin_var_metadata), intent(inout) metadata,
character(len=*), intent(in) key,
logical, intent(out) val,
logical, intent(in) defaultval )

Definition at line 420 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_get_or_real()

subroutine comin_metadata::comin_metadata_get_or::comin_metadata_get_or_real ( type(t_comin_var_metadata), intent(inout) metadata,
character(len=*), intent(in) key,
real(wp), intent(out) val,
real(wp), intent(in) defaultval )

Definition at line 388 of file comin_metadata.F90.

Here is the call graph for this function:

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