pio_inq_dimname Function

public function pio_inq_dimname(File, dimid, dimname) result(ierr)

@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

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(in) :: File
integer, intent(in) :: dimid
character(len=*), intent(out) :: dimname

Return Value integer