- 积分
- 1237
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-6-24
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 修罗弟弟 于 2016-2-22 16:59 编辑
资料是FNL资料,我准备画一段时间内某一高度平均风场箭头图像。
grads里面显示图像了,但无法添加标题,也无法输出图片,输出的是纯白色没有任何数据。下面是我写的.gs
'reinit'
'open E:\2011\fnl_2011.ctl'
'set z 1 21'
'set map 1 1 6'
'set mpdset cnworld'
'set lat 20 50'
'set t 9 14'
'set lon 100 140'
'set lev 850'
'set parea 1 10.5 0.9 8'
'set xlopts 1 9 0.23'
'set ylopts 1 9 0.23'
'set xlint 5'
'set ylint 5'
'set clopts 1 0.1 0.1'
'set grads off'
'set grid off'
'set gxout contour'
*'set cmin 4'
'set cterp on'
'set clab on'
'set csmooth on'
'set ccolor 1'
'set cthick 6'
'define a=ave(UGRDprs,t=9,t=14,1)'
'define b=ave(VGRDprs,t=9,t=14,1)'
'd a;b'
请问哪里出问题了?
|
|