- 积分
- 900
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-7-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我现在需要把grd格式的数据转换成nc文件,在官网上查了可以用ctl2ncl.rb,我现在也都安装上了,可以使用了,但就是不知道怎么用,它的用法是什么?总是不断地提醒:
Usage: ctl2ncl.rb [options]
A grads ctl parser and NCL script generator based on ruby
Specific options:
-i, --infile CTLFILE the grads ctl file
-o, --outfile NCLFILE the NCL script file
-v, --vars *NUM variables to retrieve
e.g: --vars u850 t850 prec
or -v u850 t850 prec
-t, --time time(s) -t : supply time as indices
e.g -t 1:5 retrieves data
from t=1 to 5
--time : supply calendar time
e.g --time Jan2005:Dec2005
retrieves data from
time =Jan2005 to Dec2005
--plot add code to display figures
Common options:
--help Show this message
--version Show version
实际操作时,输入ctl2ncl.rb --version还是得到上面的结果,用ctl2ncl.rb --v和ctl2ncl.rb -v都不行,大神帮帮忙!
|
|