SCORPIO  1.7.0
Data Types | Modules | Macros | Functions/Subroutines
spio_inq_file.F90 File Reference

SCORPIO APIs for inquiring variables This file contains the SCORPIO APIs for inquiring about variable (id, type, dimensions etc) More...

Modules

module  spio_inq_file
 

Macros

#define __PIO_FILE__   'spio_inq_file.F90'
 

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...
 
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...
 

Detailed Description

SCORPIO APIs for inquiring variables This file contains the SCORPIO APIs for inquiring about variable (id, type, dimensions etc)

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_inq_file.F90'