diff --git a/act/io/arm.py b/act/io/arm.py index 05c9201a87..f8dc8f9e7f 100644 --- a/act/io/arm.py +++ b/act/io/arm.py @@ -841,7 +841,7 @@ def read_arm_mmcr(filenames): # read it in with xarray multi_ds = [] for f in filenames: - nc = Dataset(f, 'a') + nc = Dataset(f, 'a', diskless=True) # Change heights name to range to read appropriately to xarray if 'heights' in nc.dimensions: nc.renameDimension('heights', 'range')