Changes between Version 22 and Version 23 of Documentation/UserGuide/LMDZOR


Ignore:
Timestamp:
2023-11-30T18:12:15+01:00 (7 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/LMDZOR

    v22 v23  
    22 
    33Author: J. Ghattas[[BR]] 
    4 Last revision: 2020/03/19, J. Ghattas 
     4Last revision: 2023/11/30, J. Ghattas 
    55 
    66There are different predefined configurations in modipsl containing LMDZ and ORCHIDEE. Different configurations are adapted to different versions of the modeles.[[BR]] 
    7  
    8 See also the list of configurations in http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Config#LMDZOR 
    97 
    108 * '''LMDZOR_v6.4_work'''         : Working configuration which uses the latest revision of ORCHIDEE/trunk. The version of LMDZ is the same as in LMDZOR_v6.2, and compilation is the same as for LMDZOR_v6.2_work. Only ORCHIDEE version differs between the two.[[BR]] 
     
    3533 
    3634Compilation 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''.  
     35 
     36 
     37 
     38== Quick summary for installing IPSLCM7_work for mode DYNAMICO-LMDZ-ORCHIDEE == 
     39For 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. 
     40 
     41See here how to install the sub-configuration ICOLMDZOR: 
     42{{{ 
     43svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     44cd modipsl/util 
     45./model IPSLCM7_work ICOLMDZOR 
     46cd ../config/IPSLCM7 
     47./compile_ipslcm7.sh 
     48}}} 
    3749 
    3850== Quick summary for installing LMDZOR_v6.1.10 ==