| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| class(cable_netcdf_io_t), | intent(inout) | :: | this | |||
| integer, | intent(in) | :: | compmap(:) |
An array of data offsets for each element of the array to be written. Each data offset describes where that element is located in the netCDF file. |
||
| integer, | intent(in) | :: | dims(:) |
An array of the global dimensions used to describe the shape of the data in the netCDF file |
||
| integer, | intent(in) | :: | type |
The data type of the in-memory array using the |
Create a new decomposition for parallel I/O.