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 1528 for trunk/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2009-07-23T16:38:47+02:00 (15 years ago)
Author:
rblod
Message:

Suppress rigid-lid option, see ticket #486

File:
1 edited

Legend:

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

    r1519 r1528  
    99!!              7 - dynamics         (nam_dynadv, nam_dynvor, nam_dynhpg, namflg, nam_dynspg, nam_dynldf) 
    1010!!              8 - Verical physics  (namzdf, namnpc, namric, namtke, namkpp, namddm, namtmx) 
    11 !!              9 - diagnostics      (namtrd, namgap, namspr, namflo, namptr) 
     11!!              9 - diagnostics      (namtrd, namgap, namflo, namptr) 
    1212!!              9 - miscellaneous    (namsol, nam_mpp, nam_mpp_dyndist, namctl) 
    1313!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    483483!                          !  filtered free surface                     ("key_dynspg_flt") 
    484484!                          !  split-explicit free surface               ("key_dynspg_ts") 
    485 !                          !  rigid-lid                                 ("key_dynspg_rl") 
    486485 
    487486!----------------------------------------------------------------------- 
     
    623622   resmax      =  1.e-10   !  absolute precision for the SOR solver 
    624623   sor         =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    625    epsisl      =  1.e-10   !  absolute precision on stream function solver 
    626    nmisl       =   4000    !  maximum pcg iterations for island                            ("key_islands") 
    627624   rnu         =      1.   !  strength of the additional force used in filtered free surface 
    628625/ 
     
    662659!!   namtrd       dynamics and/or tracer trends                         ("key_trddyn","key_trdtra","key_trdmld") 
    663660!!   namgap       level mean model-data gap                             ("key_diagap") 
    664 !!   namspr       surface pressure diagnosed in rigid-lid               ("key_diaspr") 
    665661!!   namflo       float parameters                                      ("key_float") 
    666662!!   namptr       Poleward Transport Diagnostics 
     
    687683/ 
    688684!----------------------------------------------------------------------- 
    689 &namspr       !   surface pressure diagnostic 
    690 !----------------------------------------------------------------------- 
    691    nmaxp      =   1000     !  maximum of iterations for the solver 
    692    epsp       =  1.e-3     !  absolute precision of the solver 
    693    niterp     =    400     !  number of iteration done by the solver 
    694 / 
    695 !----------------------------------------------------------------------- 
    696685&namflo       !   float parameters                                      ("key_float") 
    697686!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.