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.
namsol in trunk/DOC/TexFiles/Namelist – NEMO

source: trunk/DOC/TexFiles/Namelist/namsol @ 3294

Last change on this file since 3294 was 3294, checked in by rblod, 12 years ago

Merge of 3.4beta into the trunk

File size: 900 bytes
Line 
1!-----------------------------------------------------------------------
2&namsol        !   elliptic solver / island / free surface
3!-----------------------------------------------------------------------
4   nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg)
5                           !                   =2 successive-over-relaxation (sor)
6   nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test
7   rn_eps      =  1.e-6    !  absolute precision of the solver
8   nn_nmin     =    300    !  minimum of iterations for the SOR solver
9   nn_nmax     =    800    !  maximum of iterations for the SOR solver
10   nn_nmod     =     10    !  frequency of test for the SOR solver
11   rn_resmax   =  1.e-10   !  absolute precision for the SOR solver
12   rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain)
13/
Note: See TracBrowser for help on using the repository browser.