pio_inq_varname Interface

public interface pio_inq_varname

\defgroup PIO_inq_varname


Module Procedures

private function inq_varname_vid(File, varid, name) result(ierr)

@public @ingroup PIO_inq_varname @brief Get the name associated with a variable @details @param File @copydoc file_desc_t @param varid : The netcdf variable id. @param name : The name of the netcdf variable. @retval ierr @copydoc error_return

Arguments

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

Return Value integer

private function inq_varname_vdesc(File, vardesc, name) result(ierr)

@public @ingroup PIO_inq_varname @brief Get the name associated with a variable @details @param File @copydoc file_desc_t @param vardesc @copydoc var_desc_t @param name : The name of the netcdf 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
character(len=*), intent(out) :: name

Return Value integer