[gradsusr] gradsusr Digest, Vol 75, Issue 17

mahmoud elkarim mgaberelkarim at gmail.com
Wed May 18 11:25:00 EDT 2016


dear grad users

i have wrfout file in 6 hours time interval. i want to draw daily total
precipitation, total precipitation is sum of two variables (RAINNC+RAINC)
but wrf output has accumulated precipitation. it means every next time
interval equal the sum of all previous time intervals, if i have 5 day
forecast how can i get accumulated precipitation for each day.

thanks in advance
mahmoud

On Tue, May 17, 2016 at 6:40 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: Is there a way to run GrADS with the -m argument in batch
>       mode? (Bob Kuligowski - NOAA Federal)
>    2. Is there any way to export data in NetCDF and HDF5 to excel,
>       in order to proccess the data (Carlos Enciso Ojeda)
>    3. Re: Is there any way to export data in NetCDF and HDF5 to
>       excel, in order to proccess the data (hersala)
>    4. modifying default longitude grid centered at 180 (Kyle Clem)
>    5. Re: modifying default longitude grid centered at 180 (Jeff Duda)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 16 May 2016 15:25:57 -0400
> From: Bob Kuligowski - NOAA Federal <bob.kuligowski at noaa.gov>
> Subject: Re: [gradsusr] Is there a way to run GrADS with the -m
>         argument in batch mode?
> To: gradsusr at gradsusr.org
> Message-ID: <7e78b2b4-e784-f839-90ec-96cff75c414b at noaa.gov>
> Content-Type: text/plain; charset="windows-1252"
>
> Mark and Jennifer,
>
>      Thanks for clarifying; I was thinking that all of the arguments had
> to be together after the - sign and that was obviously incorrect.  It
> works now; thanks!
>
>      And I'll definitely be all over version 2.1 once it graduates from
> the alpha / beta stage...just a little nervous about doing RT stuff for
> a Web page until I'm sure the release is stable. Looking forward to it!
>
> Cheers,
> Bob
> > Hi, Bob ?
> > This mixed bag of syntax options works for me:
> >
> > #!/bin/sh
> > buffsz=200000
> > script='font.gs 3'
> > args='-lm '$buffsz
> > /usr/local/grads/bin/grads $args -c "$script"
> >
> > Mark?s comment that you should be careful not to allocate more memory
> > than is available on your system is valid. If you are using version
> > 2.1 then the -m option is not needed ? GrADS will automatically
> > allocate memory as needed to store the metabuffer for your graphic.
> > ?Jennifer
> >
> >
> > On May 10, 2016, at 1:44 PM, Bob Kuligowski - NOAA Federal
> > <bob.kuligowski at noaa.gov <mailto:bob.kuligowski at noaa.gov>> wrote:
> >
> >> All,
> >>
> >>     I'd like to make images of some larger datasets so I need to use
> >> e.g., grads -m 20000 to expand the buffer.  However, when I try to
> >> use that particular argument in a shell script (instead of from the
> >> command line) the 20000000 trips it up; I've tried a bunch of
> >> combinations and nothing seems to work.  Is there another way to
> >> expand the buffer when running in batch mode?  Thanks!
> >>
> >> Cheers,
> >> --
> >> Bob Kuligowski, Ph.D.
> >> Meteorologist
> >> NOAA/NESDIS/Center for Satellite Applications and Research (STAR)
> >>
> >> Mailing Address:
> >> National Oceanic and Atmospheric Administration
> >> NESDIS STAR/SMCD
> >> Bob Kuligowski
> >> NCWCP E/RA2
> >> 5830 University Research Court
> >> 2nd Floor, Office #2828
> >> College Park, MD 20740-3818
> >>
> >> Phone:  (301) 683-3593
> >> Fax  :  (301) 683-3616
> >>
> >> http://www.star.nesdis.noaa.gov/star/Kuligowski_B.php
> >> http://www.star.nesdis.noaa.gov/smcd/emb/ff/index.php
> >>
> >> _______________________________________________
> >> gradsusr mailing list
> >> gradsusr at gradsusr.org <mailto:gradsusr at gradsusr.org>
> >> http://gradsusr.org/mailman/listinfo/gradsusr
> >
> > --
> > Jennifer Miletta Adams
> > Center for Ocean-Land-Atmosphere Studies (COLA)
> > George Mason University
> >
> >
> >
> >
> >
> > _______________________________________________
> > gradsusr mailing list
> > gradsusr at gradsusr.org
> > http://gradsusr.org/mailman/listinfo/gradsusr
>
>
> --
> Bob Kuligowski, Ph.D.
> Meteorologist
> NOAA/NESDIS/Center for Satellite Applications and Research (STAR)
>
> Mailing Address:
> National Oceanic and Atmospheric Administration
> NESDIS STAR/SMCD
> Bob Kuligowski
> NCWCP E/RA2
> 5830 University Research Court
> 2nd Floor, Office #2828
> College Park, MD 20740-3818
>
> Phone:  (301) 683-3593
> Fax  :  (301) 683-3616
>
> http://www.star.nesdis.noaa.gov/star/Kuligowski_B.php
> http://www.star.nesdis.noaa.gov/smcd/emb/ff/index.php
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20160516/74e01a3f/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Mon, 16 May 2016 15:19:04 -0500
> From: Carlos Enciso Ojeda <20071058 at lamolina.edu.pe>
> Subject: [gradsusr] Is there any way to export data in NetCDF and HDF5
>         to excel, in order to proccess the data
> To: gradsusr at gradsusr.org
> Message-ID:
>         <
> CAE39umh8erNq+-9RpPiuo7YfOOnQmaVtd0HE_KUwJDfQvQxGkA at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Hello everybody
>
> I've just asked you about how to export data to excel format, in the case
> of request this information, in 3 columns... (longitud, latitud and the
> variable)
>
> Thanks a lot foryour help!
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20160516/b3566075/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Mon, 16 May 2016 18:11:23 -0300
> From: hersala <hersala at gmail.com>
> Subject: Re: [gradsusr] Is there any way to export data in NetCDF and
>         HDF5 to excel, in order to proccess the data
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
>         <CA+0GtdugA1rQw820L6OT79TKT0eftxE1hysSs-yTe1+b=
> h_i+g at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
>
> http://cookbooks.opengrads.org/index.php?title=Recipe-002:_Saving_GrADS_variable_data_to_a_text_file
>
> On 16 May 2016 at 17:19, Carlos Enciso Ojeda <20071058 at lamolina.edu.pe>
> wrote:
>
> > Hello everybody
> >
> > I've just asked you about how to export data to excel format, in the case
> > of request this information, in 3 columns... (longitud, latitud and the
> > variable)
> >
> > Thanks a lot foryour help!
> >
> > _______________________________________________
> > gradsusr mailing list
> > gradsusr at gradsusr.org
> > http://gradsusr.org/mailman/listinfo/gradsusr
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20160516/f81720c3/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Mon, 16 May 2016 22:54:35 +0000
> From: Kyle Clem <Kyle.Clem at vuw.ac.nz>
> Subject: [gradsusr] modifying default longitude grid centered at 180
> To: "gradsusr at gradsusr.org" <gradsusr at gradsusr.org>
> Message-ID:
>         <
> SY3PR01MB01720C5CCBBA15D64AEB400EAA770 at SY3PR01MB0172.ausprd01.prod.outlook.com
> >
>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi,
>
>
> I am working with ERA Interim reanalysis data and NOAA SST data, which
> start at longitude 0 and run to 360. The grads default lat/lon grid centers
> this data about the dateline/180 degrees. I would like to have the plot
> begin from say 60?E and run around the full 360 degrees, so centered at
> 60?W/240?E. I have tried to achieve this two ways: set the longitude values
> to 60 420 and -60 300. However, the data is cut off and is no longer
> continuous. Is there an alternative way to change the plot so that it is
> centered at a different longitude value, but remains continuous around the
> globe? It works fine in mproj sps format, but I would like to keep the
> mproj in the default lat/lon grid.
>
>
> Any help or suggestions would be appreciated.
>
>
> Regards,
>
> Kyle
>
> ----------------------
> Kyle Clem, M.Sc.
> PhD Student
> School of Geography, Environment and Earth Sciences
> Victoria University of Wellington
> Cotton Building, Room 222
> kyle.clem at vuw.ac.nz
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20160516/0e989b40/attachment-0001.html
>
> ------------------------------
>
> Message: 5
> Date: Mon, 16 May 2016 23:40:53 -0500
> From: Jeff Duda <jeffduda319 at gmail.com>
> Subject: Re: [gradsusr] modifying default longitude grid centered at
>         180
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
>         <
> CAAig09BYYyNVKbcsQj+ZH0JQFRFrEzLm3Yn0V0xCVzS-3Wg-uw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> I think 'set mpvals' can be used to achieve the desired result. Try messing
> around with that function.
>
> Jeff Duda
>
> On Mon, May 16, 2016 at 5:54 PM, Kyle Clem <Kyle.Clem at vuw.ac.nz> wrote:
>
> > Hi,
> >
> >
> > I am working with ERA Interim reanalysis data and NOAA SST data, which
> > start at longitude 0 and run to 360. The grads default lat/lon grid
> centers
> > this data about the dateline/180 degrees. I would like to have the plot
> > begin from say 60?E and run around the full 360 degrees, so centered at
> > 60?W/240?E. I have tried to achieve this two ways: set the longitude
> values
> > to 60 420 and -60 300. However, the data is cut off and is no longer
> > continuous. Is there an alternative way to change the plot so that it is
> > centered at a different longitude value, but remains continuous around
> the
> > globe? It works fine in mproj sps format, but I would like to keep the
> > mproj in the default lat/lon grid.
> >
> >
> > Any help or suggestions would be appreciated.
> >
> >
> > Regards,
> >
> > Kyle
> >
> >
> > ----------------------
> >
> > Kyle Clem, M.Sc.
> >
> > PhD Student
> >
> > School of Geography, Environment and Earth Sciences
> >
> > Victoria University of Wellington
> >
> > Cotton Building, Room 222
> >
> > kyle.clem at vuw.ac.nz
> >
> > _______________________________________________
> > gradsusr mailing list
> > gradsusr at gradsusr.org
> > http://gradsusr.org/mailman/listinfo/gradsusr
> >
> >
>
>
> --
> Jeff Duda
> Graduate research assistant
> University of Oklahoma School of Meteorology
> Center for Analysis and Prediction of Storms
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20160516/84e2858c/attachment.html
>
> ------------------------------
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
> End of gradsusr Digest, Vol 75, Issue 17
> ****************************************
>



-- 

Mahmoud  Gaber Aly
Meteorologist
Nile Forecast center
Planing Sector
Ministry of Water Resources and Irrigation
cornich El-Nile, Imbaba, Giza, Egypt
Tel: (+202) 35449521
E-mail: mgaber_elkarim at yahoo.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20160518/3a1a692b/attachment-0001.html 


More information about the gradsusr mailing list