NCL Scripts on GitHub

All other topics about postprocessing model data (GrADS and other software), about other numerical weather prediction software (including WRF-NMM and WRF-ARW discussion unrelated to UEMS/WRF EMS), and general meteorology talk go in this forum.
Post Reply
hinsberj
Posts: 4
Joined: Tue May 28, 2013 8:15 am
Contact:

NCL Scripts on GitHub

Post by hinsberj »

I'm learning a bit about GitHub, and have posted a few NCL scripts to my repo. The scripts are designed for WRF UEMS output (I'm running UEMS 18.12.1). So far, I have scripts that will generate png files for:
- CAPE/CIN
- SLP/Winds/Precip (should also include topo)
- Snow (Based on ACSNOW * SLR)
- Temp (2m Temp)
- 850, 700, 500, 250 hPa Height, Winds, RH

The temp and snow scripts will plot cities and sample values at that point. (the cities#.txt will need to be modified for your domain)
Most of the scripts will also plot a max and/or min value for the domain.

Fell free to grab them at https://github.com/WxAnalyst/pih-ncl-scripts . Modify them and use them as you please.

Merry Christmas!
Post Reply