- 积分
- 1080
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-12-4
- 最后登录
- 1970-1-1
|
楼主 |
发表于 2020-11-7 09:27:32
|
显示全部楼层
本帖最后由 ┏_(゜ω゜)= 于 2021-1-7 15:31 编辑
修改后
'reinit'
*中国500hPa 高度图
'open e:/era5/era.ctl'
'enable print e:/era5/5_21/500hgt.gmf'
'set grads off'
'set grid off'
'set mpdset cnworld'
t=1
while(t<=24)
'set t 't''
'set lat 0 50'
'set lon 80 150'
'set ylint 10'
'set xlint 10'
'set ylopts 1 2 0.15'
'set xlopts 1 2 0.20'
'set lev 500'
'set gxout shaded'
'set rgb 20 255 255 255'
'set rgb 21 183 200 254'
'set rgb 22 127 150 254'
'set rgb 23 0 99 255'
'set rgb 24 0 198 51'
'set rgb 25 152 255 0'
'set rgb 26 255 255 1'
'set rgb 27 255 159 0'
'set rbcols 20 21 22 23 24 25 26 27 '
'set clevs 20 25 30 35 40 45 50'
'd mag(Uprs,Vprs)'
'run cbarn.gs'
*------------------------------------
****************500hpa高度场,单位:10gpm,间隔:2**********
'set gxout contour'
'set lev 500'
'set ccolor 1'
'set clopts -1 -1 0.08'
'set cthick 4'
'set cint 4'
'd Zprs/9.8/10'
'set clevs 588'
'set cthick 7'
'set ccolor 2'
'd Zprs/9.8/10'
'set clevs 586 '
'set cthick 6'
'set ccolor 1'
'd Zprs/9.8/10'
'set clevs 572 '
'set cthick 6'
'set ccolor 1'
'd Zprs/9.8/10'
'set clevs 556 '
'set cthick 7'
'set ccolor 1'
'd Zprs/9.8/10'
*************500hpa温度场,单位:度,间隔:4度*************
'set cthick 3'
'set cstyle 3'
'set ccolor 1'
'set cint 4'
'set clopts -1 -1 0.08'
'd Tprs-273.15'
*****************500hpa风场****************
'set gxout barb'
'set digsiz 0.05'
'set arrowhead 0.05'
'set ccolor 11'
'd skip(Uprs*2.5,8,8);skip(Vprs*2.5,8,8)'
*************************************
'q dims'
rec=sublin(result,5)
recs=subwrd(rec,6)
'draw title 'recs''
'print'
'c'
t=t+1
endwhile
*-------------------------------------------------------------------------------------
'disable print'
'reinit'
|
|