<div dir="ltr">Hi All, <br><br>I&#39;m trying to do an animation of different fields and I need to plot also topography contours, because I&#39;m working in a valley surrounded by mountains. I&#39;m doing something like this:<br><br>  <font face="garamond, serif"> do n=0,ntimes-1</font><div><font face="garamond, serif">      wks = gsn_open_wks(&quot;png&quot;,&quot;animate&quot;+sprinti(&quot;%03i&quot;,n))    </font></div><div><font face="garamond, serif">      print(&quot;Trabajando en el tiempo: &quot; + times(n))</font></div><div><font face="garamond, serif">      res@gsnRightString  = &quot;    Tiempo:  &quot;+ times(n)</font></div><div><font face="garamond, serif">      res@gsnDraw = False</font></div><div><font face="garamond, serif">      res@gsnFrame = False</font></div><div><font face="garamond, serif">      plotB = gsn_csm_contour(wks,SLP(n,:,:),res)</font></div><div><font face="garamond, serif">      plotA = gsn_csm_contour(wks,ter(:,:),ter_res)</font></div><div><font face="garamond, serif"><br></font></div><div><font face="garamond, serif">      map = gsn_csm_map(wks,map_res)<br>       overlay(map,plotB)</font></div><div><font face="garamond, serif">      overlay(map,plotA)</font></div><div><font face="garamond, serif">      draw(map)</font></div><div><font face="garamond, serif">      frame(wks)</font></div><div><font face="garamond, serif"><br></font></div><div><font face="garamond, serif">      delete(wks)   ; Make sure PNG file is closed</font></div><div><font face="garamond, serif">    end do</font></div><div><br>The problem is, as I&#39;m creating the workstation inside de loop, I have to plot topography(which is a static field) every time. And when I finally see the animation, the contours are fixed, but the contour numbers are moving all the time. Does anybody know other way to the the same or to fix this? <br><br><br>All the best,<br>Sebastián.</div><div>     </div></div>