<div dir="ltr"><div>Hello all</div><div>I want to make u and V plots together in one plot(overlay)<div>The Dim size of both U and V component is  (time, lat, lon)</div></div><div><br></div><div>This error is generated when I plot </div><div><br></div><div>fatal:Number of dimensions in parameter (1) of (gsn_csm_vector_scalar_map_ce) is (3), (2) dimensions were expected <br>fatal:[&quot;Execute.c&quot;:8578]:Execute: Error occurred at or near line 45 in file 83</div><div><br></div><div>When I try to reduce to 2Dim  like this</div><div><br></div><div>u = a-&gt;uwnd <br>  v = b-&gt;vwnd<br>  u1 = u(:,:,5) ;dimension reduction<br>  v1 = v(:,5,:);dimension reduction<br> wspd = u1<br>  wspd = (/ sqrt(u1^2+v1^2) /)</div><div>first i am not sure whether this solves my problem since the error message below is genarated...</div><div><br></div><div><br>wind fatal:Plus: Dimension size, for dimension number 1, of operands does not match, can&#39;t continue</div><div>fatal:[&quot;Execute.c&quot;:8578]:Execute: Error occurred at or near line 28 in file 83</div><div><br></div><div><br></div><div>I have attched my script</div></div>