Changes between Version 9 and Version 10 of Doc/Config/IPSLCM6_rc1


Ignore:
Timestamp:
02/14/17 12:44:12 (7 years ago)
Author:
mafoipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Doc/Config/IPSLCM6_rc1

    v9 v10  
    7777}}} 
    7878 
    79 #### Specific command on TGCC Bull Curie thin nodes #### 
    80  
    81 The basic configuration (default configuration) uses '''598 computing cores''' or 38 nodes: 1 process for XIOS, 221 processes for NEMO, and 47 MPI processes and 8 OpenMP thread for LMDZ.  
    82 You have to modify header of the Job script as follow :  
    83 {{{ 
    84 #MSUB -n 598 # number of cores used by the Job (equal to the total number of process/threads : for example 47X8 + 221 + 1 = 598) 
    85 #MSUB -x # Specify the node is not shared  
    86 #MSUB -E '--cpu_bind=none' 
    87 }}} 
    88  
    89  
    90 and config.card as follows : 
    91  
    92 {{{ 
    93 #======================================================================== 
    94 #D-- Executable - 
    95 [Executable] 
    96 #D- For each component, Real name of executable, Name of executable for oasis 
    97 ATM= (gcm.e, lmdz.x, 47MPI, 8OMP) 
    98 SRF= ("" ,"" ) 
    99 SBG= ("" ,"" ) 
    100 OCE= (opa, opa.xx  , 221MPI) 
    101 ICE= ("" ,"" ) 
    102 MBG= ("" ,"" ) 
    103 CPL= ("", "" ) 
    104 IOS= (xios_server.exe, xios.x, 1MPI) 
    105 }}} 
    106  
    10779### Restart files ### 
    10880Not available yet. Waiting for reference simulations. 
     
    128100Since we run with XIOS (server mode) as output library, '''the rebuild step is not needed anymore'''. 
    129101 
     102#### How to add a parameter in NEMO's namelist#### 
     103 * let find the parameter in namelist_ref. For example in modeles/NEMOGCM/CONFIG/SHARED/namelist_ice_lim3_ref 
     104 * let find the namelist's name : for example &namicedyn 
     105 * let add a line with the new of the parameter in the file PARAM/namelist_lim3_ORCA1_cfg in the &namicedyn section 
     106 
    130107### Computing centres ### 
    131108