Changes between Version 39 and Version 40 of Doc/Compile


Ignore:
Timestamp:
12/18/23 11:10:17 (7 months ago)
Author:
acosce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Compile

    v39 v40  
    278278# Compilation options for configurations _v7 and newer # 
    279279 
     280## sub-configuration ##  
     281 
    280282As with v6.2 configurations, compilation of v7 configurations is managed via a [wiki:Doc/Compile#Scriptforconfigurations_v6.2andnewer compilation script]. However, a new option has been added to handle the different sub-configurations of the coupled model. (Read [wiki:Doc/Install#v7family install v7 family documentation] for more information on this new specificity).  
    281283 
     
    297299 ./compile_ipslcm7.sh -subconfig LMDZOR 
    298300}}} 
     301 
     302 
     303## choose Orchidee version ## 
     304 
     305The v7 family lets you switch between ORCHIDEE_2_2 and ORCHIDEE_4 ('''= ORCHIDEE_trunk on 2023 december'''). This choice can be made at compile time with the `-orch4` or `-orch22` options (by default `-orch22`is activated). 
     306 
     307{{{ 
     308 ./compile_ipslcm7.sh -h  
     309 
     310(...)  
     311 
     312[-orch4 / -orch22] Choice of ORCHIDEE version. The source code are found in modeles/ORCHIDEE_trunk or modeles/ORCHIDEE_2_2  
     313                   and a link will be set to the choosen model version. Default version is currently ORCHIDEE_2_2 (-orch22). 
     314 
     315(...)  
     316 
     317}}}