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 312 for trunk/NEMO/OPA_SRC/SOL/sol_oce.F90 – NEMO

Ignore:
Timestamp:
2005-09-30T12:20:54+02:00 (19 years ago)
Author:
opalod
Message:

nemo_v1_update_017:RB: added a new solver (nsolv=4) corresponding to solsor with extra outer halo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/SOL/sol_oce.F90

    r247 r312  
    2424   !! ---------------------------------- 
    2525   INTEGER , PUBLIC ::      & !!: namsol   elliptic solver / island / free surface 
    26       nsolv    =    1 ,     &  !: = 1/2/3 type of elliptic solver 
     26      nsolv    =    1 ,     &  !: = 1/2/3/4 type of elliptic solver 
    2727      nsol_arp =    0 ,     &  !: = 0/1 absolute/relative precision convergence test 
    2828      nmin     =  300 ,     &  !: minimum of iterations for the SOR solver 
     
    5555      rr               !: coefficient  =(rn,rn) 
    5656 
    57    REAL(wp), PUBLIC, DIMENSION(jpi,jpj,4) ::   &  !: 
     57   REAL(wp), PUBLIC, DIMENSION(1-jpr2di:jpi+jpr2di,1-jpr2dj:jpj+jpr2dj,4) ::   &  !: 
    5858      gcp              !: barotropic matrix extra-diagonal elements 
    5959 
    60    REAL(wp), PUBLIC, DIMENSION(jpi,jpj) ::   &  !: 
     60   REAL(wp), PUBLIC, DIMENSION(1-jpr2di:jpi+jpr2di,1-jpr2dj:jpj+jpr2dj) ::   &  !: 
    6161      gcx, gcxb,    &  !: now, before solution of the elliptic equation 
    6262      gcdprc,       &  !: inverse diagonal preconditioning matrix 
Note: See TracChangeset for help on using the changeset viewer.