PREjelly

2022年11月7日

ncl批量读取多个nc文件

摘要: diri = "/mnt/g/data/3/" files = systemfunc("ls " + diri + "*nc4") ;批量读取文件路径 f1 = addfiles(files,"r") ListSetType (f1, "cat") lat = f1[0]->lat({20:30}) 阅读全文

posted @ 2022-11-07 21:08 天天编程je 阅读(2195) 评论(0) 推荐(0)