We now always broadcast data to all layers in our allocation routines, whereas this shouldn't be necessary. This will make processing data unnecessary slow, especially when dealing with models with lots of layers and many timesteps.
I'm not sure if the splitting, clipping, regridding, and masking methods silently broadcast data to all layers, so that is something which needs additional testing.
We now always broadcast data to all layers in our allocation routines, whereas this shouldn't be necessary. This will make processing data unnecessary slow, especially when dealing with models with lots of layers and many timesteps.
I'm not sure if the splitting, clipping, regridding, and masking methods silently broadcast data to all layers, so that is something which needs additional testing.