@public @ingroup PIO_inq_dimlen @brief Returns the extent of a netCDF dimension @details @param File @copydoc file_desc_t @param dimid : The netcdf dimension. @param dimlen : The extent of the netcdf dimension. @retval ierr @copydoc error_return
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(in) | :: | File | |||
| integer(kind=i4), | intent(in) | :: | dimid | |||
| integer(kind=i4), | intent(out) | :: | dimlen |