Go to the source code of this file.
|
subroutine | read_bin_2d (Q, VARNAME, AT, NFIC, FFORMAT, NPOIN, FOUND, OFFSET) |
|
◆ read_bin_2d()
subroutine read_bin_2d |
( |
double precision, dimension(npoin), intent(inout) |
Q, |
|
|
character(len=16), intent(in) |
VARNAME, |
|
|
double precision, intent(in) |
AT, |
|
|
integer, intent(in) |
NFIC, |
|
|
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
NPOIN, |
|
|
logical, intent(out) |
FOUND, |
|
|
double precision, intent(in) |
OFFSET |
|
) |
| |
- Parameters
-
[in] | varname | AT Time in seconds |
[in] | NFIC | Logical unit of file |
[out] | Q | Array where the variable is stored |
[out] | FOUND | If false: variable not found |
Definition at line 7 of file read_bin_2d.f.