SCORPIO 1.9.0
Loading...
Searching...
No Matches
Macros | Functions/Subroutines
spio_get_att.F90 File Reference

SCORPIO APIs for writing attributes This file contains the SCORPIO APIs for reading ("get"ting) attributes (metadata) associated with variables. More...

Macros

#define __PIO_FILE__   'spio_get_att.F90'
 

Functions/Subroutines

program __spio_get_att_f90__
 
integer function pio_get_att_file_vid_0d_text (file, varid, attname, attval)
 Read/Get a string attribute associated with a variable in a file.
 
integer function pio_get_att_file_vid_1d_text (file, varid, attname, attval)
 Read/Get a string attribute associated with a variable in a file.
 
integer function pio_get_att_fh_vid_0d_text (fh, varid, attname, attval)
 Read/get a string attribute (or array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_1d_text (fh, varid, attname, attval)
 Read/get a string attribute (or array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_0d_text (file, vdesc, attname, attval)
 Read/get a string attribute (or array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_1d_text (file, vdesc, attname, attval)
 Read/get a string attribute (or array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vid_0d_int (file, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vid_1d_int (file, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vid_0d_real (file, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vid_1d_real (file, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vid_0d_double (file, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vid_1d_double (file, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_0d_int (fh, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_1d_int (fh, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_0d_real (fh, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_1d_real (fh, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_0d_double (fh, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_fh_vid_1d_double (fh, varid, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_0d_int (file, vdesc, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_1d_int (file, vdesc, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_0d_real (file, vdesc, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_1d_real (file, vdesc, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_0d_double (file, vdesc, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 
integer function pio_get_att_file_vdesc_1d_double (file, vdesc, attname, attval)
 Read/Get an attribute (or an array of attributes) associated with a variable in a file.
 

Detailed Description

SCORPIO APIs for writing attributes This file contains the SCORPIO APIs for reading ("get"ting) attributes (metadata) associated with variables.

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_get_att.F90'

Function/Subroutine Documentation

◆ __spio_get_att_f90__()

program __spio_get_att_f90__