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.
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:
The order in which I indicate the variables is the first longitude and then
latitude, that is, first the X and then the Y.
Code:
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:
Code:
psfc = wrf_user_getvar(file,"slp",-1)
print(slp(time,lat,lon))