- 积分
- 164
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2013-4-23
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 咏咏 于 2015-1-13 11:21 编辑
求助,如题,我是用的wrf输出的数据画剖面图,在家园看了river的方法,然后依葫芦画瓢,但是画出来的图,地形显示的太矮了,感觉像是被平滑掉一样。下面是gs文件:
'reinit'
'open d:\wrf_2011070200_d03.ctl'
'set grid on'
'set grads off'
'set zlog on'
lon1=117
lon2=119
lat1=35.2
lat2=37.2
'define alfa=atan2('lat2-lat1','lon2-lon1')'
'set x 1'
'set y 1'
'set lev 1000 200'
'set t 6'
lon=lon1
'collect 1 free'
'collect 2 free'
'collect 3 free'
while(lon<=lon2)
lat=lat1+(lat2-lat1)*(lon-lon1)/(lon2-lon1)
'collect 1 gr2stn(w,'lon','lat')'
'collect 2 gr2stn(u*cos(alfa)+v*sin(alfa),'lon','lat')'
'collect 3 gr2stn(hgt,'lon','lat')'
lon=lon+0.015
endwhile
*'set lat 34 39'
'set lon 117 119'
'set ylevs 1000 925 850 700 600 500 400 300 200'
*'set xlabs 35.2N,117E|35.4N,117.2E|35.6N,117.4E|35.8N,117.6E|36.0N,117.8E|36.2N,118E|36.4N,118.2E|36.6N,118.4E|36.8N,118.6E|37.0N,118.8E|37.2N,119E'
'set gxout shaded'
'set csmooth on'
'set clab off'
'set cmin 10'
*'set ccols 0 5 0'
'd coll2gr(3,-u)'
'set gxout stream'
*'set cmin 1'
*'set cint 4'
'set clab on'
'd maskout(coll2gr(2,-u),-coll2gr(3,-u));maskout(coll2gr(1,-u),-coll2gr(3,-u));mag(coll2gr(2,-u),coll2gr(1,-u))'
'draw title along (35.2,117)to(37.2,119)'
'printim d:\org103-7.png white'
;求大神指点,是哪里的问题,地形最起码有一部分海拔在500—1000m左右。
|
-
|