|
SCORPIO 1.9.0
|
Inquire the number of variables in a file. More...
Functions/Subroutines | |
| integer function | pio_inq_nvars_file (file, nvars) |
| Inquire/get the number of variables in a file. | |
| integer function | pio_inq_nvars_fh (fh, nvars) |
| Inquire/get the number of variables in a file. | |
Inquire the number of variables in a file.
Get the number of variables in a file
| integer function __spio_inq_file_f90__::pio_inq_nvars_fh | ( | integer, intent(in) | fh, |
| integer, intent(out) | nvars | ||
| ) |
Inquire/get the number of variables in a file.
| [in] | fh | The file id/handle |
| [out] | nvars | The number of variables in the file |
| ierr | : The error return code. |
Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling)
| integer function __spio_inq_file_f90__::pio_inq_nvars_file | ( | type(file_desc_t), intent(in) | file, |
| integer, intent(out) | nvars | ||
| ) |
Inquire/get the number of variables in a file.
| [in] | file | The file handle. File descriptor structure. |
This structure holds information associated with each open file
| [out] | nvars | The number of variables in the file |
| ierr | : The error return code. |
Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling)