![]() |
ICON Community Interface 0.4.0
|
Go to the source code of this file.
Modules | |
| module | yaxt_fortran_plugin |
| Example plugin for the ICON Community Interface (ComIn) | |
Functions/Subroutines | |
| subroutine | yaxt_fortran_plugin::comin_main () |
| subroutine | yaxt_fortran_plugin::yaxt_fortran_constructor () |
| subroutine | yaxt_fortran_plugin::yaxt_fortran_gather () |
| subroutine | yaxt_fortran_plugin::yaxt_fortran_destructor () |
Variables | |
| character(len= *), parameter | yaxt_fortran_plugin::pluginname = "yaxt_fortran_plugin" |
| integer, parameter | yaxt_fortran_plugin::wp = SELECTED_REAL_KIND(12, 307) |
| working precision (will be compared to ComIn's and ICON's) | |
| type(t_comin_setup_version_info) | yaxt_fortran_plugin::version |
| type(t_comin_var_handle) | yaxt_fortran_plugin::temp |
| integer | yaxt_fortran_plugin::rank |
| character(len=:), allocatable | yaxt_fortran_plugin::units |
| type(t_comin_descrdata_domain), pointer | yaxt_fortran_plugin::p_patch |
| access descriptive data structures | |
| type(t_comin_descrdata_global), pointer | yaxt_fortran_plugin::p_global |
| type(xt_redist) | yaxt_fortran_plugin::yaxt_redist |
| yaxt related variables | |
| character(len=120) | yaxt_fortran_plugin::text |