Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

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)
 
You can also use ncview to look at wrfout file, and find lat/long of the grids you are interested.
 
Top