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

Routines to set up ComIn (except for callbacks). More...

#include "comin_version.inc"
Include dependency graph for comin_setup.F90:

Go to the source code of this file.

Modules

module  comin_setup
 

Functions/Subroutines

subroutine, public comin_setup::comin_plugin_primaryconstructor (plugin_list)
 Execute primary constructors.
 
subroutine, public comin_setup::comin_setup_check (plugin_str, wp_check)
 Performs basic compatibility checks.
 
subroutine, public comin_setup::comin_current_get_plugin_info (comin_current_plugin)
 Returns the structure current_plugin. It can for example be used to access the id of the current plugin.
 
subroutine, public comin_setup::comin_setup_init (lstdout, output_unit)
 Initialize the comin stateThis routine needs to be called by the host before any other comin call.
 
subroutine, public comin_setup::comin_setup_finalize ()
 Destructor.
 
subroutine, public comin_setup::comin_plugin_init (state_ptr, host_version, host_wp)
 Initialize the plugin state.
 
subroutine, public comin_setup::comin_descrdata_set_fct_glb2loc_cell (fct)
 Sets the "global-to-local" index lookup function.
 
subroutine, public comin_setup::comin_setup_errhandler (error_handler)
 Sets the global error handler procedure pointer.
 

Variables

type(c_ptr), dimension(:), allocatable comin_setup::dl_handles
 list of primary constructors
 

Detailed Description

Routines to set up ComIn (except for callbacks).

Definition in file comin_setup.F90.