A custom type to look after the netcdf ids for the eigenvalue file
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | ncid |
File handle |
|||
integer, | public | :: | nconv_count |
Current size of |
type EigNetcdfID
integer :: ncid !< File handle
integer :: nconv_count !< Current size of `conv` dimension
end type EigNetcdfID