- 积分
- 127
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2016-11-16
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
本帖最后由 sicuo151 于 2024-3-13 12:16 编辑
坐标为啥重叠了,能帮忙看看嘛
脚本
'reinit'
'sdfopen E:\GRADS\2024\data\uwnd.2024.nc'
'sdfopen E:\GRADS\2024\data\vwnd.2024.nc'
'sdfopen E:\GRADS\2024\data\hgt.2024.nc'
'set grads off'
'set grid off'
*'set cterp on'
'set mpdset lower'
'set csmooth on'
'set mpdraw on'
'set map 1 1 3'
'set mpdset cnworld'
*经纬度时间*
'set lon 70 130'
'set lat 10 60'
'set t 60'
*200高空急流先绘阴影图*
'set gxout shaded'
'set lev 200'
'set gxout shaded'
'set cmin 30'
'd mag(uwnd.1,vwnd.2)'
'run cbarn.gs'
*以风向杆形式绘制二维风场*
'set gxout barb'
'set mpdset cnworld'
'set xlopts 1 4 0.15'
'set ylopts 1 4 0.15'
'set ccolor 1'
'set clopts -1 -1 0.12'
'd uwnd.1;vwnd.2'
*绘制500高度场*
'set gxout contour'
'set ccolor 4'
'set cstyle 1'
'set cthick 4'
'set cint 4'
'set csmooth on'
'set lev 500'
*'d hgt.3*0.1'
'q w2xy 90.60 29.10'
x1=subwrd(result,3)
y1=subwrd(result,6)
'set string 2 c 9'
'set strsiz 0.2'
'draw string 'x1' 'y1' `32'
'draw title NCEP at 200hPa in 2024-01-15-08'
'printim E:\GRADS\2024\tu\wind200.png white'
;
|
|