SCORPIO  1.7.0
Data Types | Modules | Macros | Functions/Subroutines
spio_inq_dim.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_dim
 

Macros

#define __PIO_FILE__   'spio_inq_dim.F90'
 

Functions/Subroutines

integer function spio_inq_dim::pio_inq_dimid_file_dimid (file, dname, dimid)
 Inquire/get the unique id associated with a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimid_fh_dimid (fh, dname, dimid)
 Inquire/get the unique id associated with a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimname_file_dimid (file, dimid, dname)
 Inquire/get the name of a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimname_fh_dimid (fh, dimid, dname)
 Inquire/get the name of a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimlen_file_dimid_offlen (file, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimlen_file_dimid (file, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimlen_fh_dimid (fh, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function spio_inq_dim::pio_inq_dimlen_fh_dimid_offlen (fh, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function spio_inq_dim::pio_inquire_dimension_file (file, dimid, name, len)
 Inquire the meta-data associated with a dimension in a file. More...
 
integer function spio_inq_dim::pio_inquire_dimension_fh_offlen (fh, dimid, name, len)
 Inquire the meta-data associated with a dimension 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_dim.F90'