pio_inq_dimname Function

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

@public @details

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(in) :: File

copydoc: file_desc_t

integer, intent(in) :: dimid

: The netcdf dimension id.

character(len=*), intent(out) :: dimname

: The name associated with the netcdf dimension id.

Return Value integer