- 积分
- 1658
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-10-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
按照ncl官网写的程序还是出错。。不知道如何解决
ncl 0> load "cnc.ncl"
fatal:Could not create (out.nc)
warning:FileSetFileOption: invalid file or format
fatal:Execute: Error occurred at or near line 66 in file cnc.ncl
我的ncl程序66行附近如下:
fout = addfile("out.nc","c")
; create global attributes (生成全局属性)
setfileoption(fout,"DefineMode",True)
fAtt = True
fAtt@title = "Sample"
fAtt@Conventions = "None"
fAtt@creation_date = systemfunc("date")
fileattdef(fout,fAtt)--------------66行
|
|