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 511 for trunk/NEMO/OPA_SRC – NEMO

Changeset 511 for trunk/NEMO/OPA_SRC


Ignore:
Timestamp:
2006-10-04T11:38:38+02:00 (18 years ago)
Author:
opalod
Message:

nemo_v1_bugfix_057 : CT : set jpni=jpnj=jpnij=1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/par_oce.F90

    r508 r511  
    2626 
    2727   INTEGER, PUBLIC, PARAMETER ::    &  !: 
    28       jpni   = 2,                   &  !: number of processors following i  
    29       jpnj   = 2,                   &  !: number of processors following j 
    30       jpnij  = 4,                   &  !: nb of local domain = nb of processors  
     28      jpni   = 1,                   &  !: number of processors following i  
     29      jpnj   = 1,                   &  !: number of processors following j 
     30      jpnij  = 1,                   &  !: nb of local domain = nb of processors  
    3131      !                                !  ( <= jpni x jpnj ) 
    3232      jpr2di = 0,                   &  !: number of columns for extra outer halo  
Note: See TracChangeset for help on using the changeset viewer.