diff --git a/modules/aeolus/aeolus_amv.py b/modules/aeolus/aeolus_amv.py
index c50578fcb90abf91f3055585ab758461516ce757..511cb039ef3b63bd86cce02db075566e7d4db766 100644
--- a/modules/aeolus/aeolus_amv.py
+++ b/modules/aeolus/aeolus_amv.py
@@ -1461,8 +1461,8 @@ def match_aeolus_to_clavrx(aeolus_dict, clvrx_files):
             # if c_rng is None:
             #     continue
 
-            param_nd = param_nd[:, cc-4:cc+5, ll-4:ll+5]
-            match_dict[cnt] = (key, cc, ll, f_idx, prof, param_nd)
+            tiles = param_nd[:, cc-4:cc+5, ll-4:ll+5]
+            match_dict[cnt] = (key, cc, ll, f_idx, prof, tiles)
 
             cnt += 1