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