ICON Community Interface 0.4.0
Loading...
Searching...
No Matches
comin_state.F90 File Reference

Data shared between host and plugins. More...

#include "comin_global.inc"
Include dependency graph for comin_state.F90:

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()
 

Detailed Description

Data shared between host and plugins.

Definition in file comin_state.F90.