Changes between Version 38 and Version 39 of Documentation/UserGuide/InstallingORCHIDEEBasic


Ignore:
Timestamp:
2024-03-15T11:02:59+01:00 (3 months ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide/InstallingORCHIDEEBasic

    v38 v39  
    1717 
    1818== ORCHIDEE trunk version (and branch 2.2) == 
    19 To extract and compile the latest trunk version of ORCHIDEE and the latest configuration files for offline simulations, do the following command. Note that you will be asked for a password at the first attempt (see the wiki page: https://forge.ipsl.jussieu.fr/orchidee/wiki/Documentation/UserGuide/DifferentLogin or ask your contact person in the ORCHIDEE project team: https://orchidee.ipsl.fr/you-orchidee/): 
     19To extract and compile the latest trunk version of ORCHIDEE and the latest configuration files for offline simulations, do the following command. Note that you will be asked for a password at the first attempt (see the wiki page: https://forge.ipsl.fr/orchidee/wiki/Documentation/UserGuide/DifferentLogin or ask your contact person in the ORCHIDEE project team: https://orchidee.ipsl.fr/you-orchidee/): 
    2020{{{ 
    21 svn co --username icmc_users http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     21svn co --username icmc_users http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl 
    2222cd modipsl/util 
    2323./model ORCHIDEE_trunk 
     
    3838'''Note:''' The script compiles the model only for the machines that are maintained at IPSL. Currently these are irene/TGCC, jeanzay/IDRIS, obelix/LSCE and ciclad/climserv/IPSL. The compilation script has loaded all modules needed for compilation. 
    3939 
    40 If you want to install on a local PC or a cluster not maintained by IPSL-CMC, then you need to modify/add compile options for your system. See how to proceed under: ​http://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters/LocalPC 
     40If you want to install on a local PC or a cluster not maintained by IPSL-CMC, then you need to modify/add compile options for your system. See how to proceed under: ​http://forge.ipsl.fr/igcmg_doc/wiki/Doc/ComputingCenters/LocalPC 
    4141 
    4242'''ORCHIDEE trunk version older than revision 6572 (and branch 2.2 older than r7452)'''[[BR]] 
    4343 
    4444First see the section below to retrieve any revision of the Trunk. 
    45 For older version of the trunk than revision 6572, the compilation script described above does not exist, but a Makefile instead. The compilation is done in the same folder as above using the following command (note that your environment is important and modules need to be loaded before compilation, see [https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/ComputingCenters igcmg_doc]): 
     45For older version of the trunk than revision 6572, the compilation script described above does not exist, but a Makefile instead. The compilation is done in the same folder as above using the following command (note that your environment is important and modules need to be loaded before compilation, see [https://forge.ipsl.fr/igcmg_doc/wiki/Doc/ComputingCenters igcmg_doc]): 
    4646{{{ 
    4747cd modipsl/config/ORCHIDEE_OL 
     
    5656To extract and compile do as follow (until r7452 only for branch2.2) 
    5757{{{ 
    58 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     58svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl 
    5959cd modipsl/util 
    6060./model ORCHIDEE_2_0                         # or ORCHIDEE_2_1 / ORCHIDEE_2_2 
     
    6565To extract and compile for branch2.2 after r7452  
    6666{{{ 
    67 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     67svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl 
    6868cd modipsl/util 
    6969./model ORCHIDEE_2_2                         
     
    8585Do first: 
    8686{{{ 
    87 svn co http://forge.ipsl.jussieu.fr/igcmg/svn/modipsl/trunk modipsl 
     87svn co http://forge.ipsl.fr/igcmg/svn/modipsl/trunk modipsl 
    8888cd modipsl/util 
    8989}}} 
     
    104104}}} 
    105105 
    106 More information on the structure of "mod.def" can be found under: https://forge.ipsl.jussieu.fr/igcmg_doc/wiki/Doc/Install#Syntaxinmod.def. [[BR]]   
     106More information on the structure of "mod.def" can be found under: https://forge.ipsl.fr/igcmg_doc/wiki/Doc/Install#Syntaxinmod.def. [[BR]]   
    107107Note that you can often keep the HEAD revision of the ORCHIDEE_OL folder (offline configuration) together with a specific revision of the sources of ORCHIDEE.  
    108108