Inquire the ids of the dimensions of a variable.
More...
Inquire the ids of the dimensions of a variable.
This API can be used to inquire the unique ids of the dimensions of a variable in a file. The dimensions of the variables are defined using
◆ pio_inq_vardimid_fh_vid()
integer function spio_inq_var::pio_inq_vardimid_fh_vid |
( |
integer, intent(in) |
fh, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(out) |
vdimids |
|
) |
| |
Inquire/get the ids of the dimensions of a variable in a file.
- Parameters
-
[in] | fh | The file id/handle |
[in] | varid | The id of the variable |
[out] | vdimids | The ids of the dimensions of the variable |
- Return values
-
ierr | : The error return code. Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling) |
◆ pio_inq_vardimid_file_vdesc()
integer function spio_inq_var::pio_inq_vardimid_file_vdesc |
( |
type(file_desc_t), intent(in) |
file, |
|
|
type(var_desc_t), intent(in) |
vdesc, |
|
|
integer, dimension(:), intent(out) |
vdimids |
|
) |
| |
Inquire/get the ids of the dimensions of a variable in a file.
- Parameters
-
[in] | file | The file handle. File descriptor structure. This structure holds information associated with each open file |
[in] | vdesc | The descriptor of the variable. Variable description structure. |
[out] | vdimids | The ids of the dimensions of the variable |
- Return values
-
ierr | : The error return code. Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling) |
◆ pio_inq_vardimid_file_vid()
integer function spio_inq_var::pio_inq_vardimid_file_vid |
( |
type(file_desc_t), intent(in) |
file, |
|
|
integer, intent(in) |
varid, |
|
|
integer, dimension(:), intent(out) |
vdimids |
|
) |
| |
Inquire/get the ids of the dimensions of a variable in a file.
- Parameters
-
[in] | file | The file handle. File descriptor structure. This structure holds information associated with each open file |
[in] | varid | The id of the variable |
[out] | vdimids | The ids of the dimensions of the variable |
- Return values
-
ierr | : The error return code. Set to PIO_NOERR on success, or an error code otherwise (See PIO_seterrorhandling for more information on how to customize/set error handling) |