- 积分
- 50
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-12-21
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
'reinit'
'sdfopen d:\zl07\uwnd.2016.nc'
'sdfopen d:\zl07\vwnd.2016.nc'
'set xlopts 1 6 0.15 '
'set ylopts 1 6 0.15 '
*'set clab forced'
'set clopts 1 6 0.12'
'set lon 90 120'
'set lat 20 40'
'set lev 850'
'set timelab off'
it=1
while(it<=32)
'set t 'it
'q time'
str=sublin(result,1)
str1=subwrd(str,3)
'set grads off'
'set cthick 8'
'set ccolor 0'
'd hdivg(uwnd,vwnd.2)'
'set map 8 1 4'
'draw map'
'draw title _'str1''
*'printim d:\zl07\850_'str1'.gif white'
'c'
it=it+1
endwhile
'set display color white'
'reinit'
'gxprint d:\zl07\850div.png'
运行不出来结果。求大神帮忙看看。。
|
|