[gradsusr] gradsusr Digest, Vol 44, Issue 48
Sarah Osima
sarah.osima at gmail.com
Fri Oct 25 10:09:34 EDT 2013
Hannah
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!
These are my preliminary ideas according to the experience. If you have
more questions kindly ask
Best regards
On Wed, Oct 23, 2013 at 11:47 AM, <gradsusr-request at gradsusr.org> wrote:
> Send gradsusr mailing list submissions to
> gradsusr at gradsusr.org
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://gradsusr.org/mailman/listinfo/gradsusr
> or, via email, send a message with subject or body 'help' to
> gradsusr-request at gradsusr.org
>
> You can reach the person managing the list at
> gradsusr-owner at gradsusr.org
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of gradsusr digest..."
>
>
> Today's Topics:
>
> 1. Re: hyperbolic tangent (Davide Sacchetti)
> 2. Re: Proble with max function in a script (juan pablo sierra perez)
> 3. Uknown error (juan pablo sierra perez)
> 4. filter in grads (pyarimohan maharana)
> 5. Setting Custom Fonts in OpenGrADS (Perry, Aaron @ LSC)
> 6. How could I draw a round mark using the commond "draw mark" (???)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 22 Oct 2013 18:00:58 +0200
> From: Davide Sacchetti <davide.sacchetti at arpal.gov.it>
> Subject: Re: [gradsusr] hyperbolic tangent
> To: Jean Pierre Arabonis <arabonis at yahoo.com>, GrADS Users Forum
> <gradsusr at gradsusr.org>
> Message-ID: <1382457658.9470.453.camel at dvd>
> Content-Type: text/plain; charset="UTF-8"
>
> you colud implement tanh function using combinations of math_exp(num):
>
> rc = (math_exp(2*num) -1) / (math_exp(2*num) +1)
>
> it should work
> bye bye
> Davide
>
> On Tue, 2013-10-22 at 08:31 -0700, Jean Pierre Arabonis wrote:
> > Hi all
> > I need to get the tanh of an expression, ie something like
> > tanh(htsgwsfc) , this is possible with the standard trig functions eg
> > tan(htsgwsfc) works but not the hyperbolic ones.
> > I would appreciate any advice.
> >
> >
> > Many thanks
> > Jean Pierre
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > --
> > Jean Pierre Arabonis
> > arabonis at yahoo.com
> > Tel +27 21 780 1021 cell +27 84 401 1365
> > _______________________________________________
> > gradsusr mailing list
> > gradsusr at gradsusr.org
> > http://gradsusr.org/mailman/listinfo/gradsusr
>
> --
> --> Attenzione cambio indirizzo: davide.sacchetti at arpal.gov.it
> --
> Davide Sacchetti
> Centro Funzionale Meteo Idrologico di Protezione Civile della Regione
> Liguria
> ARPAL Unit? Tecnica Complessa di livello Regionale
> V.le Brigare Partigiane 2 16121 Genova (I)
> tel: +39 010 6437535 fax: +39 010 6437520
> mail: davide.sacchetti at arpal.gov.it web: www.meteoliguria.it
>
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 22 Oct 2013 19:10:41 -0500
> From: juan pablo sierra perez <elviejojuanpi at hotmail.com>
> Subject: Re: [gradsusr] Proble with max function in a script
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID: <BAY174-W300579A570168132453138B0030 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
>
>
> Thanks Martin it was really helpful
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20131022/492958ce/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Tue, 22 Oct 2013 21:45:11 -0500
> From: juan pablo sierra perez <elviejojuanpi at hotmail.com>
> Subject: [gradsusr] Uknown error
> To: "gradsusr at gradsusr.org" <gradsusr at gradsusr.org>
> Message-ID: <BAY174-W9182620EA17F696A1D8C9B0030 at phx.gbl>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi everyone
> I am running a single srcipt and I find a error but I cant identify what
> is the problem, the script is showed below
> n=1m=0while (n<50) if (math_fmod(n,14)=0) m=m+1* endif n=n+1 say
> nendwhile
> The error is founded in the line with *, (the * is abscent in the script)
> Thanks in advance
> Juan Pablo Sierra Universidad de Antioquia
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20131022/feb6bc0c/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Wed, 23 Oct 2013 10:27:06 +0530
> From: pyarimohan maharana <chiku777rock at gmail.com>
> Subject: [gradsusr] filter in grads
> To: gradsusr at gradsusr.org
> Message-ID:
> <
> CAGdodSfKtm+AiVCU6TninBhVQB-gR4d4xqXzyheFDOzBCiyzag at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> I currently have a daily model output for 20 years over Indian region, but
> I need to filter it to study different intraseasonal oscillation
> (10-20days, 40-60day etc) during the Indian summer monsoon period. Does
> anybody have a grads script for this or any help??
>
>
> Thanks
>
> Pyarimohan Maharana
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20131023/8351cebc/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Wed, 23 Oct 2013 02:15:27 +0000
> From: "Perry, Aaron @ LSC" <Aaron.Perry at lsc.vsc.edu>
> Subject: [gradsusr] Setting Custom Fonts in OpenGrADS
> To: GrADS Users Forum ?[gradsusr at gradsusr.org]?
> <gradsusr at gradsusr.org>
> Message-ID:
> <
> DEE427CC71C1184E9F7C903BF1EEE7A802BB9E35 at LSC-EX10MBX03.lsc.vsc.edu>
> Content-Type: text/plain; charset="windows-1256"
>
> Good Evening Everyone,
>
> 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't
> had much luck so far and I was wondering if anyone knew of a way to
> implement this.
>
>
> Onward and Upward,
>
> Aaron Perry
> Boston, MA
> Mobile: 617-780-4312
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20131023/113b5fb3/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Wed, 23 Oct 2013 09:05:06 +0800
> From: ??? <ayasp4 at gmail.com>
> Subject: [gradsusr] How could I draw a round mark using the commond
> "draw mark"
> To: gradsusr at gradsusr.org
> Message-ID:
> <
> CAL0MbSfY_TQyVJxTsyqsMefuXoB+uPTp1nZ744_q6qUaiObs9w at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> hi
>
> I want to draw mark on the map.
> The mark is not the same and seem irregular.
> (Please see the ppt).
>
> Yikai
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20131023/87b3c6d1/attachment.html
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: draw mark problem.pptx
> Type:
> application/vnd.openxmlformats-officedocument.presentationml.presentation
> Size: 53480 bytes
> Desc: not available
> Url :
> http://gradsusr.org/pipermail/gradsusr/attachments/20131023/87b3c6d1/attachment.bin
>
> ------------------------------
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
> End of gradsusr Digest, Vol 44, Issue 48
> ****************************************
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20131025/0943ddd0/attachment-0001.html
More information about the gradsusr
mailing list