- 积分
- 22
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-10-16
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我想一页多图的方式画沿固定经度的纬度—散度剖面图,但是为什么我不同时次画出来的图都一个样,百思不得其解。gs文件如下:
'reinit'
'open f:/ncep/fnl/202303.ctl'
'set grads off'
'set xlabs 20|21|22|23|24|25'
'set ylevs 1000 925 850 700 600 500 400 300 200 100'
'set lev 1000 100'
'define p=lev'
'define e=exp(17.67*(TMPprs-273.15)/(TMPprs-29.65))*(RHprs/100)*6.112'
'define q=622*e/(p-0.378*e)'
'define q1=UGRDprs*q/9.8'
'define q2=VGRDprs*q/9.8'
'define a=mag(q1,q2)'
'set parea 0.5 5 5.0 8.0'
'set t 5'
'set lon 113'
'set lat 20 25'
'set gxout shaded'
'set csmooth on'
'd a'
'set gxout contour'
'set ccolor 1'
'set csmooth on'
'd a'
'set parea 6 10.5 5.0 8.0'
'set t 6'
'set lon 113'
'set lat 20 25'
'set gxout shaded'
'set csmooth on'
'd a'
'set gxout contour'
'set ccolor 1'
'set csmooth on'
'd a'
'set parea 0.5 5 1 4.5'
'set t 7'
'set gxout shaded'
'set lon 113'
'set lat 20 25'
'set csmooth on'
'd a'
'set gxout contour'
'set ccolor 1'
'set csmooth on'
'd a'
'draw title 3'
'set parea 6 10.5 1 4.5'
'set t 8'
'set lon 113'
'set lat 20 25'
'set gxout shaded'
'set csmooth on'
'd a'
'set gxout contour'
'set ccolor 1'
'set csmooth on'
'd a'
|
|