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


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/CompileMethods

    v17 v18  
    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 exist 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 
    1111Compilation 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.