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/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/DOC/TexFiles/Namelist – NEMO

source: branches/2014/dev_r4650_UKMO14.5_SST_BIAS_CORRECTION/DOC/TexFiles/Namelist/namsol @ 5967

Last change on this file since 5967 was 5967, checked in by timgraham, 8 years ago

Reset keywords before merging with head of trunk

  • Property svn:keywords set to Id
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.