SCORPIO APIs for inquiring variables This file contains the SCORPIO APIs for inquiring about variable (id, type, dimensions etc)
More...
|
integer function | spio_inq_var::pio_inq_varid_file_vid (file, vname, varid) |
| Inquire/get the unique id associated with a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varid_fh_vid (fh, vname, varid) |
| Inquire/get the unique id associated with a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varid_file_vdesc (file, vname, vdesc) |
| Inquire/get the unique id associated with a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varname_file_vid (file, varid, vname) |
| Inquire/get the name of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varname_fh_vid (fh, varid, vname) |
| Inquire/get the name of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varname_file_vdesc (file, vdesc, vname) |
| Inquire/get the name of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_vartype_file_vid (file, varid, vtype) |
| Inquire/get the type of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_vartype_fh_vid (fh, varid, vtype) |
| Inquire/get the type of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_vartype_file_vdesc (file, vdesc, vtype) |
| Inquire/get the type of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varndims_file_vid (file, varid, vndims) |
| Inquire/get the number of dimensions of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varndims_fh_vid (fh, varid, vndims) |
| Inquire/get the number of dimensions of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varndims_file_vdesc (file, vdesc, vndims) |
| Inquire/get the number of dimensions of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varnatts_file_vid (file, varid, vnatts) |
| Inquire/get the number of attributes associated with a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varnatts_fh_vid (fh, varid, vnatts) |
| Inquire/get the number of attributes associated with a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_varnatts_file_vdesc (file, vdesc, vnatts) |
| Inquire/get the number of attributes associated with a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_vardimid_file_vid (file, varid, vdimids) |
| Inquire/get the ids of the dimensions of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_vardimid_fh_vid (fh, varid, vdimids) |
| Inquire/get the ids of the dimensions of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_vardimid_file_vdesc (file, vdesc, vdimids) |
| Inquire/get the ids of the dimensions of a variable in a file. More...
|
|
integer function | spio_inq_var::pio_inq_var_deflate_file_vid (file, varid, shuffle_status, deflate_status, deflate_level) |
| Inquire the compression settings for a variable in a NetCDF4 file. More...
|
|
integer function | spio_inq_var::pio_inq_var_deflate_fh_vid (fh, varid, shuffle_status, deflate_status, deflate_level) |
| Inquire the compression settings for a variable in a NetCDF4 file. More...
|
|
integer function | spio_inq_var::pio_inq_var_deflate_file_vdesc (file, vdesc, shuffle_status, deflate_status, deflate_level) |
| Inquire the compression settings for a variable in a NetCDF4 file. More...
|
|
integer function | spio_inq_var::pio_inq_var_chunking_file_vid (file, varid, storage, chunksizes) |
| Inquire the chunking settings for a variable in a NetCDF4 file. More...
|
|
integer function | spio_inq_var::pio_inq_var_chunking_fh_vid (fh, varid, storage, chunksizes) |
| Inquire the chunking settings for a variable in a NetCDF4 file. More...
|
|
integer function | spio_inq_var::pio_inq_var_chunking_file_vdesc (file, vdesc, storage, chunksizes) |
| Inquire the chunking settings for a variable in a NetCDF4 file. More...
|
|
integer function | spio_inq_var::pio_inquire_variable_file_vid (file, varid, name, xtype, ndims, dimids, natts) |
| Get the meta-data associated with a variable. More...
|
|
integer function | spio_inq_var::pio_inquire_variable_fh_vid (fh, varid, name, xtype, ndims, dimids, natts) |
| Get the meta-data associated with a variable. More...
|
|
integer function | spio_inq_var::pio_inquire_variable_file_vdesc (file, vdesc, name, xtype, ndims, dimids, natts) |
| Get the meta-data associated with a variable. More...
|
|
SCORPIO APIs for inquiring variables This file contains the SCORPIO APIs for inquiring about variable (id, type, dimensions etc)