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

Macros

#define __PIO_FILE__   'spio_put_att.F90'
 

Functions/Subroutines

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

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'

Function/Subroutine Documentation

◆ __spio_put_att_f90__()

program __spio_put_att_f90__