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

SCORPIO APIs for defining variables This file contains the SCORPIO APIs for inquiring about attribute (id, type, dimensions etc) More...

Macros

#define __PIO_FILE__   'spio_def_var.F90'
 

Functions/Subroutines

program __spio_def_var_f90__
 
integer function pio_def_var_md_file_vdesc (file, vname, vtype, vdimids, vdesc)
 Define a multidimensional variable in a file.
 
integer function pio_def_var_0d_file_vdesc (file, vname, vtype, vdesc)
 Define a scalar variable in a file.
 
integer function pio_def_var_md_fh_vid (fh, vname, vtype, vdimids, varid)
 Define a multidimensional variable in a file.
 
integer function pio_def_var_0d_fh_vid (fh, vname, vtype, varid)
 Define a scalar variable in a file.
 
integer function pio_def_var_deflate_file_vid (file, varid, shuffle, deflate, deflate_level)
 Set/Change the deflate filter (NetCDF4/HDF5 compression) settings for a variable.
 
integer function pio_def_var_deflate_file_vdesc (file, vdesc, shuffle, deflate, deflate_level)
 Set/Change the deflate filter (NetCDF4/HDF5 compression) settings for a variable.
 
integer function pio_def_var_deflate_fh_vid (fh, varid, shuffle, deflate, deflate_level)
 Set/Change the deflate filter (NetCDF4/HDF5 compression) settings for a variable.
 
integer function pio_def_var_chunking_file_vdesc (file, vdesc, storage, chunksizes)
 Set/Change the chunking (NetCDF4/HDF5 chunking) settings for a variable.
 
integer function pio_def_var_chunking_fh_vid (fh, varid, storage, chunksizes)
 Set/Change the chunking (NetCDF4/HDF5 chunking) settings for a variable.
 

Detailed Description

SCORPIO APIs for defining variables This file contains the SCORPIO APIs for inquiring about attribute (id, type, dimensions etc)

Macro Definition Documentation

◆ __PIO_FILE__

#define __PIO_FILE__   'spio_def_var.F90'

Function/Subroutine Documentation

◆ __spio_def_var_f90__()

program __spio_def_var_f90__