PIO_inquire_dimension Function

public function PIO_inquire_dimension(ncid, dimid, name, len) result(ierr)

@public @details

Arguments

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

: A netcdf file descriptor returned by \ref PIO_openfile or \ref PIO_createfile.

integer, intent(in) :: dimid

: The netcdf dimension ID.

character(len=*), intent(out), optional :: name

: The name of the dimension.

integer, intent(out), optional :: len

: The length of the dimesions name.

Return Value integer