cable_netcdf_nf90_io_create_decomp Function

private function cable_netcdf_nf90_io_create_decomp(this, compmap, dims, type) result(decomp)

Type Bound

cable_netcdf_nf90_io_t

Arguments

Type IntentOptional Attributes Name
class(cable_netcdf_nf90_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