<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi. I have a doubt. When I use the following WRF function.</div><div><br></div><div>The order in which I indicate the variables is the first longitude and then latitude, that is, first the X and then the Y.</div><div dir="ltr"><br></div>wrf_user_ll_to_xy(file,lon,lat,opt)</div><div dir="ltr"><br><div>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:</div><br>psfc = wrf_user_getvar(file,"slp",-1)<br>print(slp(time,lat,lon))</div><div dir="ltr"><br></div><div dir="ltr">-- <br><div dir="ltr" class="gmail_signature">Borja Sas González</div></div></div></div></div>