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 branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist – NEMO

source: branches/2015/dev_r5836_NOC3_vvl_by_default/DOC/TexFiles/Namelist/namsol @ 6040

Last change on this file since 6040 was 4147, checked in by cetlod, 10 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File size: 899 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.