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 122 for trunk/CONFIG/ORCA2_LIM – NEMO

Changeset 122 for trunk/CONFIG/ORCA2_LIM


Ignore:
Timestamp:
2004-06-29T18:06:09+02:00 (20 years ago)
Author:
opalod
Message:

CT : UPDATE078 : GYRE and ORCA2_LIM namelist have been updated

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r47 r122  
    2525!  nrunoff    = 0 no, 1 runoff, 2 runoff+river mouth ups adv 
    2626!  ln_ctl     trend control print (expensive!) 
     27!  nictl      max i indice to make the control SUM (very usefull to compare mono- 
     28!  njctl      max j indice to make the control SUM (-versus multi processor runs) 
     29!  nbench     Bench parameter (0/1): CAUTION it must be zero except for bench 
     30!             for which we don't care about physical meaning of the results 
    2731! 
    2832!  CAUTION: for usual run scripts, logical value of 
     
    4347   nrunoff    =       2 
    4448   ln_ctl     =  .true. 
     49   nictl      =      10 
     50   njctl      =      10 
     51   nbench     =       0 
    4552/ 
    4653!----------------------------------------------------------------------- 
     
    119126!  ln_dynvor_ene      "         "  : energy conserving scheme    (default F) 
    120127!  ln_dynvor_mix      "         "  : mixed scheme                (default F) 
     128!  ln_dynvor_een      "         "  : energy & enstrophy scheme   (default F) 
    121129&nam_dynvor 
     130   ln_dynvor_ene = .FALSE. 
     131   ln_dynvor_ens = .TRUE. 
     132   ln_dynvor_mix = .FALSE. 
     133   ln_dynvor_een = .FALSE. 
    122134/ 
    123135!----------------------------------------------------------------------- 
     
    387399!       namsol   elliptic solver / island / free surface  
    388400!----------------------------------------------------------------------- 
    389 !  nsolv  elliptic solver (=1 preconditioned conjugate gradient: pcg) 
    390 !                         (=2 successive-over-relaxation: sor) 
    391 !                         (=3 FETI: fet, all require "key_feti" defined) 
    392 !  nmax   maximum of iterations for the solver 
    393 !  eps    absolute precision of the solver 
    394 !  sor    optimal coefficient for sor solver 
    395 !  epsisl absolute precision on stream function solver 
    396 !  nmisl  maximum pcg iterations for island 
    397 !  rnu    strength of the additional force used in free surface b.c. 
     401!  nsolv     elliptic solver (=1 preconditioned conjugate gradient: pcg) 
     402!                            (=2 successive-over-relaxation: sor) 
     403!                            (=3 FETI: fet, all require "key_feti" defined) 
     404!  nsol_arp  absolute/relative (0/1) precision convergence test 
     405!  nmin      minimum of iterations for the SOR solver 
     406!  nmax      maximum of iterations for the SOR solver 
     407!  nmod      frequency of test for the SOR solver 
     408!  eps       absolute precision of the solver 
     409!  resmax    absolute precision for the SOR solver 
     410!  sor       optimal coefficient for SOR solver 
     411!  epsisl    absolute precision on stream function solver 
     412!  nmisl     maximum pcg iterations for island 
     413!  rnu       strength of the additional force used in free surface b.c. 
    398414&namsol 
    399    nsolv  =      1 
    400    nmax   =    800 
    401    eps    =  1.E-6 
    402    sor    =   1.92 
    403    epsisl = 1.e-10 
    404    nmisl  =   4000 
    405    rnu    =     1. 
     415   nsolv     =      1 
     416   nsol_arp  =      0 
     417   nmin      =    300 
     418   nmax      =    800 
     419   nmod      =     10 
     420   eps       =  1.E-6 
     421   resmax    = 1.E-14 
     422   sor       =   1.92 
     423   epsisl    = 1.e-10 
     424   nmisl     =   4000 
     425   rnu       =     1. 
    406426/ 
    407427!======================================================================= 
Note: See TracChangeset for help on using the changeset viewer.