[gradsusr] gradsusr Digest, Vol 15, Issue 19

madan mahanty mmmahanty at gmail.com
Thu May 12 00:19:19 EDT 2011


Dear Sir,
                 i have a problem regarding instalation of Grads in linux
operating system.i downloaded the suplementary files from grads,but it is
not downloading the source code of linux for instalation of Grads.So can i
get the information how to get the source code of Linux .
Regards ..
Madan
On Wed, May 11, 2011 at 9:17 PM, <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. display the date (Simon Kiertscher)
>   2. Re: display the date (saeed bayat)
>   3. Re: display the date (Becker, Bernd)
>   4. Re: display the date (Nick Heath)
>   5. how can i open several data files in same time such as netCDF
>      files ? (AliReza Balalan Fard)
>   6. Re: how can i open several data files in same time such as
>      netCDF files ? (saeed bayat)
>   7. Re: Extracting MOS Data (Walsh, Brian J)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 11 May 2011 15:33:56 +0200
> From: Simon Kiertscher <simon.kiertscher at gmx.de>
> Subject: [gradsusr] display the date
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID: <4DCA9044.3010409 at gmx.de>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hi All,
>
> I have a problem regarding the displaying of the date/time.
> When I try to display a single time step, grads displays in the lower
> right corner the current date (e.g. 2011-05-11-14:50)
> When I have a animation (e.g. set t 1 50) it displays me the date of the
> data (e.g. 1950:12:30:10).
>
> What can I do to get the date from the data displayed (like in the
> animation), even when I display only a single picture?
>
> Best Regards,
> Simon
>
>
>
> ------------------------------
>
> Message: 2
> Date: Wed, 11 May 2011 19:05:47 +0430
> From: saeed bayat <saeedbayat7276 at gmail.com>
> Subject: Re: [gradsusr] display the date
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID: <BANLkTikmT65SvVd+Zd98wuwnd8S+T1EzSQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Simon
> It will work for your subject, use this script in your script:
>
> res = subwrd(result,3)
> basedate = substr(res,4,12)
> basetime = substr(res,1,3)
> res = subwrd(result,6)
> baseday=substr(res,1,3)
>
> It will show the date for you if you enter this command after above script:
> 'draw title text(whatever you want to write)-['basedate'-'basetime']'
> 'printim /path/name of your map whatever you want.gif x1200 y1000 white'
>
> regards
>
> Saeed Bayat
> M.Sc Student of Climatology
> Ferdowsi University of Mashhad(Iran)
> saeedbayat7276 at gmail.com
>
>
> On Wed, May 11, 2011 at 6:03 PM, Simon Kiertscher
> <simon.kiertscher at gmx.de>wrote:
>
> > Hi All,
> >
> > I have a problem regarding the displaying of the date/time.
> > When I try to display a single time step, grads displays in the lower
> > right corner the current date (e.g. 2011-05-11-14:50)
> > When I have a animation (e.g. set t 1 50) it displays me the date of the
> > data (e.g. 1950:12:30:10).
> >
> > What can I do to get the date from the data displayed (like in the
> > animation), even when I display only a single picture?
> >
> > Best Regards,
> > Simon
> >
> > _______________________________________________
> > 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/20110511/f7e572cf/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Wed, 11 May 2011 15:40:53 +0100
> From: "Becker, Bernd" <bernd.becker at metoffice.gov.uk>
> Subject: Re: [gradsusr] display the date
> To: "GrADS Users Forum" <gradsusr at gradsusr.org>
> Message-ID:
>        <
> E209E2066317644FB35E5AA0E8C1FB7F380F5B at EXXMAIL02.desktop.frd.metoffice.com
> >
>
> Content-Type: text/plain;       charset="us-ascii"
>
>
> q time
>
>
>
> --
> Bernd Becker   Climate Impacts Product Development
> Met Office Hadley Centre    FitzRoy Road  Exeter   Devon EX1 3PB  United
> Kingdom
> Tel.: +44 (0) 1392 884511 Fax: +44 (0)870 900 5050
> E-mail:bernd.becker at metoffice.gov.uk -
> http://www.metoffice.gov.uk/research/our-scientists/seasonal-to-decadal/
> bernd-becker
>
>
> -----Original Message-----
> From: gradsusr-bounces at gradsusr.org
> [mailto:gradsusr-bounces at gradsusr.org] On Behalf Of Simon Kiertscher
> Sent: 11 May 2011 14:34
> To: GrADS Users Forum
> Subject: [gradsusr] display the date
>
> Hi All,
>
> I have a problem regarding the displaying of the date/time.
> When I try to display a single time step, grads displays in the lower
> right corner the current date (e.g. 2011-05-11-14:50) When I have a
> animation (e.g. set t 1 50) it displays me the date of the data (e.g.
> 1950:12:30:10).
>
> What can I do to get the date from the data displayed (like in the
> animation), even when I display only a single picture?
>
> Best Regards,
> Simon
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
>
> ------------------------------
>
> Message: 4
> Date: Wed, 11 May 2011 10:41:21 -0400
> From: Nick Heath<nkh09 at fsu.edu>
> Subject: Re: [gradsusr] display the date
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID: <f686ad5744c4.4dca67d1 at fsu.edu>
> Content-Type: text/plain; charset=us-ascii
>
> Hi Simon,
>
> An easy solution to this is to use the following commands in your script
> after you set your time:
>
> 'q time'
> fdate=subwrd(result,3)
> fday=subwrd(result,6)
> 'draw title TITLE 'fday' 'fdate
>
> This will display the day (fday) (e.g., MON,WED,etc.) and the date (fdate)
> (e.g., 16z08jul2010) at the top of your plot.  The final result is MON
> 16Z08JUL2010 at the top of your image.  Hope this helps.
>
> -Nick
>
> ----- Original Message -----
> From: Simon Kiertscher <simon.kiertscher at gmx.de>
> Date: Wednesday, May 11, 2011 9:34 am
> Subject: [gradsusr] display the date
> To: GrADS Users Forum <gradsusr at gradsusr.org>
>
> > Hi All,
> >
> > I have a problem regarding the displaying of the date/time.
> > When I try to display a single time step, grads displays in the lower
> > right corner the current date (e.g. 2011-05-11-14:50)
> > When I have a animation (e.g. set t 1 50) it displays me the date
> > of the
> > data (e.g. 1950:12:30:10).
> >
> > What can I do to get the date from the data displayed (like in the
> > animation), even when I display only a single picture?
> >
> > Best Regards,
> > Simon
> >
> > _______________________________________________
> > gradsusr mailing list
> > gradsusr at gradsusr.org
> > http://gradsusr.org/mailman/listinfo/gradsusr
> >
>
>
> ------------------------------
>
> Message: 5
> Date: Wed, 11 May 2011 22:12:19 +0430
> From: AliReza Balalan Fard <fard792 at gmail.com>
> Subject: [gradsusr] how can i open several data files in same time
>        such as netCDF files ?
> To: gradsusr at gradsusr.org
> Message-ID: <BANLkTik_Ydi1xfixPUSd1WBZT-p8rv_oTQ at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> hi all
> how can i open several data files in same time such as netCDF format files
> ?
>
> i have a 850 , 700 , 500 mb of height parameter and i want to open all in
> same time in GrADS
> can i do this ?
>
>
>
> --
>
>
> Best regards,
> +++++++++++++++++++++++++++++++++++++
> Alireza
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20110511/4a8bfc12/attachment-0001.html
>
> ------------------------------
>
> Message: 6
> Date: Thu, 12 May 2011 00:09:30 +0430
> From: saeed bayat <saeedbayat7276 at gmail.com>
> Subject: Re: [gradsusr] how can i open several data files in same time
>        such as netCDF files ?
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID: <BANLkTimOXz_cFMK_C0571FbwvbFr0F4gRQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hi Alireza
>
> Please clear your question. Do you have several files in .nc format that
> you
> want open them in one process? You can use 'set dfile n' for each file you
> open it. If you have some .nc file that you want merge them, you can use
> 'ncrcat' in Linux OS. for example, if you have 20.nc, 21.nc, 22.nc,
> 23.ncand
> 24.nc and you want to create one file which include all of these files,
> you
> can use this command: ncrcat 20.nc 21.nc 22.nc 23.nc 24.nc output.nc
> There is another to link files in GrADS, that is lats4d.
>
> regards
>
> Saeed Bayat
> M.Sc Student of Climatology
> Ferdowsi University of Mashhad(Iran)
> saeedbayat7276 at gmail.com
>
> On Wed, May 11, 2011 at 10:12 PM, AliReza Balalan Fard <fard792 at gmail.com
> >wrote:
>
> > hi all
> > how can i open several data files in same time such as netCDF format
> files
> > ?
> > i have a 850 , 700 , 500 mb of height parameter and i want to open all in
> > same time in GrADS
> > can i do this ?
> >
> >
> >
> > --
> >
> >
> > Best regards,
> > +++++++++++++++++++++++++++++++++++++
> > Alireza
> >
> > _______________________________________________
> > 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/20110512/ae24f595/attachment-0001.html
>
> ------------------------------
>
> Message: 7
> Date: Wed, 11 May 2011 15:56:55 -0400
> From: "Walsh, Brian J" <brian.walsh at amec.com>
> Subject: Re: [gradsusr] Extracting MOS Data
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
>        <
> B789270628BCF248BD517FA6466290E4010D2643DC41 at ATT1-MBX1.global.amec.com>
>
> Content-Type: text/plain; charset="windows-1252"
>
> Just to add to this thread; has anyone had any experience extracting point
> values using GrADS for MOS data (NDFD grib files)?  Please let me know.
>
> Thanks
>
> Brian
>
> ________________________________
> From: gradsusr-bounces at gradsusr.org [gradsusr-bounces at gradsusr.org] On
> Behalf Of Walsh, Brian J
> Sent: May 10, 2011 4:58 PM
> To: gradsusr at gradsusr.org
> Subject: [gradsusr] Extracting MOS Data
>
> Dear GrADS Users,
>
> I?m downloading GFS MOS data in grib2 format (
> ftp://tgftp.nws.noaa.gov/SL.us008001/ST.opnl/DF.gr2/DC.ndgd/GT.mosgfs/AR.conus)
> and while I am able to plot the data fine, I can?t seem to extract data for
> particular locations.  The data seems to be on a Lambert Conformal grid.
>  When trying to extract data, I get an ?Interpolation Operand? error
> message.
>
> We are using GrADS version 2.0.a8 on a Linux server.
>
> Thanks in advance for any help.
>
> Regards,
>
> Brian
>
> ________________________________
> The information contained in this e-mail is intended only for the
> individual or entity to whom it is addressed.
> Its contents (including any attachments) may contain confidential and/or
> privileged information.
> If you are not an intended recipient you must not use, disclose,
> disseminate, copy or print its contents.
> If you receive this e-mail in error, please notify the sender by reply
> e-mail and delete and destroy the message.
>
> ________________________________
> The information contained in this e-mail is intended only for the
> individual or entity to whom it is addressed.
> Its contents (including any attachments) may contain confidential and/or
> privileged information.
> If you are not an intended recipient you must not use, disclose,
> disseminate, copy or print its contents.
> If you receive this e-mail in error, please notify the sender by reply
> e-mail and delete and destroy the message.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://gradsusr.org/pipermail/gradsusr/attachments/20110511/5a5f6b69/attachment.html
>
> ------------------------------
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>
> End of gradsusr Digest, Vol 15, Issue 19
> ****************************************
>



-- 
Mr.Madan Mohan Mahanty
Project Scientist-1
National Institute of Ocean Technology
Ministry of Earth Sciences,Govt of India.
NIOT Campus,Velachery,
Pallikaranai,Chennai-600100,India
Ph No-09543355408
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20110512/b1ff4618/attachment-0003.html 


More information about the gradsusr mailing list