pio_inq_dimlen Function

public function pio_inq_dimlen(File, dimid, dimlen) result(ierr)

@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

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(in) :: File
integer(kind=i4), intent(in) :: dimid
integer(kind=i4), intent(out) :: dimlen

Return Value integer