Changes between Version 3 and Version 4 of Documentation/UserGuide/InstallingORCHIDEEBasic


Ignore:
Timestamp:
2013-06-19T15:51:44+02:00 (11 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/InstallingORCHIDEEBasic

    v3 v4  
    44 
    55 
    6 == Method 1 : for ORCHIDEE/trunk == 
     6== For ORCHIDEE/trunk == 
    77To extract and compile the latest trunk version of ORCHIDEE and configuration files for offline simulations : 
    88{{{ 
     
    1414}}} 
    1515 
     16== For ORCHIDEE latest tag (1.9.6) == 
     17To extract and compile the latest tagged version of ORCHIDEE and configuration files for offline simulations : 
     18{{{ 
     19svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     20cd modipsl/util 
     21./model ORCHIDEE_TAG 
     22cd ../modeles/ORCHIDEE_OL 
     23gmake orchidee_ol 
     24}}} 
    1625 
    17 == Method 2 : for branche other version on svn == 
     26 
     27 
     28== For branche other version on svn == 
    1829If you want another version of ORCHIDEE, before compiling change the version of ORCHIDEE, in this case you will keep the configuration files from the trunk version :  
    1930{{{ 
     
    2940}}} 
    3041 
    31 == Method 3 : for branche or other version on svn == 
     42== For branche or other version on svn : methode 2 == 
    3243Do as method 1 but modifiy the file mod.def to extract a specific version of ORCHIDEE. The file mod.def specifices all componentes to be extracted with the script model for each configuration predefined. 
    3344{{{