10.1 Display Scripting


Previous

HOME


Next

When Execute Display is pressed, the GUI script automatically creates a concplot script file (.bat in windows or .sh in unix) with all the command line options set in the GUI. See your working directory for a current example or from the tutorial files directory, open concplot.bat in notepad and edit the options to create more complex displays than supported by the GUI by replacing one of the non-set switches (-:) with a new command line argument.

All HYSPLIT programs are in the \exec directory. To see the options associated with concplot, from the hysplit4\working directory type: ..\exec\concplot without any arguments which yields a very long list of command line options. Only some of these are available through the GUI, but all of them could be implemented through the command line or script.

Run the batch file from either Windows Explorer or from the command line and then open the output file, concplot.ps, to see the revised display. Note that from Windows Explorer it is necessary to add the statement cd /hysplit4/working at the start of the batch file.