Compiling#
A dedicated script is provided in /model_sources/chimereGES/compile-chimere
.
This script can be used with the following options
- -m:
the mode to compile:
-m D
: forward-m L
: tangent-linear-m A
: adjoint
- -c:
clean all past temporary pre-compiled files. It is recommended to use this option regularly when working on the code, to avoid being influenced by ghost versions
- -d:
compute in debug mode, i.e., with
-check all
and-traceback
options- –gfortran:
compile with gfortran (ifort is used if the option is absent)