- 积分
- 5447
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-9-25
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
'reinit'
'set grads off'
'set grid off'
'open e:\case\2506.ctl'
'enable print e:\case/2506.gmf'
'set gxout contour'
'set lat 36'
'set lon 70 130'
*'set mpdset cnworld'
*'set map 1 1 1'
'set vpage 0 11 0 8.5'
'set parea 0.8 10.3 1 8.1'
'set xlopts 1 4 0.20'
'set ylopts 1 4 0.20'
'set xlint 5'
'set ylint 10'
'set t 1'
'set zlog on'
'set z 1 26'
'set cint 8'
'set ccolor 2'
'set cthick 6'
'set grads off'
'd TMP2m-273.15'
*'draw recf 5.32 1.0 6.86 1.1'
*'set mpdset cnriver'
*'set map 1 1 10'
*'draw map'
'print'
'disable print'
'reinit'
ctl描述文件中数据的层数就是26层,改变层数没有变化,报错如下:
but the requested variable has no z dimension
cannot contour grid
|
|