- 积分
- 1080
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-12-4
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2020-10-22 08:48:32
|
显示全部楼层
本帖最后由 ┏_(゜ω゜)= 于 2020-10-22 08:54 编辑
重新更改就画出来了
'reinit'
'open e:/fnl/fnl_20200519_12_00.ctl'
'enable print e:/fnl/new/vor500.gmf'
'set mpdset cnworld'
t=1
while(t<=18)
'set t 't''
'set lev 500'
'define vor=hcurl(ugrdprs,vgrdprs)'
*-------------------------------------------------------------
'set parea 1 9.4 1 8'
*设置画布尺寸
'set xlopts 1 4 0.14'
*设置X轴标注颜色 粗细 大小
'set ylopts 1 4 0.14'
'set grid off'
'set grads off'
'set xlint 5'
'set ylint 5'
'set gxout shaded'
*'set frame on'
'set lon 100 125'
'set lat 15 30'
'set rgb 20 255 255 255'
'set rgb 21 181 202 255'
'set rgb 22 143 179 255'
'set rgb 23 171 207 99'
'set rgb 24 255 250 20'
'set rgb 25 255 209 33'
'set rgb 26 255 76 0'
'set rbcols 20 21 22 23 24 25 26 '
'set clevs 0 2 4 6 8 10 '
'd vor*1e5'
'run cbarn.gs'
*-------------------------------------------------------------------------------------
'set gxout barb'
'set ccolor 1'
'set bargap 50'
'set digsiz 0.05'
'set arrowhead 0.05'
*设置箭头尺寸
'd skip(UGRDprs*2.5,1,1);skip(VGRDprs*2.5,1,1)'
*--------------------------------------------------------------------------------------
'q dims'
rec=sublin(result,5)
recs=subwrd(rec,6)
'draw title 'recs''
'print'
'c'
t=t+1
endwhile
*-------------------------------------------------------------------------------------
'disable print'
'reinit'
|
|