GridSpec Derived Type

type, public :: GridSpec


Components

Type Visibility Attributes Name Initial
integer, public :: origin

$ integer :: class $ character(len=:), allocatable :: label ! for custom grid


Source Code

   type :: GridSpec
      integer :: origin
!!$      integer :: class
!!$      character(len=:), allocatable :: label ! for custom grid
   end type GridSpec