NCL将NAN改为缺测
(2025-07-02 09:27:57)
标签:
nan缺测 |
分类: NCL |
value = 1.e20
ff=addfile(files1,"r")
temp=ff->temp({25:40},{70:110})
;-----方式1(可行)---------
swc =where(isnan_ieee(swc), value , swc)
swc@_FillValue = value
;----------方式2(待确认)----------
if (any(isnan_ieee(temp))) then
end if
后一篇:站点观测日界和时制

加载中…