\defgroup PIO_inq_vardimid
@public @ingroup PIO_inq_vardimid @brief returns the dimids of the variable as an interger array @details @param File @copydoc file_desc_t @param varid : The variable id @param dimids : The dimension identifier returned by \ref PIO_def_dim @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
integer, | intent(in) | :: | varid | |||
integer(kind=i4), | intent(out) | :: | dimids(:) |
@public @ingroup PIO_inq_vardimid @brief returns the dimids of the variable as an interger array @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param dimids : The dimension identifier returned by \ref PIO_def_dim @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
type(Var_desc_t), | intent(in) | :: | vardesc | |||
integer(kind=i4), | intent(out) | :: | dimids(:) |