- 积分
- 2613
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-6-6
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2017-6-7 15:31:18
|
显示全部楼层
我也认为没有,但是我画的另一张台风路径上就有地图。gs文件如下:
'reinit'
'open model.ctl'
'set lat 5 35'
'set lon 100 150'
'set lev 500'
'set xlopts 1 4 0.15'
'set ylopts 1 4 0.15'
'set grads off'
'set grid off'
'set cmax 0'
'd zg'
i=1
aa='haiou.txt'
a1=read(aa)
while(i<=27)
a1=read(aa)
b1=sublin(a1,2)
say b1
la=subwrd(b1,3)/10
lo=subwrd(b1,4)/10
'q w2xy 'lo' 'la''
x1=subwrd(result,3)
y1=subwrd(result,6)
say x1
say y1
'draw wxsym 40 'x1' 'y1' 0.3 2 6'
i=i+1
endwhile
ff=close(aa)
'draw title The Path of Haiou'
'printim haiou.png x620 y800 white'
;
|
-
台风路径图
|