Changes between Version 13 and Version 14 of Doc/Config/IPSLCM6_rc0


Ignore:
Timestamp:
05/25/15 18:47:59 (9 years ago)
Author:
aclsce
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/IPSLCM6_rc0

    v13 v14  
    8181 
    8282The basic configuration (default configuration) uses 128 computing cores or 8 nodes: 1 for XIOS, 19 for NEMO, and 27 MPI and 4 OpenMP for LMDZ.  
    83 You have to modifiy headers of the Job script as follow :  
     83You have to modifiy header of the Job script as follow :  
    8484{{{ 
    8585#MSUB -n 128 # reservation des coeurs pour le job (ce doit etre egal a l'ensemble de process/threads : par exemple 27x4 + 19 + 1 = 128 
     
    120120}}} 
    121121 
    122 ## Restart files ## 
     122### Restart files ### 
    123123IPSLCM6 configuration could restart from any IPSLCM5A restart file. 
    124124 
    125 # Evaluation # 
     125### Computing performances ### 
    126126 
    127 Remember to evaluate the files produced by this simulation. 
     127#### TGCC Bull Curie thin nodes #### 
     128 
     129Default configuration on 128 cores allows you to run 27 simulated years per day. You can reach 39 simulated years per day on 160 cores by modifying header of your Job as follows : 
     130{{{ 
     131#MSUB -n 160 # reservation des coeurs pour le job (ce doit etre egal a l'ensemble de process/threads : par exemple 27x4 + 19 + 1 = 128 
     132#MSUB -x # Specifier que le noeud doit être dédié 
     133#MSUB -E '--cpu_bind=none' 
     134}}} 
     135 
     136and config.card as follows : 
     137 
     138{{{ 
     139#======================================================================== 
     140#D-- Executable - 
     141[Executable] 
     142#D- For each component, Real name of executable, Name of executable for oasis 
     143ATM= (gcm.e, lmdz.x, 32MPI, 4OMP) 
     144SRF= ("" ,"" ) 
     145SBG= ("" ,"" ) 
     146OCE= (opa, opa.xx  , 31MPI) 
     147ICE= ("" ,"" ) 
     148MBG= ("" ,"" ) 
     149CPL= ("", "" ) 
     150IOS= (xios_server.exe, xios.x, 1MPI) 
     151}}} 
     152 
     153 
     154#### IDRIS IBM Ada #### 
     155 
     156Configuration on 56 cores allows you to run 16 simulated years per day.  
     157 
     158### Evaluation ### 
     159 
     160#### Results comparaison between IPSLCM5 and IPSLCM6 simulations #### 
     161 
     162Here are simulations performed to validate IPSLCM6-VLR_rc0 configuration : 
     163 
     164 * '''CTLCM6G (default configuration)''' : IPSLCM6-VLR_rc0 model (CM6 routing scheme, pmagic=-0.01, start from 2349-12-31 piControl2pm01) 
     165  * Output and Analyse files : /ccc/store/cont003/dsm/p86caub/IGCM_OUT/IPSLCM6/PROD/piControl/CTLCM6G correspondants sur Curie : 
     166 * CTLCM6F : IPSLCM6-VLR_rc0 model(CM5 routing scheme, start from 2499-12-31 piControl2) 
     167  * Output and Analyse files : /ccc/store/cont003/dsm/p86caub/IGCM_OUT/IPSLCM6/PROD/piControl/CTLCM6F 
     168 * CTLCM6H : IPSLCM6-VLR_rc0 model (CM6 routing scheme, pmagic=-0.01, without NEMO TKE IPSLCM5 parameters, start from 3199-12-31 CTLCM6G) 
     169  * Output and Analyse files : /ccc/store/cont003/dsm/p86caub/IGCM_OUT/IPSLCM6/PROD/piControl/CTLCM6H 
     170 
     171These simulations have been compared with IPSLCM5 simulations results : 
     172 * piControl2 : IPSLCM5A reference simulation 
     173 * CTLCM5V5v5 : IPSLCM5_v5 configuration(aerosols v5) 
     174 * piControl2pm01 : IPSLCM5A reference simulation with pmagic=-0,01. 
     175 
     176 
     177 
     178 
     179#### Results comparaison between TGCC Curie and IDRIS Ada supercomputers ####