pio_inq_dimid Function

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

@public @ingroup PIO_inq_dimid @brief Returns the netcdf dimension id for the name. @details @param File @copydoc file_desc_t @param name : The name of the netcdf dimension. @param dimid : The netcdf dimension id. @retval ierr @copydoc error_return

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

Arguments

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

Return Value integer