SCORPIO  1.7.0
Data Types | Modules | 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...

Modules

module  spio_get_att
 

Macros

#define __PIO_FILE__   'spio_get_att.F90'
 

Functions/Subroutines

integer function spio_get_att::pio_get_att_file_vid_0d_text (file, varid, attname, attval)
 Read/Get a string attribute associated with a variable in a file. More...
 
integer function spio_get_att::pio_get_att_file_vid_1d_text (file, varid, attname, attval)
 Read/Get a string attribute associated with a variable in a file. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 
integer function spio_get_att::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. More...
 

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'