20 | | The installer may fail for various reasons, e.g. because of mismatches in the user's system configuration. Problems may appear if the user has installed more than one FORTRAN compiler, and/or if the netCDF libraries have been generated with a different compiler than is used for compiling PALM. Furthermore, the automatic installer cannot be used on many larger computer systems where software (compilers, libraries) are managed via the {{{module}}} environment. In all these cases, the user has to setup the configuration file manually. |
| 20 | The installer may fail for various reasons, e.g. because of mismatches in the user's system configuration. Problems may appear if the user has installed more than one FORTRAN compiler, and/or if the netCDF libraries have been generated with a different compiler than is used for compiling PALM. Furthermore, the automatic installer cannot be used on many larger computer systems where software (compilers, libraries) is managed via the {{{module}}} environment. In all these cases, the user has to setup the configuration file manually. |
| 21 | |
| 22 | |
| 23 | == How to generate a configuration file manually |
| 24 | |
| 25 | As a first step, copy the default template of the configuration file (which is part of the PALM download) to your working directory: |
| 26 | {{{ |
| 27 | cd $HOME/palm/current_version |
| 28 | cp trunk/SCRIPTS/.palm.config.default . |
| 29 | }}} |