Go to the source code of this file.
◆ get_data_var_list()
subroutine get_data_var_list |
( |
character(len=8), intent(in) |
FFORMAT, |
|
|
integer, intent(in) |
FID, |
|
|
integer, intent(in) |
NVAR, |
|
|
character(len=16), dimension(nvar), intent(inout) |
VARLIST, |
|
|
character(len=16), dimension(nvar), intent(inout) |
UNITLIST, |
|
|
integer, intent(out) |
IERR |
|
) |
| |
- Parameters
-
[in] | fformat | FFORMAT Format of the file |
[in] | FID | File descriptor |
[in,out] | VARLIST | List of variable name |
[in,out] | UNTILIST | List of variable unit |
[out] | IERR | 0 if no error during the execution |
Definition at line 7 of file get_data_var_list.f.