gs2_gryfx_zonal_type Derived Type

type, private :: gs2_gryfx_zonal_type

FIXME : Add documentation


Contents

Source Code


Components

Type Visibility Attributes Name Initial
logical, public :: on = .false.
complex(kind=real32), public, dimension (:), pointer :: NLdens_ky0
complex(kind=real32), public, dimension (:), pointer :: NLupar_ky0
complex(kind=real32), public, dimension (:), pointer :: NLtpar_ky0
complex(kind=real32), public, dimension (:), pointer :: NLtprp_ky0
complex(kind=real32), public, dimension (:), pointer :: NLqpar_ky0
complex(kind=real32), public, dimension (:), pointer :: NLqprp_ky0
logical, public :: first_half_step = .false.

Source Code

  type gs2_gryfx_zonal_type
    logical :: on = .false.
    complex(real32), dimension (:), pointer :: NLdens_ky0, NLupar_ky0, NLtpar_ky0, &
                                         NLtprp_ky0, NLqpar_ky0, NLqprp_ky0
    logical :: first_half_step = .false.
  end type gs2_gryfx_zonal_type