Changes between Version 11 and Version 12 of Doc/Config/ORCHIDEE_OL


Ignore:
Timestamp:
03/19/20 16:27:45 (4 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/ORCHIDEE_OL

    v11 v12  
    1111 * orchidee_ol : the standard driver for complete ORCHIDEE model 
    1212 * orchideedriver : a new driver to run the complete ORCHIDEE model, this version is under development 
    13  * teststomate : ''Currently not maintained'': to allow the vegetation to reach equilibrium 
    1413 * forcesoil   : ''Currently not maintained'': to allow the carbon in the soil to reach equilibrium 
    1514 
     
    1817Following predefined configurations exist currently for ORCHIDEE offline use, the install a different version of ORCHIDEE source code: 
    1918 * ORCHIDEE_trunk   : the latest version on the trunk. '''Be careful: if you use this version the trunk results have not been evaluated! ''' This is often the version which is advised. 
    20  * ORCHIDEE_2_2     : a branch created from the tag ORCHIDEE_2_1. This branchs contains bug corrections and new developements needed for DYNAMICO 
     19 * ORCHIDEE_3       : a branch created from the trunk revision 6608. This version contains the nitrogen cycle.  
     20 * ORCHIDEE_2_2     : a branch created from the tag ORCHIDEE_2_1. This branch contains bug corrections and new developments needed for DYNAMICO 
    2121 * ORCHIDEE_2_1     : the most recent tag, created from the trunk before inclusion of the nitrogen cycle in ORCHIDEE 
    2222 * ORCHIDEE_2_0     : the CMIP6 version of ORCHIDEE 
     
    3434 
    3535# Compilation # 
    36 The compiling is done from modipsl/config/ORCHIDEE_OL using  
    37   * ''gmake''  : the executable orchidee_ol can be used with XIOS or IOIPSL. The executable xios.server is also created. 
    38   * ''gmake without_xios'' : XIOS is not compiled and can not be used for the output.  
     36The compiling is always done from modipsl/config/ORCHIDEE_OL folder.  
     37 * A compilation script is used for version ORCHIDEE_trunk and ORCHIDEE_3. For default compilation do: 
     38{{{ 
     39./compile_orchidee_ol.sh 
     40}}} 
    3941 
    40 Read more about compile methods here: https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/CompileMethods  
     42 * A main Makefile is used for older versions such as ORCHIDEE_2_2 and ORCHIDEE_2_0. For default compilation do: 
     43{{{ 
     44gmake 
     45}}} 
     46 
     47Read more about compile methods here:  
     48 * [wiki:Doc/Compile In this documentation chapter Compile] 
     49 * [http://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/CompileMethods On the ORCHIDEE wiki] 
    4150 
    4251 
     
    5665 * ENSEMBLE : a chain of SPINUP on the FLUXNET site to validate ORCHIDEE.  
    5766 
    58 The following experiments are currently not maintained in the default version, if you need them, contact the ORCHIDEE group: 
    59  * TESTSTOMATE : experiment with the teststomate executable (for the carbon in the vegetation to reach equilibrium). 
     67The following experiment is currently not maintained in the default version, if you need it, contact the ORCHIDEE group: 
    6068 * FORCESOIL  : experiment with the forcesoil executable (for the carbon in the soil to reach equilibrium). 
    6169 
     
    6674{{{ 
    6775cd modipsl/config/ORCHIDEE_OL 
     76# For versions with compilation script 
     77./compile_orchidee_ol.sh -without_xios 
     78# For versions with main makefile 
    6879gmake without_xios 
    6980}}} 
     
    7485XIOS=n 
    7586}}} 
    76  
     87Note that you can switch to IOIPSL output even if you compiled as default with XIOS.  
    7788The control parameters for IOIPSL output can now be changed manually in PARAM/run.def. 
    7889 
    79 Read more about XIOS and IOIPSL on the [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide ORCHIDEE wiki pages]. 
     90Read more about diagnostic files in ORCHIDEE, using XIOS and IOIPSL on the [https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide#Historyoutputfiles ORCHIDEE wiki pages]. 
    8091