<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: arial,helvetica,sans-serif; font-size: 12pt; color: #000000'><div><font class="Apple-style-span" face="arial, helvetica, sans-serif"><span class="Apple-style-span" style="font-size: 16px; "><div class="gmail_default" style="font-family: arial, helvetica, sans-serif; "><dd style="font-size: medium; font-family: 'Times New Roman'; "><code>display -86400*( (u*dtx)/(cos(lat*3.1416/180)*dx) + v*dty/dy )/6.37e6</code></dd><div><code><br></code></div></div></span></font></div><div><hr id="zwchr" style="font-family: arial, helvetica, sans-serif; font-size: 12pt; "><b style="font-family: arial, helvetica, sans-serif; font-size: 12pt; ">From: </b><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">"Mohsen Soltani" &lt;soltani.clima@gmail.com&gt;</font><br><b style="font-family: arial, helvetica, sans-serif; font-size: 12pt; ">To: </b><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">"GrADS Users Forum" &lt;gradsusr@gradsusr.org&gt;</font><br><b style="font-family: arial, helvetica, sans-serif; font-size: 12pt; ">Sent: </b><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">Saturday, May 25, 2013 1:24:19 AM</font><br><b style="font-family: arial, helvetica, sans-serif; font-size: 12pt; ">Subject: </b><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">Re: [gradsusr] Temperature Advection</font><br><br><div dir="ltr" style="font-family: arial, helvetica, sans-serif; font-size: 12pt; "><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:'Times New Roman'"><code>define dtx = cdiff(t,x)</code></dd><dd style="font-size:medium;font-family:'Times New Roman'">

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

<code>define dy = cdiff(lat,y)*3.1416/180</code></dd><dd style="font-size:medium;font-family:'Times New Roman'"><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" style="font-family: arial, helvetica, sans-serif; font-size: 12pt; "><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,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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 "nicer" 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>"Mohsen Soltani" &lt;<a href="mailto:soltani.clima@gmail.com" target="_blank">soltani.clima@gmail.com</a>&gt;<br><b>To: </b>"GrADS Users Forum" &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 "Temperature Advection" using&nbsp;<span>cdiff</span>&nbsp;function, which is available at "GrADS Documentation Index":</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,&nbsp;<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? &nbsp;And how it should be explained?&nbsp;</p><p><br></p><p>Thank you!</p></div><div class="gmail_default" style="font-family:arial,helvetica,sans-serif">

Mohsen&nbsp;</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,&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <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" 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>
<br></blockquote></div><br></div>
<br><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">_______________________________________________</font><br><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">gradsusr mailing list</font><br><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">gradsusr@gradsusr.org</font><br><font class="Apple-style-span" face="arial, helvetica, sans-serif" size="3">http://gradsusr.org/mailman/listinfo/gradsusr</font><br></div></div></body></html>