登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
地形资料是一层的,就是set z 1.而fnl资料是set 1000 100.怎么调整一下?
'reinit' 'open D:\test\20110923\dixing\topo10.ctl' 'set grads off' 'set grid off' 'set lon 105 120' 'set lat 19.2' 'set z 1' 'set t 1' 'set xlopts 1 70.10' 'set ylopts 1 70.10' 'set xlint 1.0' 'set clopts 0 6 0.15' 'set gxout shaded' 'set rbcols 1' 'set cmin 0' 'd smth9(tp)' 'close 1' 'open d:\test\fnl_20110928_12_00.ctl' 'set grads off' 'set grid off' 'set lon 105 120' 'set lat 19.2' 'set lev 1000 100' 'set t 1' 'set csmooth on' 'set cthick 6' 'set ccolor 1' 'set xlopts 1 7 0.10' 'set ylopts 1 7 0.10' 'set xlint 1.0' 'set gxout contour' 'set csmooth on' 'set cthick 4' 'set ccolor 1' 'set clopts 1 6 0.15' 'd smth9(VVELprs)' 'close 1' 'draw wxsym 41 6.7 1.0 0.5 2 4 ' 'set display color white' 'gxprint' 'printim d:\2011092812.png x1500 y1000white' 'disable gxprint'
|