[ncl-talk] Selected domain is wrong

Morteza Qadimi mqadimi at yahoo.com
Fri Dec 6 03:25:01 MST 2019


Greetings NCL wizards,
I'm trying to select 35-70N, 45W-90E domain from the global data. As you see, my domain is crossing the prime meridian. You can find the snippet I've used below:
UASEC1     = UA (:,{35:70},{315:90})

but this selects all longitudes, except the longitudes I want. I've attached the output plot. In addition, I used the below scripts, too. Unfortunately, none of them worked.
UASEC1     = UA (:,{35:70},{90:315})
UASEC1     = UA (:,{35:70},280:80)
UASEC1     = UA (:,{35:70},80:280)

80 and 280 are the number of the longitudes corresponding to 90N and 315N respectively. Any Idea?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191206/ac843ff8/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Untitled.png
Type: image/png
Size: 46584 bytes
Desc: not available
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191206/ac843ff8/attachment-0001.png>


More information about the ncl-talk mailing list