ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
comin_metadata::comin_metadata_get Interface Reference

Read-only access to additional information about a given variable. More...

Collaboration diagram for comin_metadata::comin_metadata_get:
Collaboration graph

Public Member Functions

subroutine comin_metadata_get_logical (var_descriptor, key, val)
 request the metadata to a variable
 
subroutine comin_metadata_get_integer (var_descriptor, key, val)
 request the metadata to a variable
 
subroutine comin_metadata_get_real (var_descriptor, key, val)
 request the metadata to a variable
 
subroutine comin_metadata_get_character (var_descriptor, key, val)
 request the metadata to a variable
 

Detailed Description

Read-only access to additional information about a given variable.

Definition at line 83 of file comin_metadata.F90.

Member Function/Subroutine Documentation

◆ comin_metadata_get_character()

subroutine comin_metadata::comin_metadata_get::comin_metadata_get_character ( type(t_comin_var_descriptor), intent(in) var_descriptor,
character(len=*), intent(in) key,
character(len=:), intent(out), allocatable val )

request the metadata to a variable

Parameters
[in]var_descriptorvariable descriptor
[in]keymetadata key (name)
[out]valmetadata value

Definition at line 259 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_get_integer()

subroutine comin_metadata::comin_metadata_get::comin_metadata_get_integer ( type(t_comin_var_descriptor), intent(in) var_descriptor,
character(len=*), intent(in) key,
integer, intent(out) val )

request the metadata to a variable

Parameters
[in]var_descriptorvariable descriptor
[in]keymetadata key (name)
[out]valmetadata value

Definition at line 181 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_get_logical()

subroutine comin_metadata::comin_metadata_get::comin_metadata_get_logical ( type(t_comin_var_descriptor), intent(in) var_descriptor,
character(len=*), intent(in) key,
logical, intent(out) val )

request the metadata to a variable

Parameters
[in]var_descriptorvariable descriptor
[in]keymetadata key (name)
[out]valmetadata value

Definition at line 207 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_get_real()

subroutine comin_metadata::comin_metadata_get::comin_metadata_get_real ( type(t_comin_var_descriptor), intent(in) var_descriptor,
character(len=*), intent(in) key,
real(wp), intent(out) val )

request the metadata to a variable

Parameters
[in]var_descriptorvariable descriptor
[in]keymetadata key (name)
[out]valmetadata value

Definition at line 233 of file comin_metadata.F90.

Here is the call graph for this function:

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