Changes between Version 18 and Version 19 of Doc/Install


Ignore:
Timestamp:
10/10/19 12:55:54 (5 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Install

    v18 v19  
    239239 
    240240## Change a model version ## 
    241 By default the available model configurations use specific model versions. But different versions of a given model can be used with a specific configuration. This is the case for the LMDZ version in the "_v5" configurations. You might want to use the latest version on an LMDZ4/branches/LMDZ4_AR5 branch (used for CMIP5 simulations) or you might want to use the new physics scheme of LMDZ and therefore you will need a more recent version of LMDZ5/trunk. To find out which model version to use, please contact the model development team directly. [[BR]] 
     241By default the available model configurations use specific model versions. But different versions of a given model can be used with a specific configuration. This is the case for the LMDZ version in the "_v6" configurations. You might want to use the latest version on an LMDZ6/branches/IPSLCM6.0.15 branch (used for CMIP6 simulations) or you might want to use the new physics scheme of LMDZ and therefore you will need a more recent version of LMDZ5/trunk. To find out which model version to use, please contact the model development team directly. [[BR]] 
    242242 
    243243If you already know which model version to use, you just have to change the section about the model configuration you selected in '''modipsl/util/mod.def'''. [[BR]] 
    244244 
    245 For example with LMDZOR_v5, in mod.def you have the following lines: 
    246 {{{ 
    247 #-C- LMDZOR_v5  tags/ORCHIDEE_1_9_5/ORCHIDEE          HEAD               14 ORCHIDEE   modeles 
    248 #-C- LMDZOR_v5  LMDZ5/trunk                           2076               11 LMDZ       modeles 
     245For example with LMDZOR_v6.1.10, in mod.def you have the following lines: 
     246{{{ 
     247#-C- LMDZOR_v6.1.10  tags/ORCHIDEE_2_0/ORCHIDEE         5661    14   ORCHIDEE     modeles 
     248#-C- LMDZOR_v6.1.10  LMDZ6/branches/IPSLCM6.0.15        3554    11   LMDZ         modeles 
    249249}}} 
    250250The second column tells the version and third column the revision for this version. If it says HEAD, this means the latest revision.  
    251 This means that you'll extract ORCHIDEE version '''tags/ORCHIDEE_1_9_5/ORCHIDEE''', latest revision. 
     251This means that you'll extract ORCHIDEE version '''tags/ORCHIDEE_2_0/ORCHIDEE''', latest revision. 
    252252 
    253253For example, to extract the LMDZOR_v5 configuration with the latest revision (HEAD) of LMDZ4_AR5, change '''mod.def''' to obtain :