- 积分
- 1371
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2011-8-15
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
小弟的格点数据,可以用grads的sdfopen打开;
企图画单点的时间序列vector;
想先转换成站点数据,结果报错。
>d gr2stn(hs,118.12,24.36)
Error from GR2STN: 2-D grid dimensions must have linear scaling
Operation Error: Error from gr2stn function
Error ocurred at column 1
DISPLAY error: Invalid expression
Expression = gr2stn(hs,118.12,24.36)
然后我查看了ctlinfo
dset /gpfs_home/cjq/SWAN/SWAN_yewuhua/runswan/output/Wave_D02_2014021112f0t96.nc
title
undef -9.99e+33
dtype netcdf
xdef 251 levels 112 112.1 112.2 112.3 112.4 112.5 112.6 112.7
112.8 112.9 113 113.1 113.2 113.3 113.4 113.5 113.6 113.7
……
原来数据虽然是格点递变的,但是xdef没有写成 liner格式;
这就很苦恼了。
grads的说明中
http://grads.iges.org/grads/gadoc/gradcomdsetgxout.html
To draw a 1-D time series with graphics output types vector or barb, set the dimension environment so that only time is varying, then :
display const(u,0); u ; v
怎么试,都没有理解const(u,0)应该怎么用,求大神指导!
|
|