|
| character(len= *), parameter | yaxt_nest_fortran_plugin::pluginname = "yaxt_nest_fortran_plugin" |
| |
| integer, parameter | yaxt_nest_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_nest_fortran_plugin::version |
| |
| type(t_comin_var_handle), dimension(:), allocatable | yaxt_nest_fortran_plugin::temp |
| |
| type(t_comin_var_handle), dimension(:), allocatable | yaxt_nest_fortran_plugin::temp_diag |
| |
| integer | yaxt_nest_fortran_plugin::rank |
| |
| integer | yaxt_nest_fortran_plugin::n_dom |
| |
| integer | yaxt_nest_fortran_plugin::nproma |
| |
| type(t_comin_descrdata_global), pointer | yaxt_nest_fortran_plugin::p_global |
| | access descriptive data structures
|
| |
| type(t_patch), dimension(:), allocatable | yaxt_nest_fortran_plugin::p_patch |
| |
| type(xt_redist), dimension(:), allocatable | yaxt_nest_fortran_plugin::yaxt_redist |
| | yaxt related variables
|
| |
| character(len=120) | yaxt_nest_fortran_plugin::text |
| |