ESMF_XGridSpec Derived Type

type, public :: ESMF_XGridSpec
sequence


Components

Type Visibility Attributes Name Initial
integer, public, pointer :: factorIndexList(:,:) => null()
real(kind=ESMF_KIND_R8), public, pointer :: factorList(:) => null()

Source Code

  type ESMF_XGridSpec
#ifndef ESMF_NO_SEQUENCE
    sequence
#endif
    integer, pointer            :: factorIndexList(:,:) => null()     ! factorIndexList
    real(ESMF_KIND_R8), pointer :: factorList(:) => null()  ! factorList
  end type ESMF_XGridSpec