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

Macros

#define __PIO_FILE__   'spio_inq_dim.F90'
 

Functions/Subroutines

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

Function/Subroutine Documentation

◆ __spio_inq_dim_f90__()

program __spio_inq_dim_f90__