EigNetcdfID Derived Type

type, public :: EigNetcdfID

A custom type to look after the netcdf ids for the eigenvalue file


Contents

Source Code


Components

Type Visibility Attributes Name Initial
integer, public :: ncid

File handle

integer, public :: nconv_count

Current size of conv dimension


Source Code

  type EigNetcdfID
     integer :: ncid            !< File handle
     integer :: nconv_count     !< Current size of `conv` dimension
  end type EigNetcdfID