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

Modules

module  spio_def_var
 

Macros

#define __PIO_FILE__   'spio_def_var.F90'
 

Functions/Subroutines

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

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'