ioWrapper Derived Type

type, public :: ioWrapper


Inherits

type~~iowrapper~~InheritsGraph type~iowrapper ioWrapper type~iodata ioData type~iowrapper->type~iodata IO 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

Components

Type Visibility Attributes Name Initial
type(ioData), public, pointer :: IO => null()

Source Code

  type ioWrapper
    type(ioData), pointer :: IO => null()
  end type ioWrapper