Changes between Version 27 and Version 28 of Documentation/UserGuide/LMDZOR


Ignore:
Timestamp:
2024-06-07T15:43:32+02:00 (6 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/LMDZOR

    v27 v28  
    2323 
    2424 
     25== Quick summary for installing IPSLCM7_work for mode LMDZ-ORCHIDEE == 
     26 
     27For all configuration in the generation v7, IPSLCM7, only one fully coupled configuration exist. Using this configuration, it is possible to install a sub-configuration with only the parts you want. For example a sub-configuration is ICOLMDZOR containing DYNAMICO, LMDZ and ORCHIDEE. This sub-configuration can be used on the icosahedric grid or on the regular lat-lon grid. Another sub-configuration is LMDZOR which can only be used on the regular lat-lon grid. 
     28 
     29 
     30With this configuration, both ORCHIDEE_2_2 and ORCHIDEE trunk (called ORCHIDEE_4) are downloaded but only one is compiled. Currently by default it is ORCHIDEE_2_2 which is compiled. You can add -orch4 to compile ORCHIDEE trunk instead. A suffix v22(for ORCHIDEE_2_2) or v4(for ORCHIDEE trunk) is added to the name of the executable, see folder modipsl/bin. 
     31 
     32{{{ 
     33svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     34cd modipsl/util 
     35./model IPSLCM7_work LMDZOR 
     36cd ../config/IPSLCM7 
     37}}} 
     38 
     39To compile ORCHIDEE_4(trunk) add argument -orch4: 
     40{{{ 
     41./compile_ipslcm7.sh -orch4 
     42}}} 
     43 
     44To compile ORCHIDEE_2_2, this is the default: 
     45{{{ 
     46./compile_ipslcm7.sh 
     47}}} 
     48 
     49 
     50 
     51== Quick summary for installing IPSLCM7_work for mode DYNAMICO-LMDZ-ORCHIDEE == 
     52For all configuration in the generation v7, IPSLCM7, only one fully coupled configuration exist. Using this configuration, it is possible to install a sub-configuration with only the parts you want. For example a sub-configuration is ICOLMDZOR containing DYNAMICO, LMDZ and ORCHIDEE. This sub-configuration can be used on the icosahedric grid or on the regular lat-lon grid. Another sub-configuration is LMDZOR which can only be used on the regular lat-lon grid. 
     53 
     54See here how to install the sub-configuration ICOLMDZOR: 
     55{{{ 
     56svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     57cd modipsl/util 
     58./model IPSLCM7_work ICOLMDZOR 
     59cd ../config/IPSLCM7 
     60./compile_ipslcm7.sh 
     61}}} 
     62 
     63With this configuration, both ORCHIDEE_2_2 and ORCHIDEE trunk are downloaded but only one is compiled. Currently by default it is ORCHIDEE_2_2 which is compiled. You can add -orch4 to compile ORCHIDEE trunk instead. A suffix v22(for ORCHIDEE_2_2) or v4(for ORCHIDEE trunk) is added to the name of the executable, see folder modipsl/bin. 
     64 
     65 
     66 
     67 
    2568== Quick summary for installing LMDZOR_v6.4_beta == 
    2669Use the same method for LMDZOR_v6.3_work or LMDZOR_v6.2_beta. 
     
    3477 
    3578Compilation is done for a default horizontal grid and using compile option for production mode. The default settings can be changed optional arguments. Access to the help using ''./compile_lmdzor.sh -h''.  
    36  
    37  
    38  
    39 == Quick summary for installing IPSLCM7_work for mode DYNAMICO-LMDZ-ORCHIDEE == 
    40 For all configuration in the generation v7, IPSLCM7, only one fully coupled configration exist. Using this configuration, it is possible to install a sub-configuration with only the parts you want. For example a sub-configuration is ICOLMDZOR containing DYNAMICO, LMDZ and ORCHIDEE. This sub-configuration can be used on the icosahedric grid or on the regular lat-lon grid. Another sub-configuration is LMDZOR which can only be used on the regular lat-lon grid. 
    41  
    42 See here how to install the sub-configuration ICOLMDZOR: 
    43 {{{ 
    44 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    45 cd modipsl/util 
    46 ./model IPSLCM7_work ICOLMDZOR 
    47 cd ../config/IPSLCM7 
    48 ./compile_ipslcm7.sh 
    49 }}} 
    50  
    51 With this configuration, both ORCHIDEE_2_2 and ORCHIDEE trunk are downloaded but only one is compiled. Currently by default it is ORCHIDEE_2_2 which is compiled. You can add -orch4 to compile ORCHIDEE trunk instead. A suffix v22(for ORCHIDEE_2_2) or v4(for ORCHIDEE trunk) is added to the name of the executable, see folder modipsl/bin. 
    5279 
    5380== Quick summary for installing LMDZOR_v6.1.10 ==