<div dir="ltr">The % sign is used for concatenation of strings.  However, the concatenation is implied by the use of repeated single quotes with a space between, which implies that if that command were issued at the command prompt, the space would already be in there.  Thus the command would be okay.  The example shows how the % doesn&#39;t NEED to be used, but how it CAN be used.<br>
<br>Jeff Duda<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 19, 2013 at 12:50 PM, Mayes, Fred <span dir="ltr">&lt;<a href="mailto:Fred.Mayes@eia.gov" target="_blank">Fred.Mayes@eia.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The script URL provides the following example:<br>
<br>
&#39;open my_sst_dataset.ctl&#39;<br>
prompt &#39;Enter min and max latitudes: &#39;<br>
pull minlat maxlat<br>
prompt &#39;Enter min and max longitudes: &#39;<br>
pull minlon maxlon<br>
&#39;set lat &#39;minlat%&#39; &#39;%maxlat<br>
&#39;set lon &#39;minlon&#39; &#39;maxlon<br>
&#39;display sst&#39;<br>
<br>
Why is the &quot;%&quot; sign not used with the &quot;set lon&quot; command?<br>
<br>
Fred M.<br>
<br>
-----Original Message-----<br>
From: <a href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</a> [mailto:<a href="mailto:gradsusr-bounces@gradsusr.org">gradsusr-bounces@gradsusr.org</a>] On Behalf Of <a href="mailto:gradsusr-request@gradsusr.org">gradsusr-request@gradsusr.org</a><br>

Sent: Tuesday, November 19, 2013 12:00 PM<br>
To: <a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
Subject: gradsusr Digest, Vol 45, Issue 41<br>
<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 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 &#39;help&#39; 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 than &quot;Re: Contents of gradsusr digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. Re: Eurocentric global map (Cara Duckworth)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Tue, 19 Nov 2013 17:00:20 +0000<br>
From: Cara Duckworth &lt;<a href="mailto:cara.duckworth@keble.ox.ac.uk">cara.duckworth@keble.ox.ac.uk</a>&gt;<br>
Subject: Re: [gradsusr] Eurocentric global map<br>
To: GrADS Users Forum &lt;<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
Message-ID:<br>
        &lt;<a href="mailto:A4E83836710D234FA6C4B8ECB9E60B1F3051C9@MBX09.ad.oak.ox.ac.uk">A4E83836710D234FA6C4B8ECB9E60B1F3051C9@MBX09.ad.oak.ox.ac.uk</a>&gt;<br>
Content-Type: text/plain; charset=&quot;us-ascii&quot;<br>
<br>
Hi Jim<br>
<br>
Thanks for your response. If I set lon to 180,540 the problem flips.<br>
<br>
If set lon to 0 540, no values are attached to 360+. Is there a way of sorting this?<br>
<br>
Best,<br>
Cara<br>
<br>
[cid:F62102ED-71DA-43A7-94A9-981A4C0488B5]<br>
<br>
On 19 Nov 2013, at 16:22, &quot;James T. Potemra&quot; &lt;<a href="mailto:jimp@hawaii.edu">jimp@hawaii.edu</a>&lt;mailto:<a href="mailto:jimp@hawaii.edu">jimp@hawaii.edu</a>&gt;&gt;<br>
 wrote:<br>
<br>
Cara:<br>
<br>
Can you try &#39;set lon 180 540&#39;?  This should work if your longitude values are continuous.<br>
<br>
Jim<br>
On 11/19/13 5:44 AM, Cara Duckworth wrote:<br>
Hi Chuck,<br>
<br>
Thanks for your response. Yes, I just checked: lon = 0,360.<br>
<br>
Is there a way that I can change this so that I can plot the global map from lon -180 to 180 (with Europe in the middle)?<br>
When I plot it at lon=0,360, the map is fine but America is in the centre and I need Europe in the centre.<br>
<br>
Best,<br>
Cara<br>
<br>
On 19 Nov 2013, at 15:15, Charles Seman - NOAA Federal &lt;<a href="mailto:charles.seman@noaa.gov">charles.seman@noaa.gov</a>&lt;mailto:<a href="mailto:charles.seman@noaa.gov">charles.seman@noaa.gov</a>&gt;&gt; wrote:<br>

<br>
Cara,<br>
<br>
Check to see if the variable you&#39;re trying to plot has been defined locally in GrADS and what the longitude range is for it.  I was able to replicate the issue by defining a local GrADS variable for lon = (0,360) and then when displaying it for lon = (-180,180) the left half was missing.<br>

