<div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Hello Eric,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

Thank you very much for your nice suggestion. Yes, it would be much better, if I plot it in K/day. But, where exactly I should put this (86400) in the following function?</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><dd style="font-size:medium;font-family:&#39;Times New Roman&#39;"><code>define dtx = cdiff(t,x)</code></dd><dd style="font-size:medium;font-family:&#39;Times New Roman&#39;">

<code>define dty = cdiff(t,y)</code></dd><dd style="font-size:medium;font-family:&#39;Times New Roman&#39;"><code>define dx = cdiff(lon,x)*3.1416/180</code></dd><dd style="font-size:medium;font-family:&#39;Times New Roman&#39;">

<code>define dy = cdiff(lat,y)*3.1416/180</code></dd><dd style="font-size:medium;font-family:&#39;Times New Roman&#39;"><code>display -1*( (u*dtx)/(cos(lat*3.1416/180)*dx) + v*dty/dy )/6.37e6</code></dd></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Thank you!</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

Mohsen</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div></div><div class="gmail_extra"><br clear="all"><div><div dir="ltr"><span><span style="font-size:11.0pt;line-height:115%;font-family:&quot;Calibri&quot;,&quot;sans-serif&quot;;color:#888888"></span></span><span><span dir="RTL" style="font-size:11.0pt;line-height:115%;font-family:&quot;Arial&quot;,&quot;sans-serif&quot;;color:#888888" lang="AR-SA"><span></span></span></span>--<div>

some are weather-wise some are otherwise!</div><div>--<br>Best Wishes,                                        <br>(Mr.) Mohsen Soltani<br>Climatology Grad Student (M.Sc.),<br>Faculty of Geography, University of Tehran, Tehran, Iran<br>

Tel: (+98) 9119772934<br>e-mail: <a href="mailto:soltani.clima@gmail.com" target="_blank">soltani.clima@gmail.com</a><br></div></div></div>
<br><br><div class="gmail_quote">On Fri, May 24, 2013 at 12:48 PM, Eric Altshuler <span dir="ltr">&lt;<a href="mailto:ela@cola.iges.org" target="_blank">ela@cola.iges.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<div><div style="font-size:12pt;font-family:arial,helvetica,sans-serif"><div style="font-size:12pt;font-family:arial,helvetica,sans-serif">Hi Mohsen,<div><br></div><div>Your expressions seem to be correct. If temperature is in K and winds are in m/s, temperature advection will be in K/s. You might want to plot it in K/day (multiply by 86400) to get &quot;nicer&quot; values on the order of 1-10 instead of those tiny (~1e-5) values.</div>

<div><br></div><div>Eric<br><br><hr><b>From: </b>&quot;Mohsen Soltani&quot; &lt;<a href="mailto:soltani.clima@gmail.com" target="_blank">soltani.clima@gmail.com</a>&gt;<br><b>To: </b>&quot;GrADS Users Forum&quot; &lt;<a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a>&gt;<br>

<b>Sent: </b>Friday, May 24, 2013 2:29:35 PM<br><b>Subject: </b>[gradsusr] Temperature Advection<div><div class="h5"><br><br><div dir="ltr"><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">Dear Friends,</div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

I have produced &quot;Temperature Advection&quot; using <span>cdiff</span> function, which is available at &quot;GrADS Documentation Index&quot;:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">



<a href="http://www.iges.org/grads/gadoc/gadocindex.html" style="font-family:arial" target="_blank">http://www.iges.org/grads/gadoc/gadocindex.html</a></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

<br></div>

<div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The full command is like this:</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><dd>

<code>define dtx = cdiff(t,x)</code></dd><dd><code>define dty = cdiff(t,y)</code></dd><dd>

<code>define dx = cdiff(lon,x)*3.1416/180</code></dd><dd><code>define dy = cdiff(lat,y)*3.1416/180</code></dd><dd>

<code>display -1*( (u*dtx)/(cos(lat*3.1416/180)*dx) + v*dty/dy )/6.37e6</code></dd><dd><code><br></code></dd></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

where,</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">the variable t is temperature, u and v are the U and V components of the wind, respectively.</div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">



<br></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">In fact, <span style="font-family:arial">I am working on an advective cooling event (frost) over
Iran. The frost event was occurred as a result of an extra-ordinary extension
of the Polar Vortex toward the lower latitudes. </span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">The attached are the outputs that I made, which the first one indicates the start of the frost event, and the second one shows the end of the event over the country. I have to say that, they are in a very good agreement with the synoptic charts as well as outputs from HYSPLIT trajectory model.<span style="font-family:arial"><br>



</span></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><p>Briefly speaking, is it really a temperature advection map? If
so, do you know what the unit of the temp advection is?  And how it should be explained? </p><p><br></p><p>Thank you!</p></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

Mohsen </div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif"><br></div><div><div dir="ltr"><span><span></span></span><span><span dir="RTL" lang="AR-SA"><span></span></span></span>--<div>

some are weather-wise some are otherwise!</div><div>--<br>Best Wishes,                                        <br>(Mr.) Mohsen Soltani<br>Climatology Grad Student (M.Sc.),<br>Faculty of Geography, University of Tehran, Tehran, Iran<br>



Tel: (+98) 9119772934<br>e-mail: <a href="mailto:soltani.clima@gmail.com" target="_blank">soltani.clima@gmail.com</a><br></div></div></div>
</div>
<br></div></div>_______________________________________________<br>gradsusr mailing list<br><a href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br><a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>

</div></div></div></div><br>_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br></blockquote></div><br></div>