pio_inq_varnatts Interface

public interface pio_inq_varnatts

\defgroup PIO_inq_varnatts


Module Procedures

private function inq_varnatts_vid(File, varid, natts) result(ierr)

@public @ingroup PIO_inq_varnatts @brief Returns the number of attributes associated with a varaible @details @param File @copydoc file_desc_t @param varid : The netcdf variable id @param natts : The number of attributes associated with 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) :: natts

Return Value integer

private function inq_varnatts_vdesc(File, vardesc, natts) result(ierr)

@public @ingroup PIO_inq_varnatts @brief Returns the number of attributes associated with a varaible @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param natts : The number of attributes associated with 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) :: natts

Return Value integer