Changes between Version 3 and Version 4 of Doc/Models/ORCHIDEE


Ignore:
Timestamp:
09/24/15 16:34:44 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Models/ORCHIDEE

    v3 v4  
    1313 
    1414 
    15 The ORCHIDEE models includes 3 components: sechiba, stomate and LPJ (vegetation dynamics). Only 2 components (sechiba and stomate) are activated by default. If you are using a coupled configuration with LMDZ, you will need the sechiba component to compute the water and energy balance. You will also need the stomate component to compute the carbon balance but this component can be deactivated. You will find additional information on how to use ORCHIDEE in libIGCM-supported configurations below.  
     15The ORCHIDEE model includes 3 components: sechiba, stomate and LPJ (dynamic vegetation). Only the 2 components sechiba and stomate are activated by default. If you are using a coupled configuration with LMDZ, you will need the sechiba component to compute the water and energy balance. You will also need the stomate component to compute the carbon balance but this component can be deactivated. You will find additional information on how to use ORCHIDEE in libIGCM-supported configurations below.  
    1616---- 
    1717 
    1818# Compile methods in ORCHIDEE # 
    19 2 compile methods are used in ORCHIDEE depending on the version. 
    20  
    21  
    22 '''Standard makefiles created based on AA_make and AA_make.gdef''' 
    23  * This is the only method available in CMIP5 version of ORCHIDEE. All _v5 configurations with ORCHIDEE compile in this way. 
    24  * All platform dependent compile options are set in modipsl/util/AA_make.gdef  
    25  * => Change compile options in AA_make.gdef, recreate makefiles with ./ins_make, clean previous compilation and recompile 
     192 compile methods are used in ORCHIDEE depending on the version.  
     20Read more about compiling on the ORCHIDEE wiki: https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/CompileMethods 
    2621 
    2722'''Compiling with makeorchidee_fcm''' 
    28  * This method is available in the trunk ORCHIDEE, since revision 2149. The LMDZOR_v5.2 configuration compiles with makeorchidee_fcm 
     23 * This method is available in the trunk ORCHIDEE, since revision 2149, in LMDZOR_v5.2 configuration and all _v6 configurations. 
    2924 * All platform dependent compile options are set in modeles/ORCHIDEE/arch/ 
    3025 * Changing compile options or adding a new machine is done in modeles/ORCHIDEE/arch 
    3126 * 3 different levels of optimization is available and can be changed using an argument to makeorchidee_fcm: -prod(default), -dev or -debug. These options can be changed or added in the main makefile in config/LMDZOR_v5.2 directory. 
    3227 
    33 Read more about compiling on the ORCHIDEE wiki: https://forge.ipsl.jussieu.fr/orchidee/wiki/HowTo/CompileMethods 
     28 
     29 
     30'''Obsolete : Standard makefiles created based on AA_make and AA_make.gdef''' 
     31 * This is the only method available in CMIP5 version of ORCHIDEE. All _v5 configurations with ORCHIDEE compile in this way. 
     32 * All platform dependent compile options are set in modipsl/util/AA_make.gdef  
     33 * => Change compile options in AA_make.gdef, recreate makefiles with ./ins_make, clean previous compilation and recompile 
    3434 
    3535