[an error occurred while processing this directive]

Introduction to the World of Empirical Modelling


Thank you for your interest in Empirical Modelling. This document will give you some idea about how to set up and run some of our demonstration programs.

Most of the work relating to Empirical Modelling is to be found under the directory :
/dcs/acad/wmb/public
This directory contains the following files and directories :

In order to make this public directory portable, some of the executable files and shell scripts are referring to an environment variable PUBLIC which should be the path name of the directory in which this file resides. So please set it now!

If you are using csh or tcsh, type:

setenv PUBLIC /dcs/acad/wmb/public
setenv PATH ${PATH}:${PUBLIC}/bin

if you are using sh or bash, type:

PUBLIC=/dcs/acad/wmb/public
export PUBLIC
PATH=$PATH:$PUBLIC/bin
export PATH

How to run the demos :

  1. Set up the PUBLIC variable, procedure as above,
  2. Go to the demos directory,
  3. Normally, if the demo is a single file, you can execute by tkeden filename ,
  4. If it is a directory, go to that directory and run,
  5. See the README file in that directory for further/alternative instruction.
[an error occurred while processing this directive]