Graphics: NCL – Example

A example script to calculate storm relative helicity: wrf_helicity.ncl

1. In this example we calculate storm relative helicity
2. Note in the wrf_user_getvar function, "helicity" will default to helicity from the surface to 3km.
3. To specify a custom level, for instance 1km, use: (/"helicity","1000"/)