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 @details

Arguments

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

copydoc: file_desc_t

integer, intent(in) :: varid

: The netcdf variable id

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

: The number of attributes associated with the variable

Return Value integer

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

@public @details

Arguments

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

copydoc: file_desc_t

type(Var_desc_t), intent(in) :: vardesc

copydoc: var_desc_t

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

: The number of attributes associated with the variable

Return Value integer