From ehsantaghizadeh at yahoo.com Tue Apr 1 23:50:25 2025 From: ehsantaghizadeh at yahoo.com (Ehsan Taghizadeh) Date: Wed, 2 Apr 2025 05:50:25 +0000 (UTC) Subject: [ncl-talk] Visualization of WRF Output: Superimposition and Zooming References: <1920293968.370628.1743573026010.ref@mail.yahoo.com> Message-ID: <1920293968.370628.1743573026010@mail.yahoo.com> Dear NCL team, I would like to plot 10 m wind vectors, 2 m temperature as contours, and topography as shaded from a WRF output file. Additionally, I need to zoom in on a domain approximately 1 ? 1 degree. For instance, I would like to display one wind vector for every five grid points. I reviewed the provided page (https://www.ncl.ucar.edu/Applications/wrfzoom.shtml) and tried the attached script. While it is relatively clean, it has some issues?particularly with the labels on the axes, as shown. Any assistance in creating such a script would be greatly appreciated. ----------------------------------------------------------------------------- Best regards,Ehsan TaghizadehPh.D. Student in Natural Resources & Environmental Studies (NRES),????University of Northern British Columbia (UNBC) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: wind10_temp1.png Type: image/png Size: 177758 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: wind10_temp2.png Type: image/png Size: 150126 bytes Desc: not available URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: WRF_wind10_tempV2.ncl Type: application/octet-stream Size: 9598 bytes Desc: not available URL: From kemal.gurer at arb.ca.gov Wed Apr 2 14:33:40 2025 From: kemal.gurer at arb.ca.gov (Gurer, Kemal@ARB) Date: Wed, 2 Apr 2025 20:33:40 +0000 Subject: [ncl-talk] Visualization of WRF Output: Superimposition and Zooming In-Reply-To: <1920293968.370628.1743573026010@mail.yahoo.com> References: <1920293968.370628.1743573026010.ref@mail.yahoo.com> <1920293968.370628.1743573026010@mail.yahoo.com> Message-ID: Hi Ehsan, Try the attached ncl script to plot horizontal cross sections of several variables from your WRF output. Just read the command lines and posted comments to understand how the script operates and disregard the warnings that ncl issues. You can plot other variables by looking at the examples given in the script. Kemal. From: ncl-talk On Behalf Of Ehsan Taghizadeh via ncl-talk Sent: Tuesday, April 1, 2025 10:50 PM To: Ncl-talk Subject: [ncl-talk] Visualization of WRF Output: Superimposition and Zooming CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe. Dear NCL team, I would like to plot 10 m wind vectors, 2 m temperature as contours, and topography as shaded from a WRF output file. Additionally, I need to zoom in on a domain approximately 1 ? 1 degree. For instance, I would like to display one wind vector for every five grid points. I reviewed the provided page (https://www.ncl.ucar.edu/Applications/wrfzoom.shtml) and tried the attached script. While it is relatively clean, it has some issues-particularly with the labels on the axes, as shown. Any assistance in creating such a script would be greatly appreciated. ----------------------------------------------------------------------------- Best regards, Ehsan Taghizadeh Ph.D. Student in Natural Resources & Environmental Studies (NRES), University of Northern British Columbia (UNBC) -------------- next part -------------- An HTML attachment was scrubbed... URL: -------------- next part -------------- A non-text attachment was scrubbed... Name: wrf.hrz.cross.ncl Type: application/octet-stream Size: 48454 bytes Desc: wrf.hrz.cross.ncl URL: