Go to the source code of this file.
|
subroutine | add_data (FFORMAT, FILE_ID, VAR_NAME, TIME, RECORD, FIRST_VAR, VAR_VALUE, N, IERR) |
|
◆ add_data()
subroutine add_data |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FILE_ID, |
|
|
character(len=32), intent(in) |
VAR_NAME, |
|
|
double precision, intent(in) |
TIME, |
|
|
integer, intent(in) |
RECORD, |
|
|
logical, intent(in) |
FIRST_VAR, |
|
|
double precision, dimension(n), intent(in) |
VAR_VALUE, |
|
|
integer, intent(in) |
N, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FILE_ID | File descriptor |
[in] | VAR_NAME | Name of the variable |
[in] | TIME | Time of the data |
[in] | RECORD | Time step of the data |
[in] | FIRST_VAR | True if it is the first variable of the dataset |
[in] | VAR_VALUE | The value for each point of the mesh |
[in] | N | Size of var_value |
[out] | IERR | 0 if no error during the execution |
Definition at line 8 of file add_data.f.