- 积分
- 2652
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-8-6
- 最后登录
- 1970-1-1
![[Eagle__Z] 粉丝数:136 微博数:880 新浪微博达人勋](source/plugin/sina_login/img/light.png)
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 Eegle 于 2014-10-6 17:31 编辑
以下gs是用来画沿着117°E螺旋度的剖面图,但是在出图的时候 出现了不管我怎么改变t值,画出来的图 都是一样的。请教各位大神,是不是我的循环设置有错,我尝试过把'define vor=hcurl(uwnd.1,vwnd.2)' 'define lx=-(vor*omega.3*10.)/12.64'这两句加在set t后面 但出现了错误 提示说是vor和lx定义出错,麻烦大家帮我看看,不胜感激。
'reinit'
'enable print e:\zhuang\hel\hel_117E1608.gmf'
'sdfopen E:\zhuang\uwnd.2014.nc'
'sdfopen E:\zhuang\vwnd.2014.nc'
'sdfopen E:\zhuang\omega.2014.nc'
'sdfopen E:\zhuang\rhum.2014.nc'
'sdfopen E:\zhuang\air.2014.nc'
'set lev 1000 100'
'define vor=hcurl(uwnd.1,vwnd.2)'
'define lx=-(vor*omega.3*10.)/12.64'
'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 font 0'
'set lon 117'
'set lat 20 30'
'set lev 1000 100'
'set zlog on'
'set t 663'
'set gxout shaded'
'set cint 0.5'
'set cmin 0'
'd lx*1e+6'
'set ylpos 0 r'
'set gxout contour'
'set cint 0.5'
'set cmin 0'
'set cthick 11'
'cbarn'
'd lx*1e+6'
'q time'
tt=subwrd(result,3)
hour=substr(tt,1,2)
day=substr(tt,4,2)
mon='6'
year='2014'
BT=hour+8
if(BT>24)
day=day+1
BT=BT-24
endif
'draw title 117E hel 'year'-'mon'-'day' 'BT':00'
'print'
'disable print'
'printim e:\zhuang\hel\hel_117E_1608.gif white'
'c'
;
|
|