SCORPIO  1.9.2
Functions/Subroutines
PIO_inq_nvars

Inquire the number of variables in a file. More...

Functions/Subroutines

integer function spio_inq_file::pio_inq_nvars_file (file, nvars)
 Inquire/get the number of variables in a file. More...
 
integer function spio_inq_file::pio_inq_nvars_fh (fh, nvars)
 Inquire/get the number of variables in a file. More...
 

Detailed Description

Inquire the number of variables in a file.

Get the number of variables in a file

Function/Subroutine Documentation

◆ pio_inq_nvars_fh()

integer function spio_inq_file::pio_inq_nvars_fh ( integer, intent(in)  fh,
integer, intent(out)  nvars 
)

Inquire/get the number of variables in a file.

Parameters
[in]fhThe file id/handle
[out]nvarsThe number of variables in the file
Return values
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)

◆ pio_inq_nvars_file()

integer function spio_inq_file::pio_inq_nvars_file ( type(file_desc_t), intent(in)  file,
integer, intent(out)  nvars 
)

Inquire/get the number of variables in a file.

Parameters
[in]fileThe file handle. File descriptor structure. This structure holds information associated with each open file
[out]nvarsThe number of variables in the file
Return values
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)