[ncl-talk] Order in latitude/longitude variables
Borja Sas González
saszalez at gmail.com
Wed Oct 2 03:15:03 MDT 2019
Hi. I have a doubt. When I use the following WRF function.
The order in which I indicate the variables is the first longitude and then
latitude, that is, first the X and then the Y.
wrf_user_ll_to_xy(file,lon,lat,opt)
But when I use another function and want to print the data at the point I
want, first is latitude and then longitude (first Y and then X)? Example:
psfc = wrf_user_getvar(file,"slp",-1)
print(slp(time,lat,lon))
--
Borja Sas González
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20191002/9035ada0/attachment.html>
More information about the ncl-talk
mailing list