[ncl-talk] Robinson map projection over a specific region

Mary Haley haley at ucar.edu
Wed Oct 19 10:28:54 MDT 2016


Hi Thomas,

Sorry the ncl-talk email didn't work. You are now the third "gmail.com"
address that it has failed to go through.  I'll check with our support
people to see if they know what's up.

Do you have the original email that you can show me the time you sent the
email so they can look it up?  You can send this to me offline.

Back to the question at hand. I think you might need this:

res1 at mpLimitMode = "LatLon"

Whenever you change the map projection from the default
"cylindricalequidistant", then you have to set that resource whenever
selecting a subregion of the map.

--Mary


On Wed, Oct 19, 2016 at 12:51 AM, Thomas Tobian <thomastobian at gmail.com>
wrote:

> Hi Mary,
>
> I sent the following message to the NCL forum, but it did not appear on
> the milist.
> I suppose you understand the problem that i have below.
>
> Thomas
>
> ---------- Forwarded message ----------
> From: Thomas Tobian <thomastobian at gmail.com>
> Date: Tue, Oct 18, 2016 at 5:02 PM
> Subject: Robinson map projection over a specific region
> To: "ncl-talk at ucar.edu" <ncl-talk at ucar.edu>
>
>
> Hallo,
>
> I am trying to use a Robinson map projection over a specific region as
> follow:
>
>   res1 at mpGridAndLimbOn   = False
>   res1 at mpPerimOn           = False
>   res1 at mpProjection        = "Robinson"
>   res1 at lbOrientation        = "Vertical"
>   res1 at mpCenterLonF    = 180.
>   res1 at mpMinLonF         = 80.
>   res1 at mpMaxLonF        = 280.
>   res1 at mpMinLatF          = 10.
>   res1 at mpMaxLatF         = 80.
>
> Unfortunately, it didn't not work. Is there anything that i missed from
> the setup?
>
> Thanks
> Thomas
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20161019/6b4e67c8/attachment.html 


More information about the ncl-talk mailing list