- 积分
- 285
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-2-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 tangjie199365 于 2017-10-14 16:06 编辑
Data Request Error: Invalid grid coordinates
World coordinates convert to non-integer grid coordinates
Variable = pblh.3 Dimension = 0
Error ocurred at column 1
DISPLAY error: Invalid expression
Expression = pblh.3
Data Request Error: Invalid grid coordinates
World coordinates convert to non-integer grid coordinates
Variable = pblh.4 Dimension = 0
Error ocurred at column 1
DISPLAY error: Invalid expression
Expression = pblh.4
这是我脚本 除了3和4 不知道为什么 画不出来 求大神 解决其余的都画出来了
'reinit'
'open 20091109/1/test02z.ctl'
'open 20091109/2/test02z.ctl'
'open 20091109/3/test02z.ctl'
'open 20091109/4/test02z.ctl'
'open 20091109/5/test02z.ctl'
'open 20091109/6/test02z.ctl'
'open 20091109/7/test02z.ctl'
'set grads off'
'set grid off'
'set lon 119.2'
'set lat 30'
'set z 1'
'set t 1 73'
'set font 4'
'set xlopts 1 6 0.2'
'set ylopts 1 6 0.2'
'set csmooth on'
*'set ylevs 0 100 200 300 400 500 600 700 800 900 '
'set ccolor 2'
'set cstyle 1'
'set cmark 2'
*'set digsiz 0.12'
'set cthick 6'
'd PBLH.1'
'set ccolor 3'
'set cstyle 1'
'set cmark 5'
'set cthick 6'
'd PBLH.2'
'set ccolor 9'
'set cstyle 1'
'set cmark 7'
'set cthick 6'
'd PBLH.3'
'set ccolor 1'
'set cstyle 1'
'set cmark 8'
'set cthick 6'
'd PBLH.4'
'set ccolor 4'
'set cstyle 1'
'set cmark 4'
'set cthick 6'
'd PBLH.5'
'set ccolor 5'
'set cstyle 1'
'set cmark 3'
'set cthick 6'
'd PBLH.6'
'set ccolor 7'
'set cstyle 1'
'set cmark 1'
'set cthick 6'
'd PBLH.7'
'cbar_line -x 9.1 -y 7.7 -c 2 3 9 1 4 5 7 -m 2 5 7 8 4 3 1 -t "1" "2" "3" "4" "5" "6" "7"'
'q dims'
rec=sublin(result,5)
recs=subwrd(rec,6)
'draw title 20091109-PBLH'
'printim /nuist/scratch/tj199365/wrfout/20091109/PBLH/pblhd2-'6'.png white'
|
-
|