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

Macros

#define __PIO_FILE__   'spio_inq_att.F90'
 

Functions/Subroutines

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

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'

Function/Subroutine Documentation

◆ __spio_inq_att_f90__()

program __spio_inq_att_f90__