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

Ignore:
Timestamp:
2009-07-23T16:38:47+02:00 (15 years ago)
Author:
rblod
Message:

Suppress rigid-lid option, see ticket #486

File:
1 edited

Legend:

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

    r1152 r1528  
    3535      !!                  ***  ROUTINE sol_sor  *** 
    3636      !!                  
    37       !! ** Purpose :   Solve the ellipic equation for the barotropic stream  
    38       !!      function system (lk_dynspg_rl=T) or the transport divergence  
    39       !!      system (lk_dynspg_flt=T) using a red-black successive-over- 
     37      !! ** Purpose :   Solve the ellipic equation for the transport  
     38      !!      divergence system  using a red-black successive-over- 
    4039      !!      relaxation method. 
    41       !!       In the former case, the barotropic stream function trend has a 
    42       !!     zero boundary condition along all coastlines (i.e. continent 
    43       !!     as well as islands) while in the latter the boundary condition 
    44       !!     specification is not required. 
    4540      !!       This routine provides a MPI optimization to the existing solsor 
    4641      !!     by reducing the number of call to lbc. 
Note: See TracChangeset for help on using the changeset viewer.