@klindsay28
this seems to be occurring because pop-tools is creating z_t as float64, while model output has z_t as float32 by default. Should pop-tools be changed so that the z_t that it generates is consistent with default model output?
From this Zulip thread: unexpected result when multiplying two dask arrays
@klindsay28
From this Zulip thread: unexpected result when multiplying two dask arrays