<div dir="ltr">Dear NCL Community,<div><br></div><div>I'm trying to calculate the maximum wind swath(maximum wind speed at each grid point for all the time steps) from a model output but after plotting, it doesn't look correct. It would be helpful if anyone can point me if there's anything wrong with the code that I'm using. </div><div>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div><div>begin</div><div><br></div><div>f    = addfile("<a href="http://florence_wind.nc" target="_blank">florence_wind.nc</a>" ,"r" )   ; reading file </div><div>ws = f->ws                                          ; reading variable     </div><div>printVarSummary(ws)<br></div><div><br></div><div>Variable: ws<br>Type: float<br>Total Size: 1658634992 bytes<br>            414658748 values<br>Number of Dimensions: 3<br>Dimensions and sizes:   [287] x [1202] x [1202]<br>Coordinates:<br></div><div>;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;calculate swath;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;</div><div><br></div><div>swath = dim_max_n(ws,0)   ; swath<span style="color:rgb(0,0,0);font-family:courier;font-size:13.3333px">(nlat,nlon)</span></div><div><br></div><div>printVarSummary(swath)</div><div><br></div><div>Variable: swath<br>Type: float<br>Total Size: 5779216 bytes<br>            1444804 values<br>Number of Dimensions: 2<br>Dimensions and sizes:   [1202] x [1202]<br>Coordinates:<br></div><div><br></div><div>end </div><div><br></div><div><div>Thank you in advance for the help. </div><div>Sakib</div><font color="#888888"><div><br></div><div><div><font face="arial, sans-serif" color="#000000">Sakib Ahmed</font></div><div><font face="arial, sans-serif" color="#000000">Connecticut College</font></div><div><font face="arial, sans-serif" color="#000000">Environmental Studies Major,</font></div><div><font face="arial, sans-serif" color="#000000">New London, CT 06320</font></div><div><br></div></div></font></div><div><br></div></div>