| 
 
	积分202贡献 精华在线时间 小时注册时间2011-7-17最后登录1970-1-1 
 | 
 
 发表于 2013-10-22 15:34:08
|
显示全部楼层 
| 请问你的问题解决了么,我现在也出现这个问题,两个图不能叠加,但是不知道怎么解决,而且对画图设置的'set grads off' 'set grid off'也对画vector没用。。
 'reinit'
 'sdfopen D:\lw2011\huanliu\uwnd.2013.nc'
 'sdfopen D:\lw2011\huanliu\vwnd.2013.nc'
 'sdfopen D:\lw2011\huanliu\shum.2013.nc'
 'open D:\tmax\huanliu_daily\sqtl\pres.ctl'
 
 'set vpage 0 11 0 8.5'
 'set parea 1.0 10 1 8'
 'set lon 50 170'
 'set lat -10 60'
 'set z 1 8'
 'set time 30jun2013 14aug2013'
 
 'set grads off'
 'set grid off'
 'set map 1 1 8'
 'set mpdset hires'
 'set mpdset cnworld'
 'set xlopts 1 8 0.17'
 'set ylopts 1 8 0.17'
 'define uq=ave(uwnd*shum.3,time=30jun2013,time=14aug2013)'
 'define vq=ave(vwnd.2*shum.3,time=30jun2013,time=14aug2013)'
 
 'set z 1'
 'define fuq2=vint(pres.4,uq,300)/1000'
 'define fvq2=vint(pres.4,vq,300)/1000'
 'define a=mag(fuq2,fvq2)'
 
 'set gxout shaded'
 'd a'
 'c'
 
 'set gxout vector'
 'set grads off'
 'set grid off'
 'd fuq2;fvq2'
 
 'enable print D:\tmax\huanliu_daily\sqtl\sqtl.2013.gmf'
 'print'
 'disable print'
 ;
 | 
 |