- 积分
- 674
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-9-17
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 铅笔削你 于 2021-12-2 14:10 编辑
以下是我的ctl描述文件:
dset D:\Ph.D\SBCAPE\data_test.dat
undef 9999.0
title for CAPE and or so
*options yrev
ydef 181 linear -90.0000 1.0
xdef 361 linear 0.0000 1.0
zdef 27 levels 1000 975 950 925 900 875 850 825 800 775 750 700 650 600 550 500 450 400 350 300 250 225 200 175 150 125 100
tdef 5 linear 00z00Jan1000 6hr
EDEF 1 NAMES
1991050812
vars 5
r 27 t,z,y,x Relative humidity
t 27 t,z,y,x Temperature
Dsfc 0 t,z,y,x Temperature
Tsfc 0 t,z,y,x Temperature
Sp 0 t,z,y,x Temperature
ENDVARS
我想要将这个dat数据转换成nc格式,用的命令语句是:
run D:\OpenGrADS\Contents\Resources\Scripts\lats4d.gs -i D:\Ph.D\SBCAPE\data_test_original.ctl -o D:\Ph.D\SBCAPE\data_t1.nc
但是运行出来却报错,报错如下:
LATS error (lats_grid): LATS (lats.c) --> Longitude vector must not wrap around, grid grid02
lats4d: error creating coards file D:\Ph.D\SBCAPE\data_test1.nc.nc
曾经尝试过将ctl里面的 xdef 361 linear 0.0000 1.0 改成了 xdef 360 linear 0.0000 1.0,
这样子可以成功转换出nc 数据,但是出来的数据画图明显是错的,
说明不能直接改ctl里面,请问还有什么办法可以正确的转换出nc文件呢?
|
|