New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3197 – NEMO

Changeset 3197


Ignore:
Timestamp:
2011-12-07T15:30:33+01:00 (12 years ago)
Author:
mafoipsl
Message:

For IPSL CMIP5 NEMO branch, use 5 proc by default. Usefull for titane and vargas, new basic computers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/CMIP5_IPSL/NEMO/OPA_SRC/par_oce.F90

    r1647 r3197  
    2828   INTEGER, PUBLIC, PARAMETER ::    &  !:  
    2929      jpni   = 1,                   &  !: number of processors following i  
    30       jpnj   = 1,                   &  !: number of processors following j 
    31       jpnij  = 1                       !: nb of local domain = nb of processors  
     30      jpnj   = 5,                   &  !: number of processors following j 5 as default for IPSL CMIP5 model 
     31      jpnij  = jpni*jpnj               !: nb of local domain = nb of processors  
    3232      !                                !  ( <= jpni x jpnj ) 
    3333#else 
Note: See TracChangeset for help on using the changeset viewer.