<div dir="ltr">Hannah<div>One important thing to note is: the climate users: policy makers, farmers and in general communities: These would like to hear/receive accurate and reliable weather forecast reach them in time. They also would like to know the intensity, distribution  of rainfall within the season. Additionaly,  if there is a possibility of extreme climatic events such as drought and floods when and how long it gonna last!</div>
<div>These are my  preliminary ideas according to the experience. If you have more questions kindly ask</div><div>Best regards</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 23, 2013 at 11:47 AM,  <span dir="ltr">&lt;<a href="mailto:gradsusr-request@gradsusr.org" target="_blank">gradsusr-request@gradsusr.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send gradsusr mailing list submissions to<br>
        <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:gradsusr-owner@gradsusr.org">gradsusr-owner@gradsusr.org</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of gradsusr digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: hyperbolic tangent (Davide Sacchetti)<br>
   2. Re: Proble with max function in a script (juan pablo sierra perez)<br>
   3. Uknown error (juan pablo sierra perez)<br>
   4. filter in grads (pyarimohan maharana)<br>
   5. Setting Custom Fonts in OpenGrADS (Perry, Aaron @ LSC)<br>
   6. How could I draw a round mark using the commond &quot;draw     mark&quot; (???)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 22 Oct 2013 18:00:58 +0200<br>
From: Davide Sacchetti &lt;<a href="mailto:davide.sacchetti@arpal.gov.it">davide.sacchetti@arpal.gov.it</a>&gt;<br>
Subject: Re: [gradsusr] hyperbolic tangent<br>
To: Jean Pierre Arabonis &lt;<a href="mailto:arabonis@yahoo.com">arabonis@yahoo.com</a>&gt;,  GrADS Users Forum<br>
        &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID: &lt;1382457658.9470.453.camel@dvd&gt;<br>
Content-Type: text/plain; charset=&quot;UTF-8&quot;<br>
<br>
you colud implement tanh function using combinations of math_exp(num):<br>
<br>
rc = (math_exp(2*num) -1) / (math_exp(2*num) +1)<br>
<br>
it should work<br>
bye bye<br>
Davide<br>
<br>
On Tue, 2013-10-22 at 08:31 -0700, Jean Pierre Arabonis wrote:<br>
&gt; Hi all<br>
&gt;  I need to get the tanh of an expression, ie something like<br>
&gt; tanh(htsgwsfc) , this is possible with the standard trig functions eg<br>
&gt; tan(htsgwsfc) works but not the hyperbolic ones.<br>
&gt; I would appreciate any advice.<br>
&gt;<br>
&gt;<br>
&gt;     Many thanks<br>
&gt;      Jean Pierre<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; --<br>
&gt; Jean Pierre Arabonis<br>
&gt; <a href="mailto:arabonis@yahoo.com">arabonis@yahoo.com</a><br>
&gt; Tel <a href="tel:%2B27%2021%20780%201021" value="+27217801021">+27 21 780 1021</a> cell <a href="tel:%2B27%2084%20401%201365" value="+27844011365">+27 84 401 1365</a><br>
&gt; _______________________________________________<br>
&gt; gradsusr mailing list<br>
&gt; <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
&gt; <a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
--<br>
--&gt; Attenzione cambio indirizzo: <a href="mailto:davide.sacchetti@arpal.gov.it">davide.sacchetti@arpal.gov.it</a><br>
--<br>
Davide Sacchetti<br>
Centro Funzionale Meteo Idrologico di Protezione Civile della Regione Liguria<br>
ARPAL Unit? Tecnica Complessa di livello Regionale<br>
V.le Brigare Partigiane 2 16121 Genova (I)<br>
tel: <a href="tel:%2B39%20010%206437535" value="+390106437535">+39 010 6437535</a>                    fax: <a href="tel:%2B39%20010%206437520" value="+390106437520">+39 010 6437520</a><br>
mail: <a href="mailto:davide.sacchetti@arpal.gov.it">davide.sacchetti@arpal.gov.it</a>     web: <a href="http://www.meteoliguria.it" target="_blank">www.meteoliguria.it</a><br>
<br>
<br>
<br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Tue, 22 Oct 2013 19:10:41 -0500<br>
From: juan pablo sierra perez &lt;<a href="mailto:elviejojuanpi@hotmail.com">elviejojuanpi@hotmail.com</a>&gt;<br>
Subject: Re: [gradsusr] Proble with max function in a script<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID: &lt;BAY174-W300579A570168132453138B0030@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
<br>
<br>
Thanks Martin it was really helpful<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131022/492958ce/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131022/492958ce/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Tue, 22 Oct 2013 21:45:11 -0500<br>
From: juan pablo sierra perez &lt;<a href="mailto:elviejojuanpi@hotmail.com">elviejojuanpi@hotmail.com</a>&gt;<br>
Subject: [gradsusr] Uknown error<br>
To: &quot;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&quot; &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID: &lt;BAY174-W9182620EA17F696A1D8C9B0030@phx.gbl&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
Hi everyone<br>
I am running a single srcipt and I find a error but I cant identify what is the problem, the script is showed below<br>
n=1m=0while (n&lt;50)  if (math_fmod(n,14)=0)      m=m+1*  endif  n=n+1  say nendwhile<br>
The error is founded in the line with *, (the * is abscent in the script)<br>
Thanks in advance<br>
Juan Pablo Sierra Universidad de Antioquia<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131022/feb6bc0c/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131022/feb6bc0c/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 23 Oct 2013 10:27:06 +0530<br>
From: pyarimohan maharana &lt;<a href="mailto:chiku777rock@gmail.com">chiku777rock@gmail.com</a>&gt;<br>
Subject: [gradsusr] filter in grads<br>
To: <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAGdodSfKtm%2BAiVCU6TninBhVQB-gR4d4xqXzyheFDOzBCiyzag@mail.gmail.com">CAGdodSfKtm+AiVCU6TninBhVQB-gR4d4xqXzyheFDOzBCiyzag@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
I currently have a daily model output for 20 years over Indian region, but<br>
I need to filter it to study different intraseasonal oscillation<br>
(10-20days, 40-60day etc) during the Indian summer monsoon period. Does<br>
anybody have a grads script for this or any help??<br>
<br>
<br>
Thanks<br>
<br>
Pyarimohan Maharana<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131023/8351cebc/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131023/8351cebc/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 5<br>
Date: Wed, 23 Oct 2013 02:15:27 +0000<br>
From: &quot;Perry, Aaron @ LSC&quot; &lt;<a href="mailto:Aaron.Perry@lsc.vsc.edu">Aaron.Perry@lsc.vsc.edu</a>&gt;<br>
Subject: [gradsusr] Setting Custom Fonts in OpenGrADS<br>
To: GrADS Users Forum ?[<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>]?<br>
        &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:DEE427CC71C1184E9F7C903BF1EEE7A802BB9E35@LSC-EX10MBX03.lsc.vsc.edu">DEE427CC71C1184E9F7C903BF1EEE7A802BB9E35@LSC-EX10MBX03.lsc.vsc.edu</a>&gt;<br>
