cable_netcdf_create_decomp Interface

interface
public module function cable_netcdf_create_decomp(compmap, dims, type) result(decomp)

Arguments

Type IntentOptional Attributes Name
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 CABLE_NETCDF_TYPE_* constants.

Return Value class(cable_netcdf_decomp_t),allocatable

Description

Create a new decomposition for parallel I/O.