Go to the source code of this file.
|
subroutine | read_dataset (FFORMAT, FID, VARSOR, NPOIN, RECORD, AT, VAR_LIST, TROUVE, ALIRE, LISTIN, LASTRECORD, MAXVAR) |
|
◆ read_dataset()
subroutine read_dataset |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
type(bief_obj), intent(inout) |
VARSOR, |
|
|
integer, intent(in) |
NPOIN, |
|
|
integer, intent(inout) |
RECORD, |
|
|
double precision, intent(inout) |
AT, |
|
|
character(len=32), dimension(maxvar), intent(in) |
VAR_LIST, |
|
|
integer, dimension(maxvar), intent(inout) |
TROUVE, |
|
|
integer, dimension(maxvar), intent(in) |
ALIRE, |
|
|
logical, intent(in) |
LISTIN, |
|
|
logical, intent(in) |
LASTRECORD, |
|
|
integer, intent(in) |
MAXVAR |
|
) |
| |
- Parameters
-
[in,out] | varsor | [in] FFORMAT Format of the file |
[in] | FID | Logical unit of file |
[in,out] | VARSOR | List of array that will contains the variable VALUE ON EACH POINT |
[in] | NPOIN | Number of point in the geometry mesh |
[in] | RECORD | Time step of the dataset |
[in,out] | AT | Time of the dataset |
[in] | VAR_LIST | Names and units of variables. |
[out] | TROUVE | Gives (trouve(k)=1) if variables present in the file 0 OTHERWISE |
[in] | ALIRE | Variables to be read (for others record skipped) CLANDESTINE VARIABLES ARE SYSTEMATICALLY READ |
[in] | LISTIN | If yes, informations printed on listing |
[in,out] | LASTRECORD | Lastrecord = .true. last record will be read LASTRECORD = .FALSE. : RECORD "RECORD" WILL BE READ |
[in] | MAXVAR | Dimension of array related to variables: alire,.. |
Definition at line 8 of file read_dataset.f.