- 积分
- 484
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-11-18
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
左边有很奇怪的连成一条线的箭头哦,gs如下:
'reinit'
'open H:\fortran\bigvsping\bigvsping.ctl'
'open H:\fortran\bigvsping\bigvsping1.ctl'
'set mpdset cnworld'
'set lev 850'
'set xlopts 1 7 0.2'
'set ylopts 1 7 0.2'
'set map 4 1 30'
'define chi=fish_chi(u.1,v.2)'
'chi=chi-aave(chi,global)'
'set gxout contour'
'set grads off'
'set grid off'
'set y 37 53'
'set x 41 57'
'set cthick 9'
'd chi/1e6'
'define one=1+0*lat'
'uchi=-muadv(one,chi)'
'vchi=-mvadv(one,chi)'
'set gxout vector'
'set grads off'
'set grid off'
'set x 41 57'
'set y 37 53'
'set arrowhead 0.09'
'd uchi;vchi'
'printim H:\fortran\bigvsping\divergenceniandai8503.png white'
'reinit'
|
|