source: vendor/nemo/v3.4_r_3499_dev_r3406_LOCEAN4_XIOS/DOC/TexFiles/Namelist/namsol @ 53

Last change on this file since 53 was 1, checked in by cholod, 12 years ago

importing initial nemo vendor drop (v3.4_r_3220)

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.