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.
Changeset 1831 for branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namsol – NEMO

Ignore:
Timestamp:
2010-04-12T16:59:59+02:00 (14 years ago)
Author:
gm
Message:

cover, namelist, rigid-lid, e3t, appendices, see ticket: #658

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namsol

    r1225 r1831  
    22&namsol        !   elliptic solver / island / free surface  
    33!----------------------------------------------------------------------- 
    4    nsolv       =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
     4   nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    55                           !                   =2 successive-over-relaxation (sor) 
    6                            !                   =3 FETI (fet)                               ("key_feti") 
    7                            !                   =4 sor with extra outer halo 
    8    nsol_arp    =      0    !  absolute/relative (0/1) precision convergence test 
    9    nmin        =    300    !  minimum of iterations for the SOR solver 
    10    nmax        =    800    !  maximum of iterations for the SOR solver 
    11    nmod        =     10    !  frequency of test for the SOR solver 
    12    eps         =  1.e-6    !  absolute precision of the solver 
    13    resmax      =  1.e-10   !  absolute precision for the SOR solver 
    14    sor         =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    15    epsisl      =  1.e-10   !  absolute precision on stream function solver 
    16    nmisl       =   4000    !  maximum pcg iterations for island                            ("key_islands") 
    17    rnu         =      1.   !  strength of the additional force used in filtered free surface 
     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) 
    1813/ 
Note: See TracChangeset for help on using the changeset viewer.