|
SCORPIO 1.9.0
|
Inquire the number of dimensions of a variable. More...
Functions/Subroutines | |
| integer function | pio_inq_varndims_file_vid (file, varid, vndims) |
| Inquire/get the number of dimensions of a variable in a file. | |
| integer function | pio_inq_varndims_fh_vid (fh, varid, vndims) |
| Inquire/get the number of dimensions of a variable in a file. | |
| integer function | pio_inq_varndims_file_vdesc (file, vdesc, vndims) |
| Inquire/get the number of dimensions of a variable in a file. | |
Inquire the number of dimensions of a variable.
This API can be used to inquire the number of dimensions in a variable in a file
This API is a collective call (Although the library might internally choose to make progress on a single or small subset of MPI processes) on the I/O system associated with the file
| integer function __spio_inq_var_f90__::pio_inq_varndims_fh_vid | ( | integer, intent(in) | fh, |
| integer, intent(in) | varid, | ||
| integer, intent(out) | vndims | ||
| ) |
Inquire/get the number of dimensions of a variable in a file.
| [in] | fh | The file id/handle |
| [in] | varid | The id of the variable |
| [out] | vndims | The number of dimensions of the variable |
| 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)
| integer function __spio_inq_var_f90__::pio_inq_varndims_file_vdesc | ( | type(file_desc_t), intent(in) | file, |
| type(var_desc_t), intent(in) | vdesc, | ||
| integer, intent(out) | vndims | ||
| ) |
Inquire/get the number of dimensions of a variable in a file.
| [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] | vndims | The number of dimensions of the variable |
| 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)
| integer function __spio_inq_var_f90__::pio_inq_varndims_file_vid | ( | type(file_desc_t), intent(in) | file, |
| integer, intent(in) | varid, | ||
| integer, intent(out) | vndims | ||
| ) |
Inquire/get the number of dimensions of a variable in a file.
| [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] | vndims | The number of dimensions of the variable |
| 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)