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 2413 for branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SOL/solver.F90 – NEMO

Ignore:
Timestamp:
2010-11-19T20:46:05+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: #763 remove grid-point types S and G from the North Fold treatment

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/NEMOGCM/NEMO/OPA_SRC/SOL/solver.F90

    r2287 r2413  
    105105      !                             !* Grid-point at which the solver is applied 
    106106!!gm  c_solver_pt should be removed: nomore bsf, only T-point is used 
    107       IF( lk_mpp ) THEN   ;    c_solver_pt = 'S'   ! S=T with special staff ??? which one? 
    108       ELSE                ;    c_solver_pt = 'T' 
    109       ENDIF 
     107      c_solver_pt = 'T'                   ! always T-point (ssh solver only, not anymore bsf) 
    110108 
    111109      CALL sol_mat( kt )            !* Construction of the elliptic system matrix 
Note: See TracChangeset for help on using the changeset viewer.