Changes between Version 7 and Version 8 of Documentation/UserGuide/LMDZOR


Ignore:
Timestamp:
2016-10-07T15:55:26+02:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/LMDZOR

    v7 v8  
    22 
    33There are 3 predefined configurations in modipsl containg LMDZ and ORCHIDEE : 
     4 * LMDZOR_v6    : Working configuration using recent version of LMDZ and ORCHIDEE, [http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocHconfigBlmdzorv6 read more about LMDZOR_v6]  
    45 * LMDZOR_v5    : Contains a trunk version 2076 of LMDZ5 and ORCHIDEE tagged version 1.9.5 (CMIP5 version) 
    56 * LMDZOR_v5.2  : Contains the same LMDZ5 as LMDZOR_v5 and revision 2247 on the trunk of ORCHIDEE 
    6  * LMDZOR_v6    : Working configuration using recent version of LMDZ and ORCHIDEE, [http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/DocHconfigBlmdzorv6 read more about LMDZOR_v6]  
    7  
    87 
    98Usage of these configurations are covered by the igcmg_doc documentation : [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc] 
    109 
    1110 
    12 == Quick summary for installing LMDZOR_v5.2 == 
     11== Quick summary for installing LMDZOR_v6 == 
    1312 
    1413{{{ 
    1514svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    1615cd modipsl/util 
    17 ./model LMDZOR_v5.2 
    18 cd ../config/LMDZOR_v5.2 
     16./model LMDZOR_v6 
     17cd ../config/LMDZOR_v6 
    1918gmake 
    2019}}} 
    2120 
    22 == Install a branch ORCHIDEE with LMDZOR_v5.2 == 
    23 If you want to extract a branch of ORCHIDEE instead of the trunk, then for recent branches such as DOFOCO, SOM or MICT use LMDZOR_v5.2 configuration and modify mod.def before extraction. See here an exemple for extraction and compiling of ORCHIDEE-MICT with the default LMDZ5 version. In the exemple below you can change ORCHIDEE-MICT into ORCHIDEE-DOFOCO or ORCHIDEE-SOM):  
     21== Install a branch ORCHIDEE with LMDZOR_v6 == 
     22If you want to extract a branch of ORCHIDEE instead of the trunk, then for recent branches such as DOFOCO, SOM or MICT use LMDZOR_v6 configuration and modify the file '''mod.def''' before extraction. See here an example for extraction and compiling of ORCHIDEE-MICT with the default LMDZ5 version. In the example below you can change ORCHIDEE-MICT into ORCHIDEE-CN-CAN or ORCHIDEE-SOM):  
    2423 
    2524{{{ 
     
    2827vi mod.def    
    2928    Modifiy the line  
    30 #-C- LMDZOR_v5.2  trunk/ORCHIDEE                      HEAD               14 ORCHIDEE    modeles 
     29#-C- LMDZOR_v6  trunk/ORCHIDEE                      HEAD                 14 ORCHIDEE    modeles 
    3130    into 
    32 #-C- LMDZOR_v5.2  branches/ORCHIDEE-MICT/ORCHIDEE     HEAD               14 ORCHIDEE    modeles 
     31#-C- LMDZOR_v6  branches/ORCHIDEE-MICT/ORCHIDEE     HEAD                 14 ORCHIDEE    modeles 
    3332 
    34 ./model LMDZOR_v5.2 
    35 cd ../config/LMDZOR_v5.2 
     33./model LMDZOR_v6 
     34cd ../config/LMDZOR_v6 
    3635gmake 
    3736}}}