1 p=nc2struct(f,{'HT_FMW','U0_FMW','V0_FMW','W0_FMW','FXLONG','FXLAT','ZSF',...
2 'UNIT_FXLAT','UNIT_FXLONG','XLONG','XLAT'},{'DX','DY'},60)
11 x = fdx*([1:n(1)]-0.5);
12 y = fdy*([1:n(2)]-0.5);
17 CX{3}(:,:,k)=p.zsf+p.ht_fmw(k);
19 W={p.u0_fmw,p.v0_fmw,p.w0_fmw};
20 plot_wind_3d(CX,W,[],[],20)