Writes a double precision array to the specified binary file.
More...
|
subroutine | writedoubledb4 (fileNum, data, nData, status) |
| Writes a double precision array to the specified binary file. More...
|
|
subroutine | writedoubledb8 (fileNum, data, nData, status) |
| Writes a big double precision array to the specified binary file. More...
|
|
subroutine | writedoubledbfile (fileName, dtype, chksum, data, ierr, sbuf) |
| Writes a double precision matrix to a named binary file. More...
|
|
Writes a double precision array to the specified binary file.
◆ writedoubledb4()
subroutine binarydbinterface::writedoubledb::writedoubledb4 |
( |
integer, intent(in) |
fileNum, |
|
|
real(dp), intent(in) |
data, |
|
|
integer, intent(in) |
nData, |
|
|
integer, intent(out) |
status |
|
) |
| |
Writes a double precision array to the specified binary file.
- Parameters
-
[in] | fileNum | File handle for the file to write to |
[in] | data | The real array to write |
[in] | nData | Number of words to write |
[out] | status | Exit status |
◆ writedoubledb8()
subroutine binarydbinterface::writedoubledb::writedoubledb8 |
( |
integer, intent(in) |
fileNum, |
|
|
real(dp), intent(in) |
data, |
|
|
integer(i8), intent(in) |
nData, |
|
|
integer, intent(out) |
status |
|
) |
| |
Writes a big double precision array to the specified binary file.
- Parameters
-
[in] | fileNum | File handle for the file to write to |
[in] | data | The real array to write |
[in] | nData | Number of words to write |
[out] | status | Exit status |
◆ writedoubledbfile()
subroutine binarydbinterface::writedoubledb::writedoubledbfile |
( |
character(len=*), intent(in) |
fileName, |
|
|
character(len=*), intent(in) |
dtype, |
|
|
integer, intent(in) |
chksum, |
|
|
real(dp), dimension(:,:), intent(in) |
data, |
|
|
integer, intent(out) |
ierr, |
|
|
real(sp), dimension(:), intent(out), optional |
sbuf |
|
) |
| |
Writes a double precision matrix to a named binary file.
- Parameters
-
[in] | fileName | Name of the file to write |
[in] | dtype | File tag identifying the data type to write |
[in] | chksum | File checksum |
[in] | data | The real array to write |
| ierr | Error flag |
| sbuf | Single precision buffer used for type casting |
- Author
- Knut Morten Okstad
- Date
- 3 Jan 2005
The documentation for this interface was generated from the following file: