Provides a support for file handling (Specification)
Loads a 2D array from a text file (Specification)
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
real(kind=sp), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
real(kind=dp), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
real(kind=qp), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
integer(kind=int8), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
integer(kind=int16), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
integer(kind=int32), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
integer(kind=int64), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
complex(kind=sp), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
complex(kind=dp), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Loads a 2D array from a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | The array 'd' will be automatically allocated with the correct dimensions |
||
complex(kind=qp), | intent(out), | allocatable | :: | d(:,:) | Example
Where 'log.txt' contains for example::
|
Saves a 2D array into a text file (Specification)
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
real(kind=sp), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
real(kind=dp), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
real(kind=qp), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int8), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int16), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int32), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
integer(kind=int64), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
complex(kind=sp), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
complex(kind=dp), | intent(in) | :: | d(:,:) | Example
|
Saves a 2D array into a text file.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
complex(kind=qp), | intent(in) | :: | d(:,:) | Example
|
Opens a file (Specification)
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | filename | |||
character(len=*), | intent(in), | optional | :: | mode | ||
integer, | intent(out), | optional | :: | iostat |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | mode |