\defgroup PIO_inq_varid
@public @ingroup PIO_inq_varid @brief Returns the ID of a netcdf variable given its name @details @param File @copydoc file_desc_t @param name : Name of the returned attribute @param varid : variable ID @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
character(len=*), | intent(in) | :: | name | |||
integer(kind=i4), | intent(out) | :: | varid |
@public @ingroup PIO_inq_varid @brief Returns the ID of a netcdf variable given its name @details @param File @copydoc file_desc_t @param name : Name of the returned attribute @param vardesc @copydoc var_desc_t @retval ierr @copydoc error_return
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(File_desc_t), | intent(in) | :: | File | |||
character(len=*), | intent(in) | :: | name | |||
type(Var_desc_t), | intent(inout) | :: | vardesc |