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