SCORPIO  1.7.0
Data Types | Functions/Subroutines
spio_inq_dim Module Reference

Functions/Subroutines

integer function pio_inq_dimid_file_dimid (file, dname, dimid)
 Inquire/get the unique id associated with a dimension in a file. More...
 
integer function pio_inq_dimid_fh_dimid (fh, dname, dimid)
 Inquire/get the unique id associated with a dimension in a file. More...
 
integer function pio_inq_dimname_file_dimid (file, dimid, dname)
 Inquire/get the name of a dimension in a file. More...
 
integer function pio_inq_dimname_fh_dimid (fh, dimid, dname)
 Inquire/get the name of a dimension in a file. More...
 
integer function pio_inq_dimlen_file_dimid_offlen (file, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function pio_inq_dimlen_file_dimid (file, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function pio_inq_dimlen_fh_dimid (fh, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function pio_inq_dimlen_fh_dimid_offlen (fh, dimid, dimlen)
 Inquire/get the length of a dimension in a file. More...
 
integer function pio_inquire_dimension_file (file, dimid, name, len)
 Inquire the meta-data associated with a dimension in a file. More...
 
integer function pio_inquire_dimension_fh_offlen (fh, dimid, name, len)
 Inquire the meta-data associated with a dimension in a file. More...