|
PIO
2.5.4
|
Rename a dimension in C. More...
Functions | |
| int | PIOc_rename_dim (int ncid, int dimid, const char *name) |
| The PIO-C interface for the NetCDF function nc_rename_dim. More... | |
Rename a dimension in C.
| int PIOc_rename_dim | ( | int | ncid, |
| int | dimid, | ||
| const char * | name | ||
| ) |
The PIO-C interface for the NetCDF function nc_rename_dim.
This routine is called collectively by all tasks in the communicator ios.union_comm. For more information on the underlying NetCDF commmand please read about this function in the NetCDF documentation at: http://www.unidata.ucar.edu/software/netcdf/docs/group__dimensions.html
| ncid | the ncid of the open file, obtained from PIOc_openfile() or PIOc_createfile(). |
| dimid | the dimension ID. |
| name | the new name for the dimension. |
1.8.17