Content-Type: text/plain; charset=&quot;windows-1256&quot;<br>
<br>
Good Evening Everyone,<br>
<br>
I am currently trying to find a way to use custom fonts with the graphics in OpenGrADS, as opposed to the standard, low quality 0-5 fonts. I haven&#39;t had much luck so far and I was wondering if anyone knew of a way to implement this.<br>

<br>
<br>
Onward and Upward,<br>
<br>
Aaron Perry<br>
Boston, MA<br>
Mobile: <a href="tel:617-780-4312" value="+16177804312">617-780-4312</a><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131023/113b5fb3/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131023/113b5fb3/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 6<br>
Date: Wed, 23 Oct 2013 09:05:06 +0800<br>
From: ??? &lt;<a href="mailto:ayasp4@gmail.com">ayasp4@gmail.com</a>&gt;<br>
Subject: [gradsusr] How could I draw a round mark using the commond<br>
        &quot;draw   mark&quot;<br>
To: <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
Message-ID:<br>
        &lt;<a href="mailto:CAL0MbSfY_TQyVJxTsyqsMefuXoB%2BuPTp1nZ744_q6qUaiObs9w@mail.gmail.com">CAL0MbSfY_TQyVJxTsyqsMefuXoB+uPTp1nZ744_q6qUaiObs9w@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=&quot;iso-8859-1&quot;<br>
<br>
hi<br>
<br>
I want to draw mark on the map.<br>
The mark is not the same and seem irregular.<br>
(Please see the ppt).<br>
<br>
Yikai<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131023/87b3c6d1/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131023/87b3c6d1/attachment.html</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: draw mark problem.pptx<br>
Type: application/vnd.openxmlformats-officedocument.presentationml.presentation<br>
Size: 53480 bytes<br>
Desc: not available<br>
Url : <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131023/87b3c6d1/attachment.bin" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131023/87b3c6d1/attachment.bin</a><br>
<br>
------------------------------<br>
<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>
<br>
End of gradsusr Digest, Vol 44, Issue 48<br>
****************************************<br>
</blockquote></div><br></div>