Changes between Version 38 and Version 39 of Doc/Compile


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

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Compile

    v38 v39  
    278278# Compilation options for configurations _v7 and newer # 
    279279 
    280 As 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)  
    281  
    282  
     280As 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).  
     281 
     282You can now choose to compile the entire extracted configuration or just a sub-configuration. To do this, use the `-subconfig` option.    
     283{{{ 
     284 ./compile_ipslcm7.sh -h  
     285 
     286(...)  
     287[-subconfig X] Set this option if you want to compile a sub-configuration. X can be one of following sub-configurations :  
     288               ICOLMDZORINCA, ICOLMDZOR, LMDZORINCA, LMDZOR, IPSLCM-reg or IPSLCM 
     289               By default, all available components are compiled.  
     290(...)  
     291 
     292}}} 
     293 
     294For example to compile only LMDZOR if you have extract full IPSLCM7, IPSLCM7-ico, or ICOLMDZOR :  
     295 
     296{{{ 
     297 ./compile_ipslcm7.sh -subconfig LMDZOR 
     298}}}