<HTML>
<HEAD>
<META content="text/html; charset=iso-8859-1" http-equiv=Content-Type>
<META content="OPENWEBMAIL" name=GENERATOR>
</HEAD>
<BODY bgColor=#ffffff>
Farah,
<br />
<br />First, I think you have to do:
<br />'set x 1'
<br />'set y 1'
<br />'set z 1'
<br />
<br />before defining tos1:
<br />
<br />'set t 1 1872'
<br />'define tos1=tos'
<br />
<br />This creates a time series of the "0-D" variable tos1.
<br />
<br />Anyway, the GrADS Documentation says:
<br /><h2><b>tcorr()</b></h2>
<p>
<code>tcorr (<i>expr1, expr2, tdim1, tdim2</i>)</code>
</p>
<p>
This function produces a spatial map of temporal correlation
coefficients.
</p>
<p>
</p>
<ul><code><i>expr1</i> </code>-
a valid GrADS expression that varies in time
<br /><code><i>expr2</i> </code>-
a valid GrADS expression that varies in time and may also vary in X and Y
<br /><code><i>tdim1</i> </code>-
starting time dimension expression
<br /><code><i>tdim2</i> </code>-
ending time dimension expression
<br /></ul>
<p>
The <code><i>expr1</i></code> time series is correlated to the time
series at each grid point in <code><i>expr2</i></code>. The result is
a grid of correlation coefficients that matches the X and Y dimensions
of <code><i>expr2</i></code></p>
<p><code />###############################################################
<br /></p>
<p>That is, the result is one map of time correlation values, with one value for each par of (x,y) point.
<br /></p>
You can take a look at:
<br />
<br />http://www.iges.org/grads/gadoc/gradfunctcorr.html
<br />
<br />
<br />Ricardo
<br />
<br /><font size="2"><b>On Sun, 7 Oct 2012 22:06:32 -0700, Farah Ikram wrote</b>
<br />> following is
my script..it works fine for displaying the correlations
but
when i try to save the values for the whole time series, it just gives
only one value for all time steps. and if i run it with the loop it
gives tcorr error "1st arg should have 0-D' i did not add the lead lag
part as i am trying to calculate the simple correlation 1st
<br />>
'reinit'
<br />> 'open atlantic-1.ctl'
<br />> 'xdfopen
tos_Omon_CMCC-CM_2deg_
<br />> historical_r1i1p1_185001-200512.ctl'
<br />>
'set display color white'
<br />> 'c'
<br />> *a=1
<br />>
*while(a<=1872)
<br />>
'set x 1'
<br />>
'set t 1 1872'
<br />> 'define tos1=tos'
<br />> 'set dfile
2'
<br />> 'set lat -90 90'
<br />> 'set lon 0 360'
<br />>
'set z 1'
<br />> 'set t 1'
<br />> 'define
a=tcorr(tos1,tos,t=1,t=1872)'
<br />>
<br />> 'set mpdset
hires'
<br />> 'set gxout contour'
<br />> 'set csmooth
on'
<br />> 'd a'
<br />> ans=subwrd(result,4)
<br />>
pt=write('corr-cmcc-cm.csv',ans,append)
<br />> *a=a+1
<br />>
*endwhile
<br />> *'run /SATA-Backup/CMIP5_SA_Processed/scripts/<a target="_blank" href="http://cbar.gs/">cbar.gs</a>'
<br />>
'run <a target="_blank" href="http://cbar.gs/">cbar.gs</a>'
<br />>
'draw title corr CMCC-CM'
<br />> 'printim
corr_cmcc-cm.gif'
<br />> *'disable print'
<br />>
<br />> On Fri,
Oct 5, 2012 at 7:40 AM, <span dir="ltr"><<a target="_blank" href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a>></span> wrote:
<br />>
<blockquote style="margin: 0px 0px 0px 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;" class="gmail_quote">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 target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
or, via email, send a message with subject or body 'help' 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 "Re: Contents of gradsusr digest..."
<br />>
<br />>
Today's Topics:
<br />>
<br />>
1. Re: Run GRDAS in windows 7 (hersala)
<br />>
2. Re: simple correlation of Atlantic index with global and lead
<br />>
lag correlation (Ricardo Hallak)
<br />>
<br />>
----------------------------------------------------------------------
<br />>
<br />>
Message: 1
<br />>
Date: Fri, 5 Oct 2012 08:45:29 -0300
<br />>
From: hersala <<a href="mailto:hersala@gmail.com">hersala@gmail.com</a>>
<br />>
Subject: Re: [gradsusr] Run GRDAS in windows 7
<br />>
To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
Message-ID:
<br />>
<CA+0GtdsPJJT1zxK_XBYrDf61rNTYrQUp2y=<a href="mailto:usz_RQtYzkKaWrA@mail.gmail.com">usz_RQtYzkKaWrA@mail.gmail.com</a>>
<br />>
Content-Type: text/plain; charset="windows-1252"
<br />>
<br />>
Dear Venkat,
<br />>
Please look at this Wiki, perhaps it will help you.
<br />>
<br />>
<a target="_blank" href="http://opengrads.org/wiki/index.php?title=Installing_GrADS_v2.0_on_Microsoft_Windows">http://opengrads.org/wiki/index.php?title=Installing_GrADS_v2.0_on_Microsoft_Windows</a>
<br />>
*When WiFi is turned OFF you get Error in GXSTRT: Unable to connect to X
<br />>
server*
<br />>
<br />>
Cheers,
<br />>
Hernan
<br />>
<br />>
On 5 October 2012 02:05, Serge Claudio Rafanoharana
<br />>
<<a href="mailto:rafanoharana@gmail.com">rafanoharana@gmail.com</a>>wrote:
<br />>
<br />>
> Dear Venkat,
<br />>
>
<br />>
> Based on my experience, this ?GXSTRT unable to connect to X server?
is
<br />>
> more related to Internet connexion. I mean I have OpenGrads in both
Vista
<br />>
> and Windows 7. When I am connected to the Internet, I have no
problem
<br />>
> running Grads. However, if I am not connected to the Internet, I
receive
<br />>
> this message.
<br />>
> Hope it can help.
<br />>
>
<br />>
> Cheers,
<br />>
> Serge
<br />>
>
<br />>
> On Thu, Oct 4, 2012 at 3:34 AM, Venkat Kolluru <<a href="mailto:Venkat.Kolluru@erm.com">Venkat.Kolluru@erm.com</a>>wrote:
<br />>
>
<br />>
>> Hi,
<br />>
>>
<br />>
>> I downloaded all the windows related softwares and installed
it.
<br />>
>>
<br />>
>> When I run grads, It runs ok and then it stops with the following
error
<br />>
>>
<br />>
>> ?GXSTRT unable to connect to X server?
<br />>
>>
<br />>
>> But when I run in batch mode I get the command prompt ga->
<br />>
>>
<br />>
>> Then I tried to run the script obtained from one of GDS
servers.
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> sdfopen
<br />>
>> <a target="_blank" href="http://www.usgodae.org/dods/GDS/nogaps_comp/NOGAPS_comp_grid_vlm-0000">http://www.usgodae.org/dods/GDS/nogaps_comp/NOGAPS_comp_grid_vlm-0000</a>
<br />>
>>
<br />>
>> I get unhandled exception?
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> Can you please tell me as what I am doing wrong here?
<br />>
>>
<br />>
>>
<br />>
>> Thanks
<br />>
>>
<br />>
>> Venkat
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> Venkat S. Kolluru
<br />>
>>
<br />>
>> Technical Director, Surfacewater Modeling Group
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> ERM
<br />>
>>
<br />>
>> 350 Eagleview Boulevard, Suite 200
<br />>
>>
<br />>
>> Exton, PA 19341-1180
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> Tel: 610 524 3654
<br />>
>>
<br />>
>> Mob: 610 764 0579
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> <a target="_blank" href="http://www.erm.com/">www.erm.com</a>
<br />>
>>
<br />>
>> <a href="mailto:venkat.kolluru@erm.com">venkat.kolluru@erm.com</a>
<br />>
>>
<br />>
>>
<br />>
>>
<br />>
>> ------------------------------
<br />>
>>
<br />>
>> This message contains information which may be confidential,
proprietary,
<br />>
>> privileged, or otherwise protected by law from disclosure or use by a
third
<br />>
>> party. If you have received this message in error, please contact
us
<br />>
>> immediately and take the steps necessary to delete the message
completely
<br />>
>> from your computer system. Thank you.
<br />>
>>
<br />>
>> Please visit ERM's web site: <a target="_blank" href="http://www.erm.com/">http://www.erm.com</a>
<br />>
>>
<br />>
>> _______________________________________________
<br />>
>> gradsusr mailing list
<br />>
>> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
>> <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
>>
<br />>
>>
<br />>
>
<br />>
>
<br />>
> --
<br />>
> Serge
<br />>
>
<br />>
> _______________________________________________
<br />>
> gradsusr mailing list
<br />>
> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
> <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
>
<br />>
>
<br />>
-------------- next part --------------
<br />>
An HTML attachment was scrubbed...
<br />>
URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121005/121816ed/attachment-0001.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121005/121816ed/attachment-0001.html</a>
<br />>
<br />>
------------------------------
<br />>
<br />>
Message: 2
<br />>
Date: Fri, 5 Oct 2012 12:37:50 -0200
<br />>
From: "Ricardo Hallak" <<a href="mailto:hallak@model.iag.usp.br">hallak@model.iag.usp.br</a>>
<br />>
Subject: Re: [gradsusr] simple correlation of Atlantic index with
<br />>
global and lead lag correlation
<br />>
To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
Message-ID: <<a href="mailto:20121005143432.M81659@model.iag.usp.br">20121005143432.M81659@model.iag.usp.br</a>>
<br />>
Content-Type: text/plain; charset="iso-8859-1"
<br />>
<br />>
Probably you are writing the correlation output for each time outside of the
time while-endwhile loop.
<br />>
If not, you will have to transcribe your piece of script here for additional
analysis.
<br />>
<br />>
Ricardo
<br />>
<br />>
On Wed, 3 Oct 2012 20:29:18 -0700, Farah Ikram wrote
<br />>
> i am trying to calculate a time series of corelations of the atlantic index
with global domain but all i am getting is a single value of correlation but not
the time series. i am comparing the time series of atlantic index. also i want
to do the same for lead lag correlation. any idea how to do that??
<br />>
>
<br />>
> On Wed, Oct 3, 2012 at 6:42 PM, <<a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a>>
wrote:
<br />>
> 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 target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
> or, via email, send a message with subject or body 'help'
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 "Re: Contents of gradsusr digest..."
<br />>
>
<br />>
> Today's Topics:
<br />>
>
<br />>
> ? ?1. plot data over specific region (Sushant Das)
<br />>
> ? ?2. Hello everyone - a general question (??? ?)
<br />>
> ? ?3. test (Jennifer Adams)
<br />>
> ? ?4. Re: Hello everyone - a general question (Erik D. Kabela)
<br />>
> ? ?5. Re: test (Jeff Lake)
<br />>
> ? ?6. Re: test (Jennifer Adams)
<br />>
>
<br />>
>
----------------------------------------------------------------------
<br />>
>
<br />>
> Message: 1
<br />>
> Date: Wed, 3 Oct 2012 03:59:59 -0700 (PDT)
<br />>
> From: Sushant Das <<a href="mailto:sushant_models@yahoo.com">sushant_models@yahoo.com</a>>
<br />>
> Subject: [gradsusr] plot data over specific region
<br />>
> To: "<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>" <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
> Message-ID:
<br />>
> ? ? ? ? <<a href="mailto:1349261999.8260.YahooMailNeo@web124903.mail.ne1.yahoo.com">1349261999.8260.YahooMailNeo@web124903.mail.ne1.yahoo.com</a>>
<br />>
> Content-Type: text/plain; charset="iso-8859-1"
<br />>
>
<br />>
> Dear GrADS Users,
<br />>
>
<br />>
> How to plot data over specific region(e.g. INDIA)? Suppose, i have whole
Asian domain and i need spatial plot of precipitation exactly following the
Indian land mass boundary(excluding ocean). What grads function i have to use or
is there any scripts available?
<br />>
>
<br />>
> Please let me know.
<br />>
>
<br />>
> Thanks in advance
<br />>
> ??
<br />>
>
<br />>
> Regards,
<br />>
> ?
<br />>
> SUSHANT DAS,
<br />>
> CSIR-SRF Research Fellow
<br />>
> Centre for Atmospheric Sciences
<br />>
> IIT Delhi, New Delhi 110016
<br />>
> INDIA
<br />>
> ----------------------------------------------------------------
<br />>
> -------------- next part --------------
<br />>
> An HTML attachment was scrubbed...
<br />>
> URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121003/55d87d2a/attachment-0001.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121003/55d87d2a/attachment-0001.html</a>
<br />>
>
<br />>
> ------------------------------
<br />>
>
<br />>
> Message: 2
<br />>
> Date: Wed, 3 Oct 2012 21:00:43 +0200
<br />>
> From: ??? ? <<a href="mailto:kojokroavi@gmail.com">kojokroavi@gmail.com</a>>
<br />>
> Subject: [gradsusr] Hello everyone - a general question
<br />>
> To: ????? <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
> Message-ID:
<br />>
> ? ? ? ? <CAFCfe=NDfGZHL149icPkB886pj=6PY3Xr6dP=<a href="mailto:wqvfASH6PCpQA@mail.gmail.com">wqvfASH6PCpQA@mail.gmail.com</a>>
<br />>
> Content-Type: text/plain; charset="iso-8859-1"
<br />>
>
<br />>
> I am working with windows and have the latest version of Grads.
<br />>
> I work a lot with the reanalysis, the server does not work, here is a
link:
<br />>
>
<br />>
> <a target="_blank" href="http://nomad1.ncep.noaa.gov:9090/dods/">http://nomad1.ncep.noaa.gov:9090/dods/</a>
<br />>
>
<br />>
> Does anyone know what happened to this server?
<br />>
>
<br />>
> Thanks for answering.
<br />>
>
<br />>
> Regards
<br />>
>
<br />>
> avi.
<br />>
> -------------- next part --------------
<br />>
> An HTML attachment was scrubbed...
<br />>
> URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121003/d684b400/attachment-0001.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121003/d684b400/attachment-0001.html</a>
<br />>
>
<br />>
> ------------------------------
<br />>
>
<br />>
> Message: 3
<br />>
> Date: Wed, 3 Oct 2012 18:04:44 -0400
<br />>
> From: Jennifer Adams <<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>>
<br />>
> Subject: [gradsusr] test
<br />>
> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
> Message-ID: <<a href="mailto:70D2D525-AC42-4219-AD4D-21DBA8813B4E@cola.iges.org">70D2D525-AC42-4219-AD4D-21DBA8813B4E@cola.iges.org</a>>
<br />>
> Content-Type: text/plain; charset="us-ascii"
<br />>
>
<br />>
> -------------- next part --------------
<br />>
> An HTML attachment was scrubbed...
<br />>
> URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121003/d7d102b8/attachment-0001.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121003/d7d102b8/attachment-0001.html</a>
<br />>
>
<br />>
> ------------------------------
<br />>
>
<br />>
> Message: 4
<br />>
> Date: Wed, 3 Oct 2012 20:22:07 -0400
<br />>
> From: "Erik D. Kabela" <<a href="mailto:ekabela@gmail.com">ekabela@gmail.com</a>>
<br />>
> Subject: Re: [gradsusr] Hello everyone - a general question
<br />>
> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
> Message-ID:
<br />>
> ? ? ? ? <<a href="mailto:CAJc29FzwjPgLEzYSOjT3syYTAgKbSaVnXSJ_pTtACSdzKvT_WA@mail.gmail.com">CAJc29FzwjPgLEzYSOjT3syYTAgKbSaVnXSJ_pTtACSdzKvT_WA@mail.gmail.com</a>>
<br />>
> Content-Type: text/plain; charset="utf-8"
<br />>
>
<br />>
> Take out the :9090 and make sure you're pointing to nomads1.
<br />>
>
<br />>
> Erik Kabela
<br />>
>
<br />>
> On Oct 3, 2012 8:17 PM, "??? ?" <<a href="mailto:kojokroavi@gmail.com">kojokroavi@gmail.com</a>> wrote:
<br />>
> >
<br />>
> > I am working with windows and have the latest version of
Grads.
<br />>
> > I work a lot with the reanalysis, the server does not work, here is
a
<br />>
> link:
<br />>
> >
<br />>
> > <a target="_blank" href="http://nomad1.ncep.noaa.gov:9090/dods/">http://nomad1.ncep.noaa.gov:9090/dods/</a>
<br />>
> >
<br />>
> > Does anyone know what happened to this server?
<br />>
> >
<br />>
> > Thanks for answering.
<br />>
> >
<br />>
> > Regards
<br />>
> >
<br />>
> > avi.
<br />>
> >
<br />>
> > _______________________________________________
<br />>
> > gradsusr mailing list
<br />>
> > <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
> > <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
> >
<br />>
> -------------- next part --------------
<br />>
> An HTML attachment was scrubbed...
<br />>
> URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121003/37065086/attachment-0001.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121003/37065086/attachment-0001.html</a>
<br />>
>
<br />>
> ------------------------------
<br />>
>
<br />>
> Message: 5
<br />>
> Date: Wed, 03 Oct 2012 20:34:43 -0400
<br />>
> From: Jeff Lake <<a href="mailto:admin@michiganwxsystem.com">admin@michiganwxsystem.com</a>>
<br />>
> Subject: Re: [gradsusr] test
<br />>
> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
> Message-ID: <<a href="mailto:506CD9A3.1080005@michiganwxsystem.com">506CD9A3.1080005@michiganwxsystem.com</a>>
<br />>
> Content-Type: text/plain; charset="iso-8859-1"
<br />>
>
<br />>
> you fail :)
<br />>
>
<br />>
> -Jeff Lake
<br />>
> MichiganWxSystem.com
<br />>
> AllisonHouse.com
<br />>
> TheWeatherCenter.net
<br />>
> GRLevelXStuff.com
<br />>
>
<br />>
> On 10/3/2012 18:04, Jennifer Adams wrote:
<br />>
> >
<br />>
> >
<br />>
> >
<br />>
> >
<br />>
> >
<br />>
> > _______________________________________________
<br />>
> > gradsusr mailing list
<br />>
> > <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
> > <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
>
<br />>
> -------------- next part --------------
<br />>
> An HTML attachment was scrubbed...
<br />>
> URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121003/b2e14d38/attachment-0001.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121003/b2e14d38/attachment-0001.html</a>
<br />>
>
<br />>
> ------------------------------
<br />>
>
<br />>
> Message: 6
<br />>
> Date: Wed, 3 Oct 2012 21:42:43 -0400
<br />>
> From: Jennifer Adams <<a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>>
<br />>
> Subject: Re: [gradsusr] test
<br />>
> To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>>
<br />>
> Message-ID: <<a href="mailto:DB712CB6-4331-4ACE-B989-4072119EA3CB@cola.iges.org">DB712CB6-4331-4ACE-B989-4072119EA3CB@cola.iges.org</a>>
<br />>
> Content-Type: text/plain; charset="iso-8859-1"
<br />>
>
<br />>
> Yes. The forum was in a coma for about five days. If you posted anything
after Fri Sep 28 19:20:43 EDT 2012 and it hasn't shown up this evening,
please resend your post. Sorry for the inconvenience. --Jennifer
<br />>
>
<br />>
> On Oct 3, 2012, at 8:34 PM, Jeff Lake wrote:
<br />>
>
<br />>
> > you fail :)
<br />>
> > -Jeff Lake
<br />>
> > MichiganWxSystem.com
<br />>
> > AllisonHouse.com
<br />>
> > TheWeatherCenter.net
<br />>
> > GRLevelXStuff.com
<br />>
> > On 10/3/2012 18:04, Jennifer Adams wrote:
<br />>
> >>
<br />>
> >>
<br />>
> >>
<br />>
> >>
<br />>
> >>
<br />>
> >> _______________________________________________
<br />>
> >> gradsusr mailing list
<br />>
> >> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
> >> <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
> >
<br />>
> > _______________________________________________
<br />>
> > gradsusr mailing list
<br />>
> > <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
> > <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
>
<br />>
> --
<br />>
> Jennifer M. Adams
<br />>
> IGES/COLA
<br />>
> 4041 Powder Mill Road, Suite 302
<br />>
> Calverton, MD 20705
<br />>
> <a href="mailto:jma@cola.iges.org">jma@cola.iges.org</a>
<br />>
>
<br />>
> -------------- next part --------------
<br />>
> An HTML attachment was scrubbed...
<br />>
> URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121003/56a54471/attachment.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121003/56a54471/attachment.html</a>
<br />>
>
<br />>
> ------------------------------
<br />>
>
<br />>
> _______________________________________________
<br />>
> gradsusr mailing list
<br />>
> <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
> <a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
>
<br />>
> End of gradsusr Digest, Vol 32, Issue 3
<br />>
> ***************************************
<br />>
>
<br />>
<br />>
Ricardo Hallak
<br />>
<br />>
Departamento de Ci?ncias Atmosf?ricas (ACA)
<br />>
Instituto de Astronomia, Geof?sica e Ci?ncias Atmosf?ricas (IAG)
<br />>
Universidade de S?o Paulo (USP)
<br />>
Rua do Mat?o, 1226 - Cidade Universit?ria - S?o Paulo SP 05508-900
<br />>
Phone.: <a value="+551130912850" href="tel:%2B55%20%2811%29%203091-2850">+55
(11) 3091-2850</a>; 3091-4703
<br />>
Fax: <a value="+551130914714" href="tel:%2B55%20%2811%29%203091-4714">+55 (11)
3091-4714</a>
<br />>
<br />>
-------------- next part --------------
<br />>
An HTML attachment was scrubbed...
<br />>
URL: <a target="_blank" href="http://gradsusr.org/pipermail/gradsusr/attachments/20121005/5e3d5331/attachment.html">http://gradsusr.org/pipermail/gradsusr/attachments/20121005/5e3d5331/attachment.html</a>
<br />>
<br />>
------------------------------
<br />>
<br />>
_______________________________________________
<br />>
gradsusr mailing list
<br />>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<br />>
<a target="_blank" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
<br />>
<br />>
End of gradsusr Digest, Vol 32, Issue 11
<br />>
****************************************
<br />>
</blockquote>
<br />
<br />
<br />Ricardo Hallak
<br />
<br />
Departamento de Ciências Atmosféricas (ACA)
<br />
Instituto de Astronomia, Geofísica e Ciências Atmosféricas (IAG)
<br />
Universidade de São Paulo (USP)
<br />
Rua do Matão, 1226 - Cidade Universitária - São Paulo SP 05508-900
<br />
Phone.: +55 (11) 3091-2850; 3091-4703
<br />
Fax: +55 (11) 3091-4714
<br />
<br />
</font>
</BODY>
</HTML>