Previous: Unidata Support Next: Appendix Table of contents Frames User Manual GEMPAK Online Tutorial

26 GEMPAK Exam
Here we will build an script that may be used either interactively, or as a batch script. While you may not wish to run this script at your site, you should be able to apply your knowledge of GEMPAK and similar principles to either create your own scripts, or to modify those provided with the GEMPAK distribution such as the EZ scripts.

We will build this script in pieces so that you may follow more easily.

  1. Create a shell script to allow the user to interactively (graphically) select the area they wish to use for eventual application.

  2. Now modify the shell script above to be run either interactively, or by specifying the area on the command line with the shell invocation.

  3. Expand your script to plot the location of lightning strikes for the desired area for the current hour today. Use MARK to plot a suitably sized circle for each lightning location.

  4. Use the SGNL parameter stored in the NLDN file to plot stikes with SGNL < -400 with a '-', SGNL > 400 with a '+', and values from -400 to 400 with a dot.

  5. Using the result from #3 above, create a gif image for each hour today. Use a different color for each hour.

  6. You may view the animated GIF frames output from #5.

 


Previous: Unidata Support Next: Appendix Table of contents Frames User Manual GEMPAK Online Tutorial