xarray-并行读取多个nc文件

https://www.heywhale.com/mw/project/5fd210551a34b90030b6a5ce/content

import glob
%time
for file in glob.glob("/home/kesci/input/OISSTV27010/*.nc"):
ds2 = xr.open_dataset(file)

你可能感兴趣的:(转载,python)