corresponding lon and lat

fipoucat

Member
I am using a script that plots wrf profile at a grid. The script uses west_east and south_north values.
I wonder how to determine the corresponding values of lat and lon

example:

tem = tem.isel(Time=0).isel(south_north=282).sel(west_east=210)
 
Back
Top