Changes between Version 87 and Version 88 of SourceCode


Ignore:
Timestamp:
2015-04-22T09:15:54+02:00 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCode

    v87 v88  
    4141 * While compiling LMDZ with the trunk ORCHIDEE, preprocessor flag ORCHIDEE_NOOPENMP must be removed from main makefile of LMDZ, see below in section download. 
    4242 * Now compiling is done in modeles/ORCHIDEE using "gmake driver". See below how to extract and compile the trunk 
    43  * The trunk can not use tagged version v2_2_1 or earlier of IOIPSL(since rev 511 ?). Revision 2020 or later of IOIPSL/trunk/src must be used.  
     43 * The trunk can not use tagged version v2_2_1 or earlier of IOIPSL. Revision 2020 or later of IOIPSL/trunk/src must be used.  
    4444 
    4545== tag == 
     
    130130 
    131131 
    132 == Download and compile the trunk == 
    133 === Offline === 
    134 Download the trunk using the script model in modipsl :  
    135 {{{ 
    136 > svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    137 > cd modipsl/util 
    138 > ./model ORCHIDEE_trunk 
    139 > cd ../modeles/ORCHIDEE 
    140 > gmake driver 
    141 }}} 
    142  
    143 If using an older version than rev 1042(version without ORCHIDEE/src_driver), then use the script recup_my_ORCHIDEE. This script is stored in modipsl/util : 
    144 {{{ 
    145 > svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    146 > cd modipsl/util 
    147 > ./recup_my_ORCHIDEE your_svn_login trunk [optional_REV] 
    148 }}} 
    149  
    150 === LMDZOR === 
    151 A new configuration LMDZOR_v5.2 has been created to use ORCHIDEE trunk coupled to LMDZ5. This configuration contains by default the latest revision of the ORCHIDEE trunk. In this set up, also orchidee drivers will be compiled by default. The directory config/ORCHIDEE_OL is also extracted so that both experiences in coupled and offline mode can be performed with the same model sources. [[BR]] 
    152  
    153 There are no differences in the run set up between LMDZOR_v5 and LMDZOR_v5.2.  
    154  
    155 {{{ 
    156 > svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
    157 > cd modipsl/util 
    158 > ./model LMDZOR_v5.2 
    159 > cd ../config/LMDZOR_v5.2 
    160 > gmake 
    161 }}} 
    162  
    163 == LMDZOR and OFFLINE in same modipsl == 
    164 Use new configuration LMDZOR_v5.2 as desribe above. [[BR]] 
    165  
    166 You can choose to do expements in offline mode in modipsl/config/ORCHIDEE_OL or in coupled mode in modipsl/config/LMDZOR_v5.2. 
    167  
    168132== Commit on the trunk == 
    169133Only some people have the permission to commit on the trunk. See here some  [wiki:SourceCode/CommitOnTrunk guidelines for commit on the trunk]. [[BR]]