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 784 for trunk/NEMO/OPA_SRC/DYN/dynspg_rl.F90 – NEMO

Ignore:
Timestamp:
2008-01-08T12:05:25+01:00 (17 years ago)
Author:
rblod
Message:

merge solsor and solsor_e, see ticket #45

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_rl.F90

    r746 r784  
    3636   USE solsor          ! Successive Over-relaxation solver 
    3737   USE solfet          ! FETI solver 
    38    USE solsor_e        ! Successive Over-relaxation solver with MPP optimization 
    3938   USE solisl          ! ??? 
    4039   USE obc_oce         ! Lateral open boundary condition 
     
    177176      END DO 
    178177      ! applied the lateral boundary conditions 
    179       IF( nsolv == 4)  CALL lbc_lnk_e( gcb, c_solver_pt, 1. )    
     178      IF( nsolv == 2 .AND. MAX( jpr2di, jpr2dj ) > 0 ) CALL lbc_lnk_e( gcb, c_solver_pt, 1. )    
    180179 
    181180      ! Relative precision (computation on one processor) 
     
    204203         CASE( 3 )                     ! FETI solver 
    205204            CALL sol_fet( kindic ) 
    206          CASE( 4 )                     ! successive-over-relaxation with extra outer halo 
    207             CALL sol_sor_e( kindic ) 
    208205         CASE DEFAULT                  ! e r r o r in nsolv namelist parameter 
    209206            WRITE(ctmp1,*) ' ~~~~~~~~~~                not = ', nsolv 
    210             CALL ctl_stop( ' dyn_spg_rl : e r r o r, nsolv = 1, 2 ,3 or 4', ctmp1 ) 
     207            CALL ctl_stop( ' dyn_spg_rl : e r r o r, nsolv = 1, 2 or 3', ctmp1 ) 
    211208         END SELECT 
    212209      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.