Changes between Version 14 and Version 15 of SourceCode
- Timestamp:
- 2012-10-26T17:06:57+02:00 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCode
v14 v15 4 4 New branches will, from now on, be created as a copy from the trunk. See below the main changes in the trunk. All modifications that change the results should be mentioned in this list. The complete list of all modifications at the trunk can be seen in the [https://forge.ipsl.jussieu.fr/orchidee/log/trunk svn log]. 5 5 6 Known problemes :[[BR]]7 * Now compiling i n ORCHIDEE/ using "gmake driver". More info to come very soon...6 News :[[BR]] 7 * Now compiling is done in modeles/ORCHIDEE using "gmake driver". See below how to extract and compile the trunk 8 8 * The trunk can not use tagged version v2_2_1 or earlier of IOIPSL(since rev 511 ?). Revision 1660 or later of IOIPSL/trunk/src must be used. 9 * In coupled mode the routing does not work (since rev 947). To desactivate the routing, put RIVER_ROUTING=n in orchidee.def parameter file.10 9 11 10 == Main changes on the trunk == 12 11 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1042 rev 1042] : Re-organization 1 : moved driver source code from ORCHIDEE_OL into ORCHIDEE/src_driver 13 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/ ??? rev ???] : Corrected routing bug12 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/1028 rev 1028] : Corrected bug for routing in coupled and offline mode. The bug was introduced in rev 947 14 13 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/949 rev 949] : Small correction needed to compile at Vargas/IDRIS 15 14 * [https://forge.ipsl.jussieu.fr/orchidee/changeset/947 rev 947] : Inclusion of the developements from branches/Hydrology => Change in results. The routing does not work in coupled mode as the case was at branche Hydrology. See notes for validation [wiki:trunk/ValidHydroIntoTrunk here]. … … 27 26 28 27 29 == Download the trunk ==28 == Download and compile the trunk == 30 29 === Offline === 30 Download the trunk using the script model in modipsl : 31 {{{ 32 > svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 33 > cd modipsl/util 34 > ./model ORCHIDEE_trunk 35 > cd ../modeles/ORCHIDEE 36 > gmake driver 37 }}} 31 38 32 The script recup_my_ORCHIDEE can be used also to extract the trunk. This script is now stored in modipsl/util. 33 39 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 : 34 40 {{{ 35 41 > svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl