ioData Derived Type

type, public :: ioData
sequence


Inherits

type~~iodata~~InheritsGraph type~iodata ioData type~esmfiolayout ESMFIOLayout type~iodata->type~esmfiolayout IOLayout type~esmf_gridcomp ESMF_GridComp type~esmfiolayout->type~esmf_gridcomp taskComp type~esmf_compclass ESMF_CompClass type~esmf_gridcomp->type~esmf_compclass compp type~esmf_base ESMF_Base type~esmf_compclass->type~esmf_base base type~esmf_clock ESMF_Clock type~esmf_compclass->type~esmf_clock clock, argclock type~esmf_compstatus ESMF_CompStatus type~esmf_compclass->type~esmf_compstatus compStatus type~esmf_comptunnel ESMF_CompTunnel type~esmf_compclass->type~esmf_comptunnel compTunnel type~esmf_comptype_flag ESMF_CompType_Flag type~esmf_compclass->type~esmf_comptype_flag compType type~esmf_config ESMF_Config type~esmf_compclass->type~esmf_config config type~esmf_context_flag ESMF_Context_Flag type~esmf_compclass->type~esmf_context_flag contextflag type~esmf_cwrap ESMF_CWrap type~esmf_compclass->type~esmf_cwrap compw type~esmf_grid ESMF_Grid type~esmf_compclass->type~esmf_grid gridList type~esmf_locstream ESMF_LocStream type~esmf_compclass->type~esmf_locstream locstreamList type~esmf_mesh ESMF_Mesh type~esmf_compclass->type~esmf_mesh meshList type~esmf_methodtable ESMF_MethodTable type~esmf_compclass->type~esmf_methodtable methodTable type~esmf_pointer ESMF_Pointer type~esmf_compclass->type~esmf_pointer ftable, vm_info, vm_cargo type~esmf_state ESMF_State type~esmf_compclass->type~esmf_state is, es type~esmf_vm ESMF_VM type~esmf_compclass->type~esmf_vm vm, vm_parent type~esmf_vmplan ESMF_VMPlan type~esmf_compclass->type~esmf_vmplan vmplan type~esmf_xgrid ESMF_XGrid type~esmf_compclass->type~esmf_xgrid xgridList

Inherited by

type~~iodata~~InheritedByGraph type~iodata ioData type~iowrapper ioWrapper type~iowrapper->type~iodata IO

Components

Type Visibility Attributes Name Initial
type(ESMFIOLayout), public, pointer :: IOLayout(:) => null()

Source Code

  type ioData
#ifndef ESMF_SEQUENCE_BUG
#ifndef ESMF_NO_SEQUENCE
    sequence
#endif
#endif
    type(ESMFIOLayout), pointer :: IOLayout(:) => null()
  end type ioData