Changes between Version 18 and Version 19 of Documentation/UserGuide/InstallingORCHIDEEBasic


Ignore:
Timestamp:
2019-01-09T12:55:49+01:00 (5 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/InstallingORCHIDEEBasic

    v18 v19  
    3939 
    4040 
     41== ORCHIDEE tagged versions == 
     42The tagged versions of ORCHIDEE have a corresponging offline configuration which can be extracted using "./model target" and compiled in the same way as described for the trunk above. The target has the same name as the name of the tag. Currently there are 3 tagged versions available in modipsl by default: ORCHIDEE_2_1 (most recent tag), ORCHIDEE_2_0 (tag used for CMIP6) and ORCHIDEE_AR5 (tag used for CMIP5). 
     43To extract and compile do as follow: 
     44{{{ 
     45svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     46cd modipsl/util 
     47./model ORCHIDEE_2_0                         # or another tag 
     48cd ../config/ORCHIDEE_OL 
     49gmake 
     50}}} 
     51 
     52 
    4153== Branch or other version on svn == 
    4254Do 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]] 
     
    7587}}} 
    7688 
    77 == ORCHIDEE latest tag (1.9.6) or AR5 version(tag 1.9.5) == 
    78 To extract and compile the latest tagged version of ORCHIDEE and configuration files for offline simulations (use ORDHIDEE_TAG for tag 1.9.6 and ORCHIDEE_SVN_AR5 for tag 1.9.5): 
    79 {{{ 
    80 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    81 cd modipsl/util 
    82 ./model ORCHIDEE_TAG                         # or for AR5 : ./model ORCHIDEE_SVN_AR5 
    83 cd ../modeles/ORCHIDEE_OL 
    84 gmake orchidee_ol 
    85 }}} 
    8689 
    8790== Optional method for a branch or other version on svn ==