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

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

Modules

module  spio_put_att
 

Macros

#define __PIO_FILE__   'spio_put_att.F90'
 

Functions/Subroutines

integer function spio_put_att::pio_put_att_file_vid_0d_text (file, varid, attname, attval)
 Write/Put a string attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_1d_text (file, varid, attname, attval)
 Write/Put a string attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_0d_text (fh, varid, attname, attval)
 Write/Put a string attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_1d_text (fh, varid, attname, attval)
 Write/Put a string attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_0d_text (file, vdesc, attname, attval)
 Write/Put a string attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_1d_text (file, vdesc, attname, attval)
 Write/Put a string attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_0d_int (file, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_1d_int (file, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_0d_real (file, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_1d_real (file, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_0d_double (file, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vid_1d_double (file, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_0d_int (fh, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_1d_int (fh, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_0d_real (fh, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_1d_real (fh, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_0d_double (fh, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_fh_vid_1d_double (fh, varid, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_0d_int (file, vdesc, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_1d_int (file, vdesc, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_0d_real (file, vdesc, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_1d_real (file, vdesc, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_0d_double (file, vdesc, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 
integer function spio_put_att::pio_put_att_file_vdesc_1d_double (file, vdesc, attname, attval)
 Write/Put an attribute associated with a variable in a file. More...
 

Detailed Description

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

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_put_att.F90'