hi i am facing a problem while converting a csv file of 1872 entries to a binary file through a code. i get this error everytime that "File size limit exceeded" i tried to reduce the number of entries but it's not working. any idea how to resolve it?<br>
<br><div class="gmail_quote">On Sat, Sep 29, 2012 at 9:00 AM, <span dir="ltr"><<a href="mailto:gradsusr-request@gradsusr.org" target="_blank">gradsusr-request@gradsusr.org</a>></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 '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>
<br>
Today's Topics:<br>
<br>
1. Re: results not displayed (Jeff Duda)<br>
2. Re: Creating a netcdf with a mercator projection, or a<br>
reflectivity grib2 file (Thomas Robinson)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Fri, 28 Sep 2012 12:41:53 -0500<br>
From: Jeff Duda <<a href="mailto:jeffduda319@gmail.com">jeffduda319@gmail.com</a>><br>
Subject: Re: [gradsusr] results not displayed<br>
To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>><br>
Message-ID:<br>
<CAAig09Bn0KPy5A_mcoLWEzvjcOFjC9NkfLH76V==<a href="mailto:6ZDBXtZ%2BSA@mail.gmail.com">6ZDBXtZ+SA@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Either insert this:<br>
prompt '' <-(two single quotes or two double quotes)<br>
pull var<br>
<br>
or insert this:<br>
'q pos'. This waits for a mouse click instead of an enter key.<br>
<br>
Jeff Duda<br>
<br>
On Fri, Sep 28, 2012 at 2:15 AM, Raj Waghobadada <<a href="mailto:waghobadada@gmail.com">waghobadada@gmail.com</a>>wrote:<br>
<br>
> Thanks to all and specially Davide Sacchetti.<br>
> It worked with print result.<br>
><br>
> One more thing!<br>
> If I want to wait for enter stroke (from key board)<br>
> and after heating enter, rest script has to run.<br>
> what should I add in script?????<br>
><br>
><br>
> On 9/27/12, Davide Sacchetti <<a href="mailto:davide.sacchetti@arpal.gov.it">davide.sacchetti@arpal.gov.it</a>> wrote:<br>
> > in scripts standard output is redirected on a variable named 'result'<br>
> > try inserting in you script (after display): print result<br>
> > it should work<br>
> > bye bye<br>
> > Davide<br>
> ><br>
> > On Thu, 2012-09-27 at 17:10 +0530, Raj Waghobadada wrote:<br>
> >><br>
> >> hello friends ,<br>
> >><br>
> >> i made a simple script.<br>
> >><br>
> >> sdfopen <a href="http://uwnd.nc" target="_blank">uwnd.nc</a><br>
> >> set lat 20<br>
> >> set lon 30<br>
> >> set t 1<br>
> >> d uwnd<br>
> >><br>
> >> which has to give me a single value results.<br>
> >> i have get accurate value when I manually write the commands on<br>
> >> terminal (without any error).<br>
> >> but when I prepare the above script file and run it then i couldn't<br>
> >> able to see the result in terminal window.<br>
> >> there is no error massage again.<br>
> >> I think there is problem of fontcolor and background color but I am<br>
> >> not sure.<br>
> >> How to solve the above problem??<br>
> >><br>
> >> Thanks in advance.<br>
> >><br>
> >><br>
> >><br>
> >> --<br>
> >> Raviraj Waghmare<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>
> > --> 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<br>
> > 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>
> > 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>
><br>
> --<br>
> Raviraj Waghmare<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>
<br>
<br>
--<br>
Jeff Duda<br>
Graduate research assistant<br>
University of Oklahoma School of Meteorology<br>
Center for Analysis and Prediction of Storms<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20120928/38e3791a/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20120928/38e3791a/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Fri, 28 Sep 2012 13:20:43 -1000<br>
From: Thomas Robinson <<a href="mailto:ter@hawaii.edu">ter@hawaii.edu</a>><br>
Subject: Re: [gradsusr] Creating a netcdf with a mercator projection,<br>
or a reflectivity grib2 file<br>
To: GrADS Users Forum <<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>><br>
Message-ID:<br>
<CABa1TPiUfRmNgtvt39csDUvkROw=<a href="mailto:tT1BpfKOPrr26oiGnqTA-w@mail.gmail.com">tT1BpfKOPrr26oiGnqTA-w@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="iso-8859-1"<br>
<br>
Wesley,<br>
<br>
Thank you, you are a life saver.<br>
<br>
Summary:<br>
My problem was that I used *<a href="http://g2grb.gs" target="_blank">g2grb.gs</a>* to create a *grib2 output* file using<br>
grads. My variable is *reflectivity* and I needed to find a suitable *grib<br>
name* for the reflectivity. The names are listed below.<br>
<br>
-Tom<br>
<br>
On Fri, Sep 28, 2012 at 1:55 AM, Wesley Ebisuzaki <<a href="mailto:wesley.ebisuzaki@noaa.gov">wesley.ebisuzaki@noaa.gov</a><br>
> wrote:<br>
<br>
> Tom,<br>
><br>
><br>
> | I can create a grib2 file with reflectivity as the variable. I used<br>
> <a href="http://g2grb.gs" target="_blank">g2grb.gs</a> to do this, but there is no standard grib name for reflectivity<br>
><br>
> How about:<br>
><br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 1, "BREF", "Base Reflectivity", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 4, "LMAXBR", "Layer Maximum Base<br>
> Reflectivity", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 9, "RFCD", "Reflectivity of Cloud<br>
> Droplets Validation", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 10, "RFCI", "Reflectivity of Cloud Ice<br>
> Validation", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 11, "RFSNOW", "Reflectivity of Snow<br>
> Validation", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 12, "RFRAIN", "Reflectivity of Rain<br>
> Validation", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 13, "RFGRPL", "Reflectivity of Graupel<br>
> Validation", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 15, 14, "RFHAIL", "Reflectivity of Hail<br>
> Validation", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 16, 0, "REFZR", "Equivalent radar reflectivity<br>
> factor for rain", "mm^6/m^3"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 16, 1, "REFZI", "Equivalent radar reflectivity<br>
> factor for snow", "mm^6/m^3"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 16, 2, "REFZC", "Equivalent radar reflectivity<br>
> factor for parameterized convection", "mm^6/m^3"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 16, 4, "REFD", "Reflectivity", "dB"},<br>
> gribtab.dat:{ 0, 1, 0, 0, 16, 5, "REFC", "Composite reflectivity", "dB"},<br>
> (NCEP local def'n)<br>
> gribtab.dat:{ 3, 1, 0, 0, 1, 9, "RFL06", "Reflectance in 0.6 Micron<br>
> Channel", "%"},<br>
> gribtab.dat:{ 3, 1, 0, 0, 1, 10, "RFL08", "Reflectance in 0.8 Micron<br>
> Channel", "%"},<br>
> gribtab.dat:{ 3, 1, 0, 0, 1, 11, "RFL16", "Reflectance in 1.6 Micron<br>
> Channel", "%"},<br>
> gribtab.dat:{ 3, 1, 0, 0, 1, 12, "RFL39", "Reflectance in 3.9 Micron<br>
> Channel", "%"},<br>
><br>
> Wesley<br>
><br>
> On Thu, Sep 27, 2012 at 7:26 PM, Thomas Robinson <<a href="mailto:ter@hawaii.edu">ter@hawaii.edu</a>> wrote:<br>
><br>
>> Aloha GrADs Users,<br>
>><br>
>> I am trying to create a netCDF file from my GrADS data as a Mercator<br>
>> projection. Apparently when I try to use:<br>
>> 'set sdfwrite <a href="http://reflectivity.nc" target="_blank">reflectivity.nc</a>'<br>
>> 'sdfwrite reflectivity'<br>
>> where reflectivity is my variable and <a href="http://reflectivity.nc" target="_blank">reflectivity.nc</a> is my netCDF file,<br>
>> it produces a netCDF file on a lat/lon projection. So I either need to<br>
>> convert the output to a Mercator projection grid or I need to somehow<br>
>> create the netCDF from GrADS as a Mercator projection.<br>
>><br>
>> ALTERNATIVELY:<br>
>> I can create a grib2 file with reflectivity as the variable. I used<br>
>> <a href="http://g2grb.gs" target="_blank">g2grb.gs</a> to do this, but there is no standard grib name for<br>
>> reflectivity. Just using a different variable name (such as HGT) is<br>
>> unacceptable for this project.<br>
>><br>
>> Any help you can provide will be most appreciated.<br>
>><br>
>> --<br>
>> Tom Robinson<br>
>> President - Graduate Student Organization<br>
>> Graduate Student - Department of Meteorology<br>
>> 732-718-2323<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>
><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>
<br>
<br>
--<br>
Tom Robinson<br>
President - Graduate Student Organization<br>
Graduate Student - Department of Meteorology<br>
732-718-2323<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20120928/0f02a6d8/attachment-0001.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20120928/0f02a6d8/attachment-0001.html</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 31, Issue 41<br>
****************************************<br>
</blockquote></div><br>