| 
 
	积分1078贡献 精华在线时间 小时注册时间2017-4-12最后登录1970-1-1 
 | 
 
| 
本帖最后由 zlh 于 2019-4-1 10:03 编辑
x
登录后查看更多精彩内容~您需要 登录 才可以下载或查看,没有帐号?立即注册 
  
 刚接触grads,画相对湿度的垂直剖面时,为什么300hpa上的不显示呢
 脚本:
 
 
 'sdfopen D:\20081228\NC\rhum.2008.nc'
 *'set rgb 40 160 160 160'
 *'open rh_w.ctl'
 *'set vpage off'
 'set xlpos 0.0 b'
 'set ylpos 0.0 l'
 'set grads off'
 * 'set grid on 1'
 'set grid off'
 'set xlab on'
 'set ylab on'
 'set clopts 1 5 0.15'
 'set t 1447'
 'set lon -88'
 'set lat 20 45'
 'set lev 1000 100'
 'set cint 10'
 'set xlint 5'
 *'set ccols 0 63 62 61 67 68 69 70'
 'set gxout contour'
 'set cthick 6'
 'set ccolor 1'
 'set xlopts 1 7 0.2'
 'set ylopts 1 7 0.2'
 'd rhum'
 
 | 
 |