<br>
Hope this helps,<br>
Chuck<br>
<br>
On 11/19/2013 09:33 AM, Cara Duckworth wrote:<br>
Thanks Alan and Chris,<br>
<br>
I&#39;m still having troubles plotting the map.<br>
When I use &quot;set lon -180 180&quot;, one half of the plot is missing (see image attached)<br>
<br>
Without this instruction the map is fine (with all data displayed), though Europe is not in the centre.<br>
Any ideas as to what I have done wrong?<br>
<br>
Best,<br>
Cara<br>
<br>
<br>
<br>
<br>
<br>
On 19 Nov 2013, at 13:25, Bill Reilly &lt;<a href="mailto:bill_reilly@compuserve.com">bill_reilly@compuserve.com</a>&lt;mailto:<a href="mailto:bill_reilly@compuserve.com">bill_reilly@compuserve.com</a>&gt;<br>
&lt;mailto:<a href="mailto:bill_reilly@compuserve.com">bill_reilly@compuserve.com</a>&gt;&gt; wrote:<br>
<br>
Alan:<br>
<br>
I think you mean:<br>
<br>
set lon -180 180<br>
<br>
--<br>
<br>
Bill Reilly<br>
<a href="http://www.passageweather.com" target="_blank">www.passageweather.com</a>&lt;<a href="http://www.passageweather.com" target="_blank">http://www.passageweather.com</a>&gt; &lt;<a href="http://www.passageweather.com" target="_blank">http://www.passageweather.com</a>&gt;<br>

<br>
On 11/19/2013 1:30 PM, Alan Robock wrote:<br>
Dear Cara<br>
<br>
set lat -180 180<br>
<br>
or if you don&#39;t want to split Alaska:<br>
<br>
set lat -170 190<br>
Alan Robock<br>
<br>
Alan Robock, Distinguished Professor<br>
 Editor, Reviews of Geophysics<br>
 Director, Meteorology Undergraduate Program<br>
Department of Environmental Sciences             Phone: +1-848-932-5751<br>
Rutgers University                                 Fax: +1-732-932-8644<br>
14 College Farm Road                  <a href="mailto:E-mail%3Arobock@envsci.rutgers.edu">E-mail:robock@envsci.rutgers.edu</a>&lt;<a href="http://envsci.rutgers.edu" target="_blank">http://envsci.rutgers.edu</a>&gt;<br>
New Brunswick, NJ 08901-8551  USAhttp://<a href="http://envsci.rutgers.edu/~robock" target="_blank">envsci.rutgers.edu/~robock</a><br>
                                         <a href="http://twitter.com/AlanRobock" target="_blank">http://twitter.com/AlanRobock</a> Watch my 18 min TEDx talk athttp://<a href="http://www.youtube.com/watch?v=qsrEk1oZ-54" target="_blank">www.youtube.com/watch?v=qsrEk1oZ-54</a><br>

<br>
On 11/19/2013 6:54 AM, Cara Duckworth wrote:<br>
Dear users,<br>
<br>
I need to plot a global map, which is centred on the Prime Meridian (i.e. a Eurocentric map).<br>
Currently, the Prime Meridian is at either edge of my plot. How do I change this?<br>
<br>
Thanks,<br>
Cara<br>
<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
--<br>
<br>
Please note that <a href="mailto:Charles.Seman@noaa.gov">Charles.Seman@noaa.gov</a>&lt;mailto:<a href="mailto:Charles.Seman@noaa.gov">Charles.Seman@noaa.gov</a>&gt; should be considered my NOAA email address, not <a href="mailto:cjs@gfdl.noaa.gov">cjs@gfdl.noaa.gov</a>&lt;mailto:<a href="mailto:cjs@gfdl.noaa.gov">cjs@gfdl.noaa.gov</a>&gt;.<br>

<br>
********************************************************************<br>
 Charles Seman                                <a href="mailto:Charles.Seman@noaa.gov">Charles.Seman@noaa.gov</a>&lt;mailto:<a href="mailto:Charles.Seman@noaa.gov">Charles.Seman@noaa.gov</a>&gt;<br>
 U.S. Department of Commerce / NOAA / OAR<br>
 Geophysical Fluid Dynamics Laboratory         voice: (609) 452-6547<br>
 201 Forrestal Road                              fax: (609) 987-5063<br>
 Princeton, NJ  08540-6649            <a href="http://www.gfdl.noaa.gov/~cjs/" target="_blank">http://www.gfdl.noaa.gov/~cjs/</a><br>
********************************************************************<br>
<br>
&quot;The contents of this message are mine personally and do not reflect any official or unofficial position of the United States Federal Government, the United States Department of Commerce, or NOAA.&quot;<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&lt;mailto:<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>&gt;<br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131119/049cab99/attachment.html" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131119/049cab99/attachment.html</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: Screen Shot 2013-11-19 at 16.57.54.png<br>
Type: image/png<br>
Size: 338604 bytes<br>
Desc: Screen Shot 2013-11-19 at 16.57.54.png Url : <a href="http://gradsusr.org/pipermail/gradsusr/attachments/20131119/049cab99/attachment.png" target="_blank">http://gradsusr.org/pipermail/gradsusr/attachments/20131119/049cab99/attachment.png</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 45, Issue 41<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>
</blockquote></div><br><br clear="all"><br>-- <br>Jeff Duda<br>Graduate research assistant<br>University of Oklahoma School of Meteorology<br>Center for Analysis and Prediction of Storms<br>
</div>