@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.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
character(len=*), | intent(in) | :: | name | |||
integer, | intent(out) | :: | dimid |