@public @ingroup PIO_inquire_dimension @brief Get information about a particular dimension in netcdf file @details @param ncid : A netcdf file descriptor returned by \ref PIO_openfile or \ref PIO_createfile. @param dimid : The netcdf dimension ID. @param name : The name of the dimension. @param len : The length of the dimesions name. @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | ncid | |||
integer, | intent(in) | :: | dimid | |||
character(len=*), | intent(out), | optional | :: | name | ||
integer, | intent(out), | optional | :: | len |