- 积分
- 500
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-10-4
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
共有十二个层次 要计算每一层的区域平均值 然后画出垂直廓线 还请各位大神帮忙看一下 下面的程序哪里错了
'reinit'
'open E:\222\q1\ww\mon1.ctl'
'set grads off'
'set grid off'
'set x 1'
'set y 1'
'set t 1'
'set lev 1000 100'
'define aa=aave(mon1,lon=74,lon=104,lat=25,lat=40)'
'set gxout line'
'set xlopts 1 4 0.15'
'set ylopts 1 4 0.15'
'set ylab forced'
'set cmark 2'
'set ccolor 1'
'set cstyle 1'
'set cthick 6'
'd aa'
'printim E:\222\q1\ww\cz.png white'
pull dummy |
|