############# Compiling ############# .. role:: bash(code) :language: bash A dedicated script is provided in :bash:`/model_sources/chimereGES/compile-chimere`. This script can be used with the following options :-m: the mode to compile: - :bash:`-m D`: forward - :bash:`-m L`: tangent-linear - :bash:`-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 :bash:`-check all` and :bash:`-traceback` options :--gfortran: compile with gfortran (ifort is used if the option is absent)