SCORPIO  2.0.1
Data Types | Functions/Subroutines
spio_inq_file Module Reference

Functions/Subroutines

integer function pio_inq_nvars_file (file, nvars)
 Inquire/get the number of variables in a file. More...
 
integer function pio_inq_nvars_fh (fh, nvars)
 Inquire/get the number of variables in a file. More...
 
integer function pio_inq_ndims_file (file, ndims)
 Inquire/get the number of dimensions in a file. More...
 
integer function pio_inq_ndims_fh (fh, ndims)
 Inquire/get the number of dimensions in a file. More...
 
integer function pio_inq_natts_file (file, natts)
 Inquire/get the number of attributes in a file. More...
 
integer function pio_inq_natts_fh (fh, natts)
 Inquire/get the number of attributes in a file. More...
 
integer function pio_inq_unlimdim_file (file, unlimdim)
 Get the id of the unlimited dimension in a file. More...
 
integer function pio_inq_unlimdim_fh (fh, unlimdim)
 Get the id of the unlimited dimension in a file. More...
 
integer function pio_inquire_file (file, nDimensions, nVariables, nAttributes, unlimitedDimID)
 Get the number of variables/dimensions/attributes in a file. More...
 
integer function pio_inquire_fh (fh, nDimensions, nVariables, nAttributes, unlimitedDimID)
 Get the number of variables/dimensions/attributes in a file. More...