ESMFIOLayout Derived Type

type, public :: ESMFIOLayout
sequence


Components

Type Visibility Attributes Name Initial
integer, public :: ncid
integer, public :: tile
logical, public :: localIOflag
type(ESMF_GridComp), public :: taskComp

Source Code

  type ESMFIOLayout
#ifndef ESMF_SEQUENCE_BUG
#ifndef ESMF_NO_SEQUENCE
    sequence
#endif
#endif
    logical :: localIOflag
    integer :: tile
    integer :: ncid
    type(ESMF_GridComp) :: taskComp
  end type ESMFIOLayout