- 积分
- 4888
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-4-9
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
'reinit'
n=1
while(n<=2)
parap1=read('d:/time.txt')
parap=sublin(parap1,2)
say parap
year=subwrd(parap,2)
month=subwrd(parap,3)
day=subwrd(parap,4)
'open d:/fnlex00/00/1/fnl_'year''month''day'_00_00.ctl'
'set lon 70 140'
'set lat 25 60'
'set grads off'
'set grid off'
'set map 15'
'set lev 850'
'set gxout shaded'
'd RHclm'
'cbar'
'set gxout barb'
'd UGRDprs;VGRDprs'
'set gxout contour'
'set ccolor 0'
'set strmden 10'
'set lev 500'
'd hgtprs'
'q w2xy 114 38'
x1=subwrd(result,3)
y1=subwrd(result,6)
'set string 1 c 10 0'
'set strsiz 0.2'
'draw string 'x1' 'y1' s'
'printim d:/fnlex00/00/1/fnl_'year''month''day'.png white'
'c'
n=n+1
endwhile
ff=close('d:/time.txt')
;
来自群组: 南气院校友总会 |
-
运行上面程序后就这样了
|