[gradsusr] earth color

Jofre Janué jjanue at hotmail.com
Sat Mar 17 10:16:30 EDT 2012


Do you know how to draw a diferent color the earth than the see?, for exemple earth brown and sea blue.

> From: gradsusr-request at gradsusr.org
> Subject: gradsusr Digest, Vol 25, Issue 23
> To: gradsusr at gradsusr.org
> Date: Thu, 15 Mar 2012 19:03:38 -0400
> 
> 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: Station data time series. (Jayakrishnan PR)
>    2. Plot maximum temperature (RafaelCB)
>    3. Re: Plot maximum temperature (Davide Sacchetti)
>    4. Re: Plot maximum temperature (RafaelCB)
>    5. OpenGrADS websites down, download OK (Arlindo da Silva)
>    6. How to plot hatched pattern map ? (bo-dong at huskers.unl.edu)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Wed, 14 Mar 2012 11:12:55 +0530
> From: Jayakrishnan PR <prjayakrishnan at gmail.com>
> Subject: Re: [gradsusr] Station data time series.
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
> 	<CA+P5ZEFcAWQPCErdzn6dMn4ud=C53chR2JmiscSXgSaqQneh-A at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> The station data plotting is also there in the following link.
> 
> http://cookbooks.opengrads.org/index.php?title=Recipe-013:_Gridding_and_Plotting_Station_Data
> 
> 
> -- 
> Sincerely
> ***********************************************
> Jayakrishnan.P.R
> CSIR-Senior Research Fellow
> Department of Atmospheric Sciences
> Cochin University of Science and Technology (CUSAT), Cochin-682 016
> Kerala, India.
> Mob: 09895417565
> 
> ***********************************************
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120314/9cd8de6f/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 2
> Date: Wed, 14 Mar 2012 08:24:23 -0300
> From: RafaelCB <rafael.ciram at gmail.com>
> Subject: [gradsusr] Plot maximum temperature
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
> 	<CAAgZ0p+hmwvont5aATpDCM846x8JK7bTSJZrvG6NoUTMNvDY1w at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I'm difficulty to plot the maximum temperature time series.
> The model output is hourly. I need to extract the maximum temperature occurred
> in 24 hours and plot on a 2D map.
> I can extract to a text file, but need to do a program in Fortran to
> create"grib" or"
> bin" for later viewing on a map.
> I'm having difficulty creating the fortran script. I'd like to plot the
> figure without doing fortran script.
> 
> Regards,
> Rafael
> 
> -- 
> Rafael Censi Borges
> Meteorologia - Epagri/Ciram
> +55 (48)3239-8064/8066
> http://ciram.epagri.sc.gov.br
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120314/e3f2c5d8/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 14 Mar 2012 12:51:05 +0100
> From: "Davide Sacchetti" <davide.sacchetti at arpal.gov.it>
> Subject: Re: [gradsusr] Plot maximum temperature
> To: "GrADS Users Forum" <gradsusr at gradsusr.org>
> Message-ID: <20120314115105.d3fbcb55 at mbox.arpal.org>
> Content-Type: text/plain; charset="us-ascii"
> 
> _____  
> 
> From: RafaelCB [mailto:rafael.ciram at gmail.com]
> To: GrADS Users Forum [mailto:gradsusr at gradsusr.org]
> Sent: Wed, 14 Mar 2012 12:24:23 +0100
> Subject: [gradsusr] Plot maximum temperature
> 
> I'm difficulty to plot the maximum temperature time series.
>    The model output is hourly. I need to extract the maximum temperature occurred in 24 hours and plot on a 2D map.
>   I can extract to a text file, but need to do a program in Fortran  to create "grib" or "bin" for later viewing on a map. 
>   I'm having difficulty creating the fortran script. I'd like to plot the figure without doing fortran script.
>    
> Regards,
>  Rafael
> time series or 2D map?
> if you are looking for a 2D map, hourly data, you can use something like this:
> 
> d max(temperature,t=1,t=24)-273.16
> 
> hoping it helps
> bye bye
> Davide
> 
> -- 
> Rafael Censi Borges
> Meteorologia - Epagri/Ciram
> +55 (48)3239-8064/8066
>   http://ciram.epagri.sc.gov.br
> 
>     
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120314/aa8b0b28/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 4
> Date: Wed, 14 Mar 2012 11:45:36 -0300
> From: RafaelCB <rafael.ciram at gmail.com>
> Subject: Re: [gradsusr] Plot maximum temperature
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
> 	<CAAgZ0pJTySHorCVVSRSoMPcxaOg=iXSD0KnOto3fo2j_yW=-FQ at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> I broke my head and see that it was easier than I thought.
> Thank you, have a nice day.
> 
> 2012/3/14 Davide Sacchetti <davide.sacchetti at arpal.gov.it>
> 
> > **
> >
> > ------------------------------
> > *From:* RafaelCB [mailto:rafael.ciram at gmail.com]
> > *To:* GrADS Users Forum [mailto:gradsusr at gradsusr.org]
> > *Sent:* Wed, 14 Mar 2012 12:24:23 +0100
> > *Subject:* [gradsusr] Plot maximum temperature
> >
> >
> > I'm difficulty to plot the maximum temperature time series.
> > The model output is hourly. I need to extract the maximum temperature occurred
> > in 24 hours and plot on a 2D map.
> > I can extract to a text file, but need to do a program in Fortran to
> > create "grib" or "bin" for later viewing on a map.
> > I'm having difficulty creating the fortran script. I'd like to plot the
> > figure without doing fortran script.
> >
> > Regards,
> > Rafael
> >
> > time series or 2D map?
> > if you are looking for a 2D map, hourly data, you can use something like
> > this:
> > d max(temperature,t=1,t=24)-273.16
> >
> > hoping it helps
> > bye bye
> > Davide
> >
> >
> > --
> > Rafael Censi Borges
> > Meteorologia - Epagri/Ciram
> > +55 (48)3239-8064/8066
> > http://ciram.epagri.sc.gov.br
> >
> >
> > _______________________________________________
> > 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/20120314/d0b83f69/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 5
> Date: Wed, 14 Mar 2012 19:56:42 -0400
> From: Arlindo da Silva <dasilva at alum.mit.edu>
> Subject: [gradsusr] OpenGrADS websites down, download OK
> To: GrADS Users Forum <gradsusr at gradsusr.org>
> Message-ID:
> 	<CALz7xZfM_Zm7QnuURnbdcmm08T95sC-7oDn-=+=mYCxDYr9tFg at mail.gmail.com>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> All,
> 
>    We are experiencing some technical difficulties and the OpenGrADS
> websites
> 
>    http://opengrads.org
>    http://cookbooks.opengrads.org/
> 
> are currently down. However, source and binary files can still be download
> from sourceforge at
> 
>        http://sourceforge.net/projects/opengrads/files/
> 
>    Sorry for the inconvenience.
> 
>        Arlindo
> 
> -- 
> Arlindo da Silva
> dasilva at alum.mit.edu
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120314/9f8d9841/attachment-0001.html 
> 
> ------------------------------
> 
> Message: 6
> Date: Thu, 15 Mar 2012 23:03:30 +0000
> From: "bo-dong at huskers.unl.edu" <bo-dong at huskers.unl.edu>
> Subject: [gradsusr] How to plot hatched pattern map ?
> To: "gradsusr at gradsusr.org" <gradsusr at gradsusr.org>
> Message-ID:
> 	<2786CFE803CF424F9BC576909B972B4039B9A601 at CH1PRD0106MB174.prod.exchangelabs.com>
> 	
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Dear All,
> 
> 
> 
> Is there any method to plot hatched pattern on a map? ( similar to attached figure).
> 
> I would like to plot both of the two type of figures, one is of different hatched pattern. another one has a shaded color layer, and for those area with data statistically significant are hatched.
> 
> any idea about this?
> 
> 
> 
> Your assistance is greatly appreciated.
> 
> Thanks,
> 
> Bo
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120315/ebbd56a7/attachment.html 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: Screen shot.png
> Type: image/png
> Size: 99568 bytes
> Desc: Screen shot.png
> Url : http://gradsusr.org/pipermail/gradsusr/attachments/20120315/ebbd56a7/attachment.png 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: 20120303.png
> Type: image/png
> Size: 67081 bytes
> Desc: 20120303.png
> Url : http://gradsusr.org/pipermail/gradsusr/attachments/20120315/ebbd56a7/attachment-0001.png 
> 
> ------------------------------
> 
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
> 
> 
> End of gradsusr Digest, Vol 25, Issue 23
> ****************************************
 		 	   		  
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://gradsusr.org/pipermail/gradsusr/attachments/20120317/f017dcc0/attachment-0003.html 


More information about the gradsusr mailing list