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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/CompileMethods

    v19 v20  
    99The 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_XXX.sh'' is found in ''modipsl/config/XXX'' folder where XXX is the considered model. 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/XXX'' 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