SCORPIO APIs for inquiring variables This file contains the SCORPIO APIs for inquiring about variable (id, type, dimensions etc)
More...
|
| program | __spio_inq_file_f90__ |
| |
| 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.
|
| |
| integer function | pio_inq_ndims_file (file, ndims) |
| | Inquire/get the number of dimensions in a file.
|
| |
| integer function | pio_inq_ndims_fh (fh, ndims) |
| | Inquire/get the number of dimensions in a file.
|
| |
| integer function | pio_inq_natts_file (file, natts) |
| | Inquire/get the number of attributes in a file.
|
| |
| integer function | pio_inq_natts_fh (fh, natts) |
| | Inquire/get the number of attributes in a file.
|
| |
| integer function | pio_inq_unlimdim_file (file, unlimdim) |
| | Get the id of the unlimited dimension in a file.
|
| |
| integer function | pio_inq_unlimdim_fh (fh, unlimdim) |
| | Get the id of the unlimited dimension in a file.
|
| |
| integer function | pio_inquire_file (file, ndimensions, nvariables, nattributes, unlimiteddimid) |
| | Get the number of variables/dimensions/attributes in a file.
|
| |
| integer function | pio_inquire_fh (fh, ndimensions, nvariables, nattributes, unlimiteddimid) |
| | Get the number of variables/dimensions/attributes in a file.
|
| |
SCORPIO APIs for inquiring variables This file contains the SCORPIO APIs for inquiring about variable (id, type, dimensions etc)