- 积分
- 2913
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2019-1-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
如题 脚本如下
countour_dv = wrf_contour(a, wks, dv_plane(0:zmax_pos,:), opts_dv)
countour_dv1 = wrf_contour(a1, wks, dv_plane1(0:zmax_pos1,:), opts_dv1)
countour_dv2 = wrf_contour(a2, wks, dv_plane2(0:zmax_pos2,:), opts_dv2)
contour_ter = gsn_csm_xy(wks,X_plane,ter_plane,opts_ter)
contour_ter1 = gsn_csm_xy(wks,X_plane1,ter_plane1,opts_ter1)
contour_ter2 = gsn_csm_xy(wks,X_plane2,ter_plane2,opts_ter2)
vector = gsn_vector(wks,u_plane(0:zmax_pos,:),w_plane(0:zmax_pos,:)*10.,vcres)
vector1 = gsn_vector(wks,u_plane1(0:zmax_pos1,:),w_plane1(0:zmax_pos1,:)*10.,vcres1)
vector2 = gsn_vector(wks,u_plane2(0:zmax_pos2,:),w_plane2(0:zmax_pos2,:)*10.,vcres2)
plots(0) = wrf_overlays(a,wks,(/contour_ter,vector,countour_dv/),True) ; plot x-section
plots(1) = wrf_overlays(a1,wks,(/contour_ter1,vector1,countour_dv1/),True) ; plot x-section
plots(2) = wrf_overlays(a2,wks,(/contour_ter2,vector2,countour_dv2/),True) ; plot x-section
gsn_panel(wks, (/plots/), (/3/), pnlres)
出图如下:
想要的效果如右图所示
求各位大神指教
|
-
-
|