Changes between Version 19 and Version 20 of Doc/Install


Ignore:
Timestamp:
10/10/19 13:04:36 (5 years ago)
Author:
flavoni
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Install

    v19 v20  
    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 "_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]] 
     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). 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]] 
     
    245245For example with LMDZOR_v6.1.10, in mod.def you have the following lines: 
    246246{{{ 
    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 
    249 }}} 
     247#-C- LMDZOR_v6.1.10  IOIPSL/tags/v2_2_4/src             HEAD    8    IOIPSL/src   modeles 
     248}}} 
     249 
    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_2_0/ORCHIDEE''', latest revision. 
    252  
    253 For example, to extract the LMDZOR_v5 configuration with the latest revision (HEAD) of LMDZ4_AR5, change '''mod.def''' to obtain : 
    254 {{{ 
    255 #-C- LMDZOR_v5 LMDZ4/branches/LMDZ4_AR5     HEAD               11 LMDZ       modeles 
    256 }}} 
    257 or for LMDZ5/trunk revision 1628 : 
    258 {{{ 
    259 #-C- LMDZOR_v5  LMDZ5/trunk                 1628               11 LMDZ       modeles 
    260 }}} 
    261 or to use the "testing" branch of LMDZ with revision 2160: 
    262 {{{ 
    263 #-C- LMDZOR_v5  LMDZ5/branches/testing      2160               11 LMDZ       modeles 
    264 }}} 
    265  
    266  
    267  
    268 You can also change to use a different branch for a model. For example if you want to use the branch ORCHIDEE-DOFOCO in LMDZOR_v5.2 configuration, change to obtain following in mod.def: 
    269 {{{ 
    270 #-C- LMDZOR_v5.2  branches/ORCHIDEE-DOFOCO/ORCHIDEE   HEAD     14 ORCHIDEE    modeles 
    271 }}} 
     251This means that you'll extract IOIPSL version '''IOIPSL/tags/v2_2_4/src''', latest revision. 
     252 
     253For example, to extract the LMDZOR_v5 configuration with the latest revision (HEAD) of LMDZ6, change '''mod.def''' to obtain : 
     254{{{ 
     255#-C- LMDZOR_v6 LMDZ6/trunk         HEAD               11 LMDZ       modeles 
     256}}} 
     257or for LMDZ6/trunk revision 3563 : 
     258{{{ 
     259#-C- LMDZOR_v6  LMDZ6/trunk                 3563               11 LMDZ       modeles 
     260}}} 
     261 
    272262 
    273263 
    274264# Special cases # 
    275265 
    276  * '''Reprobus''' : this model has restricted access via svn+ssh. Click [wiki:DocImodelEreprobus here] for more information.  
     266 * '''Reprobus''' : this model has restricted access via svn+ssh. Click [wiki:Doc/Models/REPROBUS here] for more information.  
    277267 * '''Orchidee''' :  
    278    * If you want to use the trunk of ORCHIDEE, use configuration LMDZOR_v5.2 or ORCHIDEE_trunk(offline) 
    279    * Install LMDZOR and ORCHIDEE_OL with the same modipsl : [wiki:DocHconfigBlmdzor#HowtoretrieveORCHIDEE_OLinaLMDZORconfiguration click here] 
     268   * If you want to use the trunk of ORCHIDEE [wiki:Doc/Models/ORCHIDEE click here] 
     269   * Install LMDZOR and ORCHIDEE_OL with the same modipsl : [wiki:Doc/Models/LMDZ click here] 
    280270 * '''NEMO''' : this model needs to get an account on [http://www.nemo-ocean.eu NEMO website]. Required only the first time. 
    281  * '''INCA''' : this model needs also to get a specific account. 
     271 * '''INCA''' : this model needs also to get a specific account [wiki:Doc/Models/INCA click here]. 
    282272 
    283273----