xarray dimensions order - MF6
It's possible to create MF6 model files using a recharge array with dimensions in the following order: y-x-layer. However, when running mf6.exe, an error indicates that cells are outside the active grid domain. The solution is to apply rch.transpose("layer", "y", "x") after creating the rch array. imod-python should indicate that the array doesn't have the dimensions in the correct order before writing the model files.