Go to the source code of this file.
|
subroutine | get_data_value (FFORMAT, FID, RECORD, VAR_NAME, RES_VALUE, N, IERR) |
|
◆ get_data_value()
subroutine get_data_value |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, intent(in) |
RECORD, |
|
|
character(len=16), intent(in) |
VAR_NAME, |
|
|
double precision, dimension(n), intent(inout) |
RES_VALUE, |
|
|
integer, intent(in) |
N, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FILE_ID | File descriptor |
[in] | RECORD | Time step to read in the file |
[in] | VAR_NAME | Variable for which we need the value |
[in,out] | RES_VALUE | Value for each point at time step record FOR THE VARIABLE VAR_NAME |
[in] | N | Size of res_value |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file get_data_value.f.