@public @details
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| type(File_desc_t), | intent(in) | :: | ncid |
: A netcdf file descriptor returned by \ref PIO_openfile or \ref PIO_createfile. |
||
| integer, | intent(in) | :: | dimid |
: The netcdf dimension ID. |
||
| character(len=*), | intent(out), | optional | :: | name |
: The name of the dimension. |
|
| integer, | intent(out), | optional | :: | len |
: The length of the dimesions name. |