diff --git a/act/io/arm.py b/act/io/arm.py index 4bf56709c0..7dbe5a7607 100644 --- a/act/io/arm.py +++ b/act/io/arm.py @@ -179,7 +179,7 @@ def read_arm_netcdf( 'to use to order the datasets for concatenation' ): kwargs['combine'] = 'nested' - ds = xr.open_mfdataset(filenames, **kwargs) + ds = xr.open_mfdataset(sorted(filenames), **kwargs) else: # When all else fails raise the orginal exception