- 积分
- 244
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2014-6-29
- 最后登录
- 1970-1-1
|
发表于 2018-7-19 17:30:46
|
显示全部楼层
这是我的,求上年10月到当年5月的平均,不知道对不对,仅供参考
'reinit'
'sdfopen e:\grads\NCEP\uwnd.mon.mean.nc'
'sdfopen e:\grads\NCEP\vwnd.mon.mean.nc'
'set lon 55 150'
'set lat 5 60'
'set grads off'
'set grid off'
'set gxout vector'
'set mpdset country1 yunn guiz guangx hun'
'set xlpos -4'
'set ylpos -4'
'set parea 0 11 1.2 7.8'
'define uwnd=(ave(uwnd,t=10,t=826,12)+ave(uwnd,t=11,t=827,12))+ave
(uwnd,t=12,t=828,12)+ave(uwnd,t=13,t=829,12)+ave(uwnd,t=14,t=830,12)+ave
(uwnd,t=15,t=831,12)+ave(uwnd,t=16,t=832,12)+ave(uwnd,t=17,t=833,12))/8'
'define vwnd=(ave(vwnd,t=10,t=826,12)+ave(vwnd,t=11,t=827,12))+ave
(vwnd,t=12,t=828,12)+ave(vwnd,t=13,t=829,12)+ave(vwnd,t=14,t=830,12)+ave
(vwnd,t=15,t=831,12)+ave(vwnd,t=16,t=832,12)+ave(vwnd,t=17,t=833,12))/8'
'd uwnd.1;vwnd.2'
'run axis.gs -type L -lsize 0.15 -lfont 5 -position o -interval 10 -start 10 -end 50'
'run axis.gs -type T -lsize 0.15 -lfont 5 -position o -interval 20 -start 60 -end 140'
'gxprint e:/grads/picture/asianwind.png png white'
; |
|