cable_netcdf_io_create_decomp Interface

interface
private function cable_netcdf_io_create_decomp(this, compmap, dims, type) result(decomp)

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_io_t), intent(inout) :: this
integer, intent(in) :: compmap(:)
integer, intent(in) :: dims(:)
integer, intent(in) :: type

Return Value class(cable_netcdf_decomp_t),allocatable