next up previous contents
Next: Viewing the results of Up: Installation Previous: Additional programs   Contents

Running the Doris software

You can run the Doris software by making an input file as described in this user's manual. For full functionality, make sure that getorb/ghostview/gmt are in your path (add them in your $home/.cshrc file or in the $home/.login file).

The command line options for Doris are:

For convenience we have developed a simple csh-script (named "run" in the BIN directory) that can generate a template input for you and that works as a shell for the actual processing.

You can run the Doris software by (for example, I assume you know the vi editor):

  1. Make a directory: mkdir /data/kampes/Testdoris
    Go to that directory: cd /data/kampes/Testdoris
  2. Copy the run file for editing: cp /home/Doris/BIN/run .
    Edit the run file, for bin directories, and remarks: vi run
    Take a look at the help: run -h Generate input templates: run -g
  3. Edit the generated input file: run -e1
    Run the first step: run -s1
  4. View output stout: run -v1
    View output result file: run -r1
    View output logfile: run -r4
  5. Process next step: run -e2; run -s2; run -v2; etc.


next up previous contents
Next: Viewing the results of Up: Installation Previous: Additional programs   Contents
Leijen 2009-04-14