![]() |
ICON Community Interface 0.4.0
|
Read-only access to additional information about a given variable. More...

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 | |
Read-only access to additional information about a given variable.
Definition at line 83 of file comin_metadata.F90.
| 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
| [in] | var_descriptor | variable descriptor |
| [in] | key | metadata key (name) |
| [out] | val | metadata value |
Definition at line 259 of file comin_metadata.F90.

| 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
| [in] | var_descriptor | variable descriptor |
| [in] | key | metadata key (name) |
| [out] | val | metadata value |
Definition at line 181 of file comin_metadata.F90.

| 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
| [in] | var_descriptor | variable descriptor |
| [in] | key | metadata key (name) |
| [out] | val | metadata value |
Definition at line 207 of file comin_metadata.F90.

| 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
| [in] | var_descriptor | variable descriptor |
| [in] | key | metadata key (name) |
| [out] | val | metadata value |
Definition at line 233 of file comin_metadata.F90.
