color sets color for console text.
(Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in), | optional | :: | string |
The countlines2 function returns the number of lines of the file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
Display a scalar, vector or matrix. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=c_bool), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=lk), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=c_bool), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=lk), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x(:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=dp), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| complex(kind=sp), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=c_bool), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| logical(kind=lk), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=dp), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| real(kind=sp), | intent(in) | :: | x(:,:) | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in), | optional | :: | x | ||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(string_type), | intent(in) | :: | x | |||
| character(len=*), | intent(in), | optional | :: | header | ||
| integer, | intent(in), | optional | :: | unit | ||
| logical, | intent(in), | optional | :: | brief |
File constructs a File object.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| character(len=*), | intent(in), | optional | :: | mode |
The countlines2 function returns the number of lines of the file
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(out), | dimension(:, :, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(out), | dimension(:), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(out), | dimension(:, :), allocatable | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(out), | dimension(:, :), allocatable | :: | X |
Print a progress_bar. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | iter | |||
| integer(kind=int16), | intent(in) | :: | itermax | |||
| integer(kind=int16), | intent(in), | optional | :: | step | ||
| character, | intent(in), | optional | :: | symbol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | iter | |||
| integer(kind=int32), | intent(in) | :: | itermax | |||
| integer(kind=int32), | intent(in), | optional | :: | step | ||
| character, | intent(in), | optional | :: | symbol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | iter | |||
| integer(kind=int64), | intent(in) | :: | itermax | |||
| integer(kind=int64), | intent(in), | optional | :: | step | ||
| character, | intent(in), | optional | :: | symbol |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | iter | |||
| integer(kind=int8), | intent(in) | :: | itermax | |||
| integer(kind=int8), | intent(in), | optional | :: | step | ||
| character, | intent(in), | optional | :: | symbol |
Print a progress percentage message. (Specification)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int16), | intent(in) | :: | iter | |||
| integer(kind=int16), | intent(in) | :: | itermax | |||
| character, | intent(in), | optional | :: | prefix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int32), | intent(in) | :: | iter | |||
| integer(kind=int32), | intent(in) | :: | itermax | |||
| character, | intent(in), | optional | :: | prefix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int64), | intent(in) | :: | iter | |||
| integer(kind=int64), | intent(in) | :: | itermax | |||
| character, | intent(in), | optional | :: | prefix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer(kind=int8), | intent(in) | :: | iter | |||
| integer(kind=int8), | intent(in) | :: | itermax | |||
| character, | intent(in), | optional | :: | prefix |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character, | intent(out), | allocatable | :: | string | ||
| character, | intent(in) | :: | file | |||
| integer, | intent(out), | optional | :: | iostat | ||
| logical, | intent(in), | optional | :: | keep_newline |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character, | intent(out), | allocatable | :: | line | ||
| integer, | intent(in), | optional | :: | unit | ||
| integer, | intent(out), | optional | :: | iostat |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(in), | dimension(:, :, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(in), | dimension(:) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=dp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| complex(kind=sp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int16), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int32), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int64), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| integer(kind=int8), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=dp), | intent(in), | dimension(:, :) | :: | X |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| character(len=*), | intent(in) | :: | filename | |||
| real(kind=sp), | intent(in), | dimension(:, :) | :: | X |
forlab file derived type. (Specification)
| private function init_file(filename, mode) | File constructs a File object. |
| procedure, public :: close | |
| procedure, public :: countlines => countlines1 | |
| procedure, public :: exist => file_exist1 | |
| procedure, public :: open => open_file |