pio_inq_attname Interface

public interface pio_inq_attname

\defgroup PIO_inq_attname


Module Procedures

private function inq_attname_vid(File, varid, attnum, name) result(ierr)

@public @ingroup PIO_inq_attname @brief Returns the name of a netcdf attribute @details @param File @copydoc file_desc_t @param varid : The variable ID @param attnum : Attribute number returned from function ???? @param name : Name of the returned attribute @retval ierr @copydoc error_return

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File
integer(kind=i4), intent(in) :: varid
integer, intent(in) :: attnum
character(len=*), intent(out) :: name

Return Value integer

private function inq_attname_vardesc(File, vardesc, attnum, name) result(ierr)

@public @ingroup PIO_inq_attname @brief Returns the name of a netcdf attribute. @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param attnum : Attribute number returned from function ???? @param name : Name of the returned attribute @retval ierr @copydoc error_return

Arguments

Type IntentOptional Attributes Name
type(File_desc_t), intent(inout) :: File
type(Var_desc_t), intent(in) :: vardesc
integer, intent(in) :: attnum
character(len=*), intent(out) :: name

Return Value integer