Changes between Version 9 and Version 10 of Documentation/UserGuide/InstallingORCHIDEEBasic
- Timestamp:
- 06/18/14 10:23:06 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/UserGuide/InstallingORCHIDEEBasic
v9 v10 3 3 Here I describe how to install a version of ORCHIDEE created after the re-organization of driver sources, this means all versions of ORCHIDEE containg the src_driver directory. If the branch or personal version you want to use contains both ORCHIDEE and ORCHIDEE_OL directories, then you can extract using the script '''recup_my_ORCHIDEE'''. Otherwise if you have only ORCHIDEE directory, extract using the script '''model''' as below. The configuration files will then be the latest trunk version. 4 4 5 NEW!!! This page has been updated to use the compiling method with fcm. If you want to know more about compiling ORCHIDEE, see [wiki:HowTo/CompileMethods]. 5 6 6 7 == 1. For ORCHIDEE/trunk == … … 10 11 cd modipsl/util 11 12 ./model ORCHIDEE_trunk 12 cd ../ modeles/ORCHIDEE/13 gmake driver13 cd ../config/ORCHIDEE_OL 14 gmake 14 15 }}} 15 16 … … 40 41 }}} 41 42 42 == 4. For brancheor other version on svn : methode 2 ==43 Do as method 1 but modif iy 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. Set for exemple mybranch=ORCHIDEE-MICT or mybranch=ORCHIDEE-DOFOCO.43 == 4. Recommanded method for branches: For branch or other version on svn : methode 2 == 44 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. Set for example '''mybranch=ORCHIDEE-MICT''' or '''mybranch=ORCHIDEE-DOFOCO'''. 44 45 45 46 {{{ … … 54 55 55 56 ./model ORCHIDEE_trunk 56 cd ../ modeles/ORCHIDEE57 gmake driver57 cd ../config/ORCHIDEE_OL 58 gmake 58 59 }}} 59 60