- 积分
- 2061
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-9-20
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
*垂直剖面
'reinit'
'open d:\hefasheng\fnl519-20\fnl.ctl'
'set grads off'
'set grid off'
'set lon 115'
'set lat 20 30'
'set z 1 13'
'set t 5'
'set gxout shaded'
'set csmooth on'
'set t 5'
'd vvelprs*100'
'run cbarn.gs'
'define air1=tmpprs'
'set t 1'
'define air2=tmpprs'
'set cint 0.2'
'set gxout contour'
'set csmooth on'
'd air1-air2'
'set clevs 0' *显示指定值
'set cthick 10' *设置线宽
'set ccols 1'
'd air1-air2'
*'set gxout barb'
*'d uwnd*2.5;vwnd*2.5'
'printim d:\hefasheng\grads\11201242.png white x1000 y800'
*end
提示22行出现语法错误,就是现实指定值那里,到底该怎么用啊,想画0线
|
|