\defgroup PIO_inq_varname
@public @details
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(in) | :: | File |
copydoc: file_desc_t |
||
| integer, | intent(in) | :: | varid |
: The netcdf variable id. |
||
| character(len=*), | intent(out) | :: | name |
: The name of the netcdf variable. |
@public @details
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(in) | :: | File |
copydoc: file_desc_t |
||
| type(Var_desc_t), | intent(in) | :: | vardesc |
copydoc: var_desc_t |
||
| character(len=*), | intent(out) | :: | name |
: The name of the netcdf variable. |