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

Sets metadata for an exposed variable. Note: The host model uses the alias comin_metadata_set. More...

Collaboration diagram for comin_metadata::comin_metadata_set_host:
Collaboration graph

Public Member Functions

subroutine comin_metadata_host_set_logical (descriptor, key, val)
 Set metadata for item in variable list.
 
subroutine comin_metadata_host_set_integer (descriptor, key, val)
 Set metadata for item in variable list.
 
subroutine comin_metadata_host_set_real (descriptor, key, val)
 Set metadata for item in variable list.
 
subroutine comin_metadata_host_set_character (descriptor, key, val)
 Set metadata for item in variable list.
 

Detailed Description

Sets metadata for an exposed variable. Note: The host model uses the alias comin_metadata_set.

Definition at line 74 of file comin_metadata.F90.

Member Function/Subroutine Documentation

◆ comin_metadata_host_set_character()

subroutine comin_metadata::comin_metadata_set_host::comin_metadata_host_set_character ( type(t_comin_var_descriptor), intent(in) descriptor,
character(len=*), intent(in) key,
character(len=*), intent(in) val )

Set metadata for item in variable list.

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

Definition at line 160 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_host_set_integer()

subroutine comin_metadata::comin_metadata_set_host::comin_metadata_host_set_integer ( type(t_comin_var_descriptor), intent(in) descriptor,
character(len=*), intent(in) key,
integer, intent(in) val )

Set metadata for item in variable list.

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

Definition at line 100 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_host_set_logical()

subroutine comin_metadata::comin_metadata_set_host::comin_metadata_host_set_logical ( type(t_comin_var_descriptor), intent(in) descriptor,
character(len=*), intent(in) key,
logical, intent(in) val )

Set metadata for item in variable list.

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

Definition at line 120 of file comin_metadata.F90.

Here is the call graph for this function:

◆ comin_metadata_host_set_real()

subroutine comin_metadata::comin_metadata_set_host::comin_metadata_host_set_real ( type(t_comin_var_descriptor), intent(in) descriptor,
character(len=*), intent(in) key,
real(wp), intent(in) val )

Set metadata for item in variable list.

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

Definition at line 140 of file comin_metadata.F90.

Here is the call graph for this function:

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