- 积分
- 2652
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-8-6
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
'reinit'
'enable print E:\zhuang\picture\500uv-geo-6-18.gmf'
'sdfopen E:\necp\high\u\uwnd.2010.nc'
'sdfopen E:\necp\high\v\vwnd.2010.nc'
'sdfopen E:\necp\hgt\hgt.2010.nc'
'set grads off'
'set grid off'
'set poli on'
'set mpdraw on'
'set mproj scaled'
'set mpdset cnworld'
'set xlab on'
'set ylab on'
'set xlopts 1 4 0.16'
'set ylopts 1 4 0.16'
'set lat 20 40'
'set lon 110 135'
'set z 5'
h=16
while(h<=35)
'set t 'h''
'set gxout vector'
'set arrscl 0.3 20'
'set arrowhead 0.1'
'd uwnd.1;vwnd.2'
'set gxout contour'
'set clskip 1'
'set clevs 520 530 540 550 560 570 580 588'
'set cthick 8'
'set ccolor 2'
'd hgt.3/98'
'print'
'c'
h=h+1
endwhile
'disable print'
;
我想画一个风场和高度场的叠加。用的是necp的再分析资料。提示出错在第三行 明明文件都能打的开 怎么会出错呢?求高手指导 万分感谢
|
|