
This is CPFLAME version 0.98

   simple model on a c grid with nonhydrostatic version 

   1D domain decomposition for parallel computation

   Documentation available as pdf file (./doc/cpflame.pdf)

*** Quick start ***

 Comiling the code:
--------------------

  - make a new directory (<dir> hereafter)
  
  - extract tar-archive in <dir>

  - edit file "Makefile": 
    variable CPFLAME has to be set to <dir>

  - copy one of the files in <dir>/configure  
    to a (new) file <dir>/"Makfile_host" depending
    on the system where you want to compile on.
    You may have to set some paths to libraries 
    in <dir>/"Makefile_host"

  - type "make"

*** Directory structure ***

./bin           contains executables 
./configure     contains sample versions for Makefile_host
./doc           contains some documentation
./include       include files containing e.g. preprocessor directives
./model         source code for model
./setup         source code for specific configurations
./misc_modules  source code for utility functions
./mpp           source code relevant for parallel execution
./extra_modules source code for add-on modules
./extra_setup   source code for extra configurations
