\defgroup PIO_inq_vartype
@public @ingroup PIO_inq_vartype @brief Gets metadata information for netcdf file. @details @param File @copydoc file_desc_t @param varid : The netcdf variable id @param type : The type of variable @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) | :: | type |
@public @ingroup PIO_inq_vartype @brief Gets metadata information for netcdf file. @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param type : The type of variable @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) | :: | type |