130 & comin_severity_debug, &
131 & comin_severity_info, &
132 & comin_severity_warning, &
133 & comin_severity_error
148#include "comin_global.inc"
275 PUBLIC :: comin_severity_debug
276 PUBLIC :: comin_severity_info
277 PUBLIC :: comin_severity_warning
278 PUBLIC :: comin_severity_error
const char * comin_callback_get_ep_name(t_comin_entry_point iep)
t_comin_log_severity comin_current_get_plugin_log_severity()
const char * comin_current_get_plugin_name()
bool comin_current_get_plugin_errors_return()
const char * comin_current_get_plugin_options()
const char * comin_current_get_plugin_comm()
void comin_setup_get_version(unsigned int *major, unsigned int *minor, unsigned int *patch)
void comin_var_request_add(t_comin_var_descriptor var_desc, bool lmodexclusive)
void comin_var_get_descr_list_var_desc(t_comin_var_descr_list_iterator *current, t_comin_var_descriptor *var_desc)
Variable pointer. Fortran interface for accessing variables.
Get first element of variable descriptor list. Returns a C-pointer that can be evaluated with the aux...
Conversion of global edge index to MPI-process local index.
Simulation status information, sim_current contains current time step.
The elements of this derived data type describe a 3rd party plugin.
Conversion of global vert index to MPI-process local index.
Conversion of global cell index to MPI-process local index.
Get next element of variable descriptor list. Returns a C-pointer that can be evaluated with the auxi...
Receive pointer on array storing timestep information for all domains.
The elements of this derived data type describe the current community interface.
Returns the current domain ID if the entry point is called in a domain loop.
subroutine, public comin_descrdata_get_vert_block_limits(jg, irl_start, irl_end, i_startblk, i_endblk)
Computes the start and end block indices for loops over vertex-based variables.
character(len=11) function, public comin_error_get_category(error_code)
Return the category of the given error code.
integer(c_int) function, public comin_descrdata_get_vert_npromz(jg)
Calculate npromz value for the blocking, needed for patch allocation. ... for the vertices.
subroutine, public comin_descrdata_get_vert_indices(jg, i_blk, i_startblk, i_endblk, i_startidx, i_endidx, irl_start, irl_end)
Computes the start and end indices of do loops for vertex-based variables.
subroutine, public comin_descrdata_get_cell_indices(jg, i_blk, i_startblk, i_endblk, i_startidx, i_endidx, irl_start, irl_end)
Computes the start and end indices of do loops for cell-based variables.
type(t_comin_descrdata_global) function, public comin_descrdata_get_global()
request a pointer to the global data type
subroutine, public comin_descrdata_get_edge_indices(jg, i_blk, i_startblk, i_endblk, i_startidx, i_endidx, irl_start, irl_end)
Computes the start and end indices of do loops for edge-based variables.
integer, parameter, public comin_domain_outside_loop
Return value of comin_current_get_domain_id if there is currently no domain loop.
integer(c_int) function, public comin_descrdata_get_cell_npromz(jg)
Calculate npromz value for the blocking, needed for patch allocation. ... for the cells.
integer, parameter wp
working precision
integer function, public comin_parallel_get_host_mpi_comm()
Returns the communicator with all ICON processes.
subroutine, public comin_metadata_get_iterator(var_descriptor, iterator)
Return a metadata container iterator.
integer(c_int) function, public comin_descrdata_get_index(idx1d)
Auxiliary function: conversion of 1D to 2D indices.
subroutine, public comin_descrdata_get_edge_block_limits(jg, irl_start, irl_end, i_startblk, i_endblk)
Computes the start and end block indices for loops over edge-based variables.
subroutine, public comin_plugin_finish(routine, text)
Wrapper function for callback to ICON's "finish" routine.
subroutine, public comin_print_warning(msg)
Prints a warning if the plugin has set log_warning (enabled per default) The message will only be pri...
integer(c_int) function, public comin_descrdata_get_edge_npromz(jg)
Calculate npromz value for the blocking, needed for patch allocation. ... for the edges.
integer(kind=c_int) function, public comin_parallel_get_host_mpi_rank()
Called within a plugin's callback function: get MPI rank with respect to the "host" MPI communicator.
subroutine, public comin_descrdata_get_cell_block_limits(jg, irl_start, irl_end, i_startblk, i_endblk)
Computes the start and end block indices for loops over cell-based variables.
character(len=comin_max_len_err_message) function, public comin_error_get_string(error_code)
Return the string description of the given error code.
subroutine, public comin_print_debug(msg)
Prints a debug message if the plugin has set log_debug (disabled per default) The message will only b...
subroutine, public comin_current_get_plugin_info(comin_current_plugin)
Returns the t_comin_plugin_info structure of the current plugin. It can for example be used to access...
integer function, public comin_parallel_get_plugin_mpi_comm()
Called within a plugin's callback function: get MPI communicator which contains all MPI tasks of the ...
type(t_comin_descrdata_simulation_interval) function, public comin_descrdata_get_simulation_interval()
request a pointer to simulation status
type(t_comin_descrdata_domain) function, public comin_descrdata_get_domain(jg)
request a pointer to the grid data type for a specific computational domain
subroutine, public comin_print_info(msg)
Prints a info message if the plugin has set log_info (enabled per default) The message will only be p...
integer(c_int) function, public comin_descrdata_get_block(idx1d)
auxiliary functions taken from ICON, version 2.6.5
subroutine, public comin_current_get_datetime(sim_time_current)
Retrieve time stamp info, current time information.
subroutine, public comin_var_get(context, var_descriptor, flag, var_ptr)
Request a pointer to an ICON variable in context(s).
@ ep_atm_checkpoint_after
@ ep_atm_yac_enddef_before
@ ep_atm_microphysics_before
@ ep_atm_yac_defcomp_before
@ ep_atm_checkpoint_before
@ ep_atm_turbulence_after
@ ep_atm_yac_defcomp_after
@ ep_atm_radiation_before
@ ep_atm_advection_before
@ ep_atm_convection_before
@ ep_secondary_constructor
@ ep_atm_yac_syncdef_before
@ ep_atm_write_output_after
@ ep_atm_yac_syncdef_after
@ ep_atm_write_output_before
@ ep_atm_microphysics_after
@ ep_atm_integrate_before
@ ep_atm_convection_after
@ ep_atm_yac_enddef_after
@ ep_atm_turbulence_before
@ comin_var_datatype_double
@ comin_var_datatype_float
@ comin_dim_semantics_unused
@ comin_dim_semantics_block
@ comin_dim_semantics_nproma
@ comin_dim_semantics_unblock
@ comin_dim_semantics_container
@ comin_dim_semantics_other
@ comin_dim_semantics_level
@ comin_dim_semantics_undef
@ comin_hgrid_unstructured_cell
@ comin_hgrid_unstructured_vertex
@ comin_hgrid_unstructured_edge
@ comin_metadata_typeid_character
@ comin_metadata_typeid_real
@ comin_metadata_typeid_logical
@ comin_metadata_typeid_integer
@ comin_metadata_typeid_undefined
void comin_callback_register(t_comin_entry_point entry_point, t_comin_callback_function fct_ptr)
Retrieve the current ComIn error code.
subroutine, public comin_error_set_errors_return(errors_return)