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

Ignore:
Timestamp:
2004-02-17T09:06:15+01:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE001 : First major NEMO update

File:
1 edited

Legend:

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

    r3 r16  
    3333      !!     Solve the ellipic equation for the barotropic stream function 
    3434      !!     system (default option) or the transport divergence system 
    35       !!     ("key_dynspg_fsc") using a Finite Elements Tearing &  
     35      !!     (lk_dynspg_fsc=T) using a Finite Elements Tearing and  
    3636      !!      Interconnecting (FETI) approach. 
    3737      !!     In the former case, the barotropic stream function trend has a 
     
    142142      CALL feti_vmov( noeuds, wfeti(miax), gcx ) 
    143143 
    144       ! boundary conditions   !!bug ???  check  arguments... 
    145 #   if defined key_dynspg_fsc 
    146 #      if defined key_mpp 
    147       !   Mpp: export boundary values to neighbouring processors 
    148       CALL lbc_lnk( gcx, 'S', 1. ) 
    149 #      else 
    150       !   mono- or macro-tasking: W-point, >0, 2D array, no slab 
    151       IF( nperio /= 0 ) THEN 
    152          CALL lbc_lnk( gcx, 'T', 1. ) 
    153       ENDIF 
    154 #      endif 
    155 #   else 
    156 #      if defined key_mpp 
    157       !   Mpp: export boundary values to neighbouring processors 
    158       CALL lbc_lnk( gcx, 'G', 1. ) 
    159 #      else 
    160       !   mono- or macro-tasking: W-point, >0, 2D array, no slab 
    161       IF( nperio /= 0 ) THEN 
    162          CALL lbc_lnk( gcx, 'F', 1. ) 
    163       ENDIF 
    164 #      endif 
    165 #   endif 
     144      CALL lbc_lnk( gcx, c_solver_pt, 1. )   ! lateral boundary condition 
    166145 
    167146   END SUBROUTINE sol_fet 
Note: See TracChangeset for help on using the changeset viewer.