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 900 for trunk/NEMO/OPA_SRC/par_oce.F90 – NEMO

Ignore:
Timestamp:
2008-04-22T20:13:41+02:00 (16 years ago)
Author:
rblod
Message:

Update 1D configuration according to SBC and LIM3, see ticket #117

File:
1 edited

Legend:

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

    r899 r900  
    2828   INTEGER, PUBLIC, PARAMETER ::    &  !:  
    2929      jpni   = 1,                   &  !: number of processors following i  
    30       jpnj   = 2,                   &  !: number of processors following j 
    31       jpnij  = 2                       !: nb of local domain = nb of processors  
     30      jpnj   = 1,                   &  !: number of processors following j 
     31      jpnij  = 1                       !: nb of local domain = nb of processors  
    3232      !                                !  ( <= jpni x jpnj ) 
    3333#else 
Note: See TracChangeset for help on using the changeset viewer.