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

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

Modules

module  spio_inq_att
 

Macros

#define __PIO_FILE__   'spio_inq_att.F90'
 

Functions/Subroutines

integer function spio_inq_att::pio_inq_attid_file_vid (file, varid, attname, attid)
 Inquire/get the unique id associated with an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attid_fh_vid (fh, varid, attname, attid)
 Inquire/get the unique id associated with an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attid_file_vdesc (file, vdesc, attname, attid)
 Inquire/get the unique id associated with a attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attname_file_vid (file, varid, attid, attname)
 Inquire/get the name of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attname_fh_vid (fh, varid, attid, attname)
 Inquire/get the name of a attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attname_file_vdesc (file, vdesc, attid, attname)
 Inquire/get the name of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_atttype_file_vid (file, varid, attid, atttype)
 Inquire/get the type of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_atttype_fh_vid (fh, varid, attid, atttype)
 Inquire/get the type of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_atttype_file_vdesc (file, vdesc, attid, atttype)
 Inquire/get the type of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attlen_file_varid_attid_offlen (file, varid, attid, attlen)
 Inquire/get the length of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attlen_file_varid_attname_offlen (file, varid, attname, attlen)
 Inquire/get the length of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attlen_fh_varid_attid_offlen (fh, varid, attid, attlen)
 Inquire/get the length of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attlen_fh_varid_attname_offlen (fh, varid, attname, attlen)
 Inquire/get the length of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attlen_file_vdesc_attid_offlen (file, vdesc, attid, attlen)
 Inquire/get the length of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_attlen_file_vdesc_attname_offlen (file, vdesc, attname, attlen)
 Inquire/get the length of an attribute in a file. More...
 
integer function spio_inq_att::pio_inq_att_file_vid_offlen (file, varid, attname, xtype, len)
 Get the meta-data associated with a attribute. More...
 
integer function spio_inq_att::pio_inq_att_fh_vid_offlen (fh, varid, attname, xtype, len)
 Get the meta-data associated with an attribute. More...
 
integer function spio_inq_att::pio_inq_att_file_vdesc_offlen (file, vdesc, attname, xtype, len)
 Get the meta-data associated with a attribute. More...
 

Detailed Description

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

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_inq_att.F90'