010670: Multidimensional input rasters have no common variable or dimension.

Description

The variables in the inputs must have the same variable name to be processed.

The variables in the inputs must have at least one common dimension and one common dimensional value to be processed.

Solution

If all the inputs have one variable but different names, uncheck the Match Multidimensional Variable geoprocessing environment (set arcpy.env.matchMultidimensionalVariable = False in Python) before any process.