pio_inq_dimid Function

public function pio_inq_dimid(File, name, dimid) result(ierr)

@public @details

Note that we do not want internal error checking for this funtion.

Arguments

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

copydoc: file_desc_t

character(len=*), intent(in) :: name

: The name of the netcdf dimension.

integer, intent(out) :: dimid

: The netcdf dimension id.

Return Value integer