SCORPIO 1.9.0
Loading...
Searching...
No Matches
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...

Macros

#define __PIO_FILE__   'spio_inq_file.F90'
 

Functions/Subroutines

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.
 

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'

Function/Subroutine Documentation

◆ __spio_inq_file_f90__()

program __spio_inq_file_f90__