Changeset 5512 for CONFIG


Ignore:
Timestamp:
11/28/20 14:20:21 (3 years ago)
Author:
aclsce
Message:

Add some coherence between experiments (piControl and pdControl) and resolutions (LR, MR1, MR025).

Location:
CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL
Files:
1 deleted
3 edited

Legend:

Unmodified
Added
Removed
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/DRIVER/opa9.driver

    r5117 r5512  
    227227    IGCM_comp_modifyNamelist nonblocker namelist_cfg nn_rnf_depth_file  ${OPA_NMSH} 
    228228    IGCM_comp_modifyNamelist blocker    namelist_cfg nn_leapy     ${OPA_NLEAPY} 
    229      
     229 
     230    # Domain decomposition : use of value in opa9.card or DEFAULT value.  
     231 
     232    if [ ! X${opa9_UserChoices_Nproc_ni} = X ] ; then 
     233       IGCM_comp_modifyNamelist nonblocker namelist_cfg jpi ${opa9_UserChoices_Nproc_ni} 
     234    else 
     235        IGCM_comp_modifyNamelist nonblocker namelist_cfg jpi DEFAULT 
     236    fi 
     237    if [ ! X${opa9_UserChoices_Nproc_nj} = X ] ; then 
     238       IGCM_comp_modifyNamelist nonblocker namelist_cfg jpj ${opa9_UserChoices_Nproc_nj} 
     239    else 
     240        IGCM_comp_modifyNamelist nonblocker namelist_cfg jpj DEFAULT 
     241    fi 
     242    if [ ! X${opa9_UserChoices_Total_nproc} = X ] ; then 
     243       IGCM_comp_modifyNamelist nonblocker namelist_cfg jpij ${opa9_UserChoices_Total_nproc} 
     244    else 
     245        IGCM_comp_modifyNamelist nonblocker namelist_cfg jpij DEFAULT 
     246    fi 
     247 
    230248    # Update iodef.xml 
    231249 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/namelist_ORCA025_cfg

    r5029 r5512  
    377377!----------------------------------------------------------------------- 
    378378   ln_nnogather=  .true.   ! 
    379     jpni        =   85      !  jpni   number of processors following i (set automatically if < 1) 
    380     jpnj        =   47      !  jpnj   number of processors following j (set automatically if < 1) 
    381     jpnij       =  2489     !  jpnij  number of local domains (set automatically if < 1) 
     379   jpni        =  _AUTO_: DEFAULT=86      !  jpni   number of processors following i (set automatically if < 1) 
     380   jpnj        =  _AUTO_: DEFAULT=58      !  jpnj   number of processors following j (set automatically if < 1) 
     381   jpnij       =  _AUTO_: DEFAULT=3064     !  jpnij  number of local domains (set automatically if < 1) 
    382382/ 
    383383!----------------------------------------------------------------------- 
  • CONFIG/UNIFORM/v6/IPSLCM6.2/GENERAL/PARAM/namelist_ORCA1_cfg

    r5123 r5512  
    407407!----------------------------------------------------------------------- 
    408408   ln_nnogather=  .true.   ! 
    409    jpni        =   22      !  jpni   number of processors following i (set automatically if < 1) 
    410    jpnj        =   22      !  jpnj   number of processors following j (set automatically if < 1) 
    411    jpnij       =  360      !  jpnij  number of local domains (set automatically if < 1), 360 for eORCA1/IPSLCM6-LR 
     409   jpni        =  _AUTO_: DEFAULT=22      !  jpni   number of processors following i (set automatically if < 1) 
     410   jpnj        =  _AUTO_: DEFAULT=22      !  jpnj   number of processors following j (set automatically if < 1) 
     411   jpnij       =  _AUTO_: DEFAULT=360     !  jpnij  number of local domains (set automatically if < 1), 360 for eORCA1/IPSLCM6-LR 
    412412/ 
    413413!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.