pio_inq_varndims Interface

public interface pio_inq_varndims

\defgroup PIO_inq_varndims


Module Procedures

private function inq_varndims_vid(File, varid, ndims) result(ierr)

@public @ingroup PIO_inq_varndims @brief Gets the number of dimension associated with a netcdf variable @details @param File @copydoc file_desc_t @param varid : The variable identifier @param ndims : The number of dimensions for the variable @retval ierr @copydoc error_return

Arguments

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

Return Value integer

private function inq_varndims_vdesc(File, vardesc, ndims) result(ierr)

@public @ingroup PIO_inq_varndims @brief Gets the number of dimension associated with a netcdf variable @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param ndims : The number of dimensions for the variable @retval ierr @copydoc error_return

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(in) :: File
type(Var_desc_t), intent(in) :: vardesc
integer(kind=i4), intent(out) :: ndims

Return Value integer