Changes between Version 14 and Version 15 of Documentation/UserGuide/InstallingORCHIDEEBasic


Ignore:
Timestamp:
2016-05-02T10:34:43+02:00 (8 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/InstallingORCHIDEEBasic

    v14 v15  
    4343 
    4444== Branch or other version on svn == 
    45 Do as method 1 but modify the file mod.def to extract a specific version of ORCHIDEE. The file mod.def specifies all components to be extracted with the script model for each configuration predefined. [[BR]] 
    46 Set for example '''mybranch=ORCHIDEE-MICT''' or '''mybranch=ORCHIDEE-DOFOCO'''. For a personal version, for example change '''branches/mybranch into perso/xiuchen.wu/ORCSTICS'''  
     45Do as for the trunk but modify the file mod.def to extract a specific version of ORCHIDEE before launching the command '''./model ORCHIDEE_trunk'''. The file mod.def specifies all components to be extracted with the script model for each configuration predefined. [[BR]] 
    4746 
    48 DSG: shouldn't it read above '''mybranch/ORCHIDEE=ORCHIDEE-MICT''' instead of '''mybranch=ORCHIDEE-MICT'''? 
     47Do first: 
    4948{{{ 
    5049svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    5150cd modipsl/util 
    52 vi mod.def                  # Edit the line corresponding to extraction of ORCHIDEE sources for target ORCHIDEE_trunk 
     51}}} 
    5352 
    54 Change following line : 
     53Edit now the file mod.def for the line corresponding to extraction of ORCHIDEE sources for target ORCHIDEE_trunk.[[BR]] 
     54Following line needs to be changed : 
     55 
     56{{{ 
    5557#-C- ORCHIDEE_trunk  trunk/ORCHIDEE                           HEAD   14 ORCHIDEE         modeles 
    56 into, with correct path to your branch or perso directory, HEAD can also be changed to a specific revision number : 
    57 #-C- ORCHIDEE_trunk  branches/mybranch/ORCHIDEE               HEAD   14 ORCHIDEE         modeles 
     58}}} 
    5859 
     60Replace ''trunk/ORCHIDEE'' by the path to your branch or personal directory. HEAD can also be changed to a specific revision number. For example for the branch ORCHIDEE-MICT, following should be set: 
     61 
     62{{{ 
     63#-C- ORCHIDEE_trunk  branches/ORCHIDEE-MICT/ORCHIDEE               HEAD   14 ORCHIDEE         modeles 
     64}}} 
     65 
     66 
     67Now continue with the extraction of the model: 
     68{{{ 
    5969./model ORCHIDEE_trunk 
    6070cd ../config/ORCHIDEE_OL