Changes between Version 29 and Version 30 of Documentation/UserGuide/CompileMethods
- Timestamp:
- 05/29/20 06:55:34 (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/CompileMethods
v29 v30 8 8 To 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. 9 9 10 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. 10 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. More detailed information can be found here: https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/InstallingORCHIDEEBasic 11 11 12 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_ 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.12 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_(model).sh'' is found in ''modipsl/config/(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/(model)'' folder and compilation is done using gmake. 13 13 14 14 Read also the documentation about compilation of IPSL-CMC configurations: https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Compile