![]() |
ICON Community Interface 0.4.0
|
Data shared between host and plugins. More...
#include "comin_global.inc"
Go to the source code of this file.
Data Types | |
| type | comin_state::t_comin_state |
Modules | |
| module | comin_state |
Functions/Subroutines | |
| subroutine, public | comin_state::comin_setup_set_verbosity_level (iverbosity) |
Sets verbosity level, related to ICON's msg_level. 0 = silent. | |
| integer function, public | comin_state::comin_setup_get_verbosity_level () |
| Returns verbosity level. | |
| integer(c_int) function, public | comin_state::comin_current_get_ep () |
| Access information on the current entry point being processed by ComIn. | |
| integer(c_int) function, public | comin_state::comin_current_get_domain_id () |
| Request information on current domain. | |
Variables | |
| type(t_comin_state), pointer, public | comin_state::state => NULL() |
Data shared between host and plugins.
Definition in file comin_state.F90.