- 积分
- 773
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-3
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
之前本人看过很多关于剖面图的帖子,学习到了一些方法,感谢各位资深的气象人,但是本人还是有些愚钝,总是画不出想要的图,还请各位能帮帮忙~
求30年平均的5-15°N的平均纬向风经度-高度剖面图,gs如下:
'reinit'
'sdfopen d:\wind\u\uwnd.mon.mean.nc'
'set fwrite d:\wind\u\uwnd_climate_pou.grd'
'set gxout fwrite'
*年平均
j=1
while(j<=17)
'set x 25 89'
'set y 39 43'
'set z 'j
'set t 601'
'define year=ave(uwnd,t=421,t=780)'
j=j+1
endwhile
*纬度平均
'set x 25 89'
'set y 41'
'set z 1 17'
'set t 601'
'define cpou=ave(year,y=39,y=43)'
'd cpou'
'disable fwrite'
;
绘图:
'reinit'
'open d:\wind\u\uwnd_climate_pou.ctl'
'enable print d:\wind\u\uwnd_climate_pou.gmf'
'set grads off'
'set grid off'
'set csmooth on'
'set map 15 1 9'
'set parea 1 10.2 1.5 8'
'set xlopts 1 6 0.14'
'set ylopts 1 6 0.14'
'set cterp on'
'set font 0'
'set x 25 89'
'set y 41'
'set lev 1000 10'
'set t 601'
'set zlog on'
'set ylevs 1000 925 850 700 600 500 400 300 250 200 150 100 70 50 30 20 10'
'd cpou'
'writehz 0.4 4 气压(hPa) 1 2 1 1.3 0.6 90 7'
'print'
'disable print'
*'printim d:\bylw\data\wind\u\uwnd_climate_pou.png white'
;
GrADS绘图出现的错误:
本人深知还有太多不足,还请各位能够帮忙提出意见,在此深深地谢过了!!!
|
|