----------------------------------------------------------------------
Compile and execute the heliospheric codes
Version 2.0 - 2005-10-05 - DO
----------------------------------------------------------------------

There are the following directories:
- "aux" =  auxiliary scripts
- "doc" =  documentation
- "env" =  environment variables
- "make" = compilation rules
- "numo" = numerical model parameters
- "proj" = project master scripts
- "src" =  source codes (Fortran 95)
- "vis" =  visualization procedures (IDL)

Compiling and executing the codes:
- edit "env/env.sh" and specify Fortran 95 compiler and
  NetCDF library
- copy one of the project master script from the proj directory
  into your working directory as "<script>" file
- edit that "<script>" and specify principle directories, particular
  data set to derive boundary values, numerical grid, numerical model,
  boundary condition parameters, and run (physical, numerical, and
  output) parameters
- execute the following commands:
  - "<script> code" = compiles codes with default settings
  - "<script> case" = generates boundary conditions
  - "<script> run"  = runs heliospheric computations
  (data will be read from and results will be saved in the directories
  specified in "<script>").

See individual scripts for details.

----------------------------------------------------------------------
