| 
 
	积分69贡献 精华在线时间 小时注册时间2017-9-20最后登录1970-1-1 
 | 
 
| 
'reinit'
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  'set grid off'
 'set grads off'
 'sdfopen h:\shum.mon.mean.nc'
 'sdfopen h:\pres.mon.mean.nc'
 'set lon 96 105'
 'set lat 36 43'
 'set z 1 8'
 'set t 1 828'
 'set z 1'
 'define sqhl=vint(pres.2(z=1),shum.1/1000,300)'
 'set t 1 12'
 'define w=ave(sqhl,t+0,t+828,12)'
 i=1
 while(i<=12)
 'set t 'i''
 'set gxout contour'
 'd w'
 'draw title 2010154 w (unit:mm)'
 'printim h:\'i'mon.tif white'
 'print'
 'c'
 i=i+1
 endwhile
 'disable print'
 ;
 
 
 
 | 
 |