@public @ingroup PIO_inq_dimname @brief Gets the name of a dimension given its ID @details @param File @copydoc file_desc_t @param dimid : The netcdf dimension id. @param dimname : The name associated with the netcdf dimension id. @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
integer, | intent(in) | :: | dimid | |||
character(len=*), | intent(out) | :: | dimname |