- 积分
- 259
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-4-29
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
请问哪位大神,时间不连续的FNL资料,如何画平均图?
下面是我的gs,初学者,写的不好勿喷,谢谢。
'reinit'
'open E:\FNL\2015.ctl'
'open E:\FNL\2016.ctl'
'set grads off'
'set grid off'
'set map 1 3 0.05'
'define ave=(HGTprs/10(t=00Z20mar2015)+HGTprs/10(t=00Z5apr2016))/2'
'set lev 500'
'set lat 25 60'
'set lon 90 135'
'set xlopts 1 6 0.15'
'set ylopts 1 6 0.15'
'set clopts 1 6 0.15'
'set xlint 5'
'set ylint 5'
'set csmooth on'
'set cthick 7'
'set cint 4'
'd ave'
'printim E:\FNL\ave.png white'
'print'
'disable print'
'reinit'
;
|
|