diff --git a/src/e3sm_quickview/plugins/eam_projection.py b/src/e3sm_quickview/plugins/eam_projection.py index d8ebc10..ef7ac2e 100644 --- a/src/e3sm_quickview/plugins/eam_projection.py +++ b/src/e3sm_quickview/plugins/eam_projection.py @@ -554,7 +554,7 @@ def RequestData(self, request, inInfo, outInfo): if cached_array and cached_array.GetMTime() >= in_array.GetMTime(): # this scalar has been seen before # simply add a reference in the outData - out_cell_data.AddArray(in_array) + out_cell_data.AddArray(cached_array) else: # this scalar is new # we have to fill in the additional cells resulted from the clip