Changes between Version 18 and Version 19 of Documentation/UserGuide/CompileMethods


Ignore:
Timestamp:
2020-02-28T10:32:59+01:00 (4 years ago)
Author:
maignan
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/CompileMethods

    v18 v19  
    77To compile ORCHIDEE offline model, first the components IOIPSL and XIOS need to be compiled and then ORCHIDEE source code can be compiled and the driver executable created. All these compilations are launched from one single script, or in older version from a Makefile. 
    88 
    9 The full compilation is done from directory modipsl/config/ORCHIDEE_OL. For newer versions (ORCHIDEE/trunk rev 6572 or later), the script compile_orchidee_ol.sh is used. For older versions (all tags ORCHIDEE_2), a Makefile exists and should be used.  
     9The full compilation is done from directory ''modipsl/config/ORCHIDEE_OL''. For newer versions (ORCHIDEE/trunk rev 6572 or later), the script ''compile_orchidee_ol.sh'' is used. For older versions (all tags ORCHIDEE_2), a Makefile exists and should be used.  
    1010 
    11 Compilation of the coupled models such as LMDZOR and IPSLCM uses the same principle as ORCHIDEE offline configurations. For newer versions such as LMDZOR_v6.2 and later, IPSLCM6.2 and ICOLMDZOR_v7, a script ''compile_config.sh'' is found in ''modipsl/config/config'' folder. These scripts have a very close structure to the compile_orchidee_ol.sh script described below. For older versions including v6.1, a main Makefile is found in ''modipsl/config/config'' folder and compilation is done using gmake.  
     11Compilation of the coupled models such as LMDZOR and IPSLCM uses the same principle as ORCHIDEE offline configurations. For newer versions such as LMDZOR_v6.2 and later, IPSLCM6.2 and ICOLMDZOR_v7, a script ''compile_config.sh'' is found in ''modipsl/config/config'' folder. These scripts have a very close structure to the ''compile_orchidee_ol.sh'' script described below. For older versions including v6.1, a main Makefile is found in ''modipsl/config/config'' folder and compilation is done using gmake.  
    1212 
    1313Read also the documentation about compilation of IPSL-CMC configurations: https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Compile