GathervSpec Derived Type

type, public :: GathervSpec


Components

Type Visibility Attributes Name Initial
integer, public :: n_levs
integer, public :: n_tries
integer, public :: n_writers
integer, public :: nx

Source Code

   type :: GathervSpec
      integer :: nx
      integer :: n_levs
      integer :: n_writers
      integer :: n_tries
   end type GathervSpec