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/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist – NEMO

source: branches/UKMO/r5518_INGV1_WAVE-coupling/DOC/TexFiles/Namelist/namsol @ 7152

Last change on this file since 7152 was 7152, checked in by jcastill, 7 years ago

Initial implementation of wave coupling branch - INGV wave branch + UKMO wave coupling branch

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.