pio_inq_dimlen Function

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

@public @details

Arguments

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

copydoc: file_desc_t

integer(kind=i4), intent(in) :: dimid

: The netcdf dimension.

integer(kind=i4), intent(out) :: dimlen

: The extent of the netcdf dimension.

Return Value integer