Changes between Version 7 and Version 8 of Doc/Config/LMDZOR_v5


Ignore:
Timestamp:
10/24/14 11:50:04 (10 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/LMDZOR_v5

    v7 v8  
    1313# Description # 
    1414LMDZOR is a configuration with LMDZ and ORCHIDEE models coupled together. There are different versions and the recommended version is LMDZOR_v5 or LMDZOR_v5.2. The 2 configurations LMDZOR_v5 and LMDZOR_v5.2 differs for the version of ORCHIDEE.  
    15  * In LMDZOR_v5 the CMIP5 version of ORCHIDEE is used. This configuration is the most closest to CMIP5 AMIP simulations. New physics in LMDZ can be activated.  
    16  * In LMDZOR_v5.2 a trunk version of ORCHIDEE is used. This configuration can use the CWRR hydrology scheme in ORCHIDEE. For LMDZ, same possiblities as LMDZOR_v5 are available. This configuration can be compiled and used in hybrid parallelization mode (MPI-OpenMP) after recompiling. 
     15 * In LMDZOR_v5 the CMIP5 version of ORCHIDEE is used. This configuration is the most closest to CMIP5 AMIP simulations. New physics in LMDZ can be activated. In this configuration ORCHIDEE is compiled with options in util/AA_make.gdef file. 
     16 * In LMDZOR_v5.2 a trunk version of ORCHIDEE is used. This configuration can use the CWRR hydrology scheme in ORCHIDEE. For LMDZ, same possiblities as LMDZOR_v5 are available. This configuration can be compiled and used in hybrid parallelization mode (MPI-OpenMP) after recompiling. In this configuration ORCHIDEE is compiled using makeorchidee_fcm. The compile options are found in models/ORCHIDEE/arch 
    1717 
    1818LMDZOR_v5 is an update of the LMDZOR_v4 version, which is an update of LMDZ4OR_v3. 
     
    6363 
    6464# Parallelism # 
     65Both configurations LMDZOR_v5 and LMDZOR_v5.2 compile by default for running mode with MPI parallelization. It is possible in the 2 configurations to change into sequential run mode.  
    6566 
    66 See the chapter for LMDZ model in platform documentation : [[BR]] 
     67In LMDZOR_v5.2 it is also possible to compile for hybrid MPI-OpenMP run mode at curie or ada. In that case you must change the main makefile and recompile: 
     68{{{ 
     69cd modipsl/config/LMDZOR_v5.2 
     70# Change in AA_make all 3 occurences for "-parallel mpi" into "-parallel mpi_omp"  
     71../../util/ins_make 
     72gmake clean 
     73gmake 
     74}}} 
    6775 
    68 [wiki:DocImodelBlmdz#ParallelismandtheBandsfile] 
     76 
     77Read more about compiling in [wiki:DocDcompil Chapter Compile].[[BR]] 
     78Read more about parallelization in LMDZ in [wiki:DocImodelBlmdz#ParallelismandtheBandsfile Chapter LMDZ]. 
    6979 
    7080