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 5930 for trunk/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2015-11-26T17:07:10+01:00 (8 years ago)
Author:
jchanut
Message:

#1620 Merge free surface simplification into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5836 r5930  
    1313!!              8 - Verical physics  (namzdf, namzdf_ric, namzdf_tke, namzdf_ddm, namzdf_tmx) 
    1414!!              9 - diagnostics      (namnc4, namtrd, namspr, namflo, namhsb, namsto) 
    15 !!             10 - miscellaneous    (namsol, nammpp, namctl) 
     15!!             10 - miscellaneous    (nammpp, namctl) 
    1616!!             11 - Obs & Assim      (namobs, nam_asminc) 
    1717!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     
    161161   ppkth2      =       48.029893720000 ! 
    162162   ppacr2      =       13.000000000000 ! 
    163 / 
    164 !----------------------------------------------------------------------- 
    165 &namsplit      !   time splitting parameters                            ("key_dynspg_ts") 
    166 !----------------------------------------------------------------------- 
    167    ln_bt_fw      =    .TRUE.           !  Forward integration of barotropic equations 
    168    ln_bt_av      =    .TRUE.           !  Time filtering of barotropic variables 
    169    ln_bt_nn_auto =    .TRUE.           !  Set nn_baro automatically to be just below 
    170                                        !  a user defined maximum courant number (rn_bt_cmax) 
    171    nn_baro       =    30               !  Number of iterations of barotropic mode 
    172                                        !  during rn_rdt seconds. Only used if ln_bt_nn_auto=F 
    173    rn_bt_cmax    =    0.8              !  Maximum courant number allowed if ln_bt_nn_auto=T 
    174    nn_bt_flt     =    1                !  Time filter choice 
    175                                        !  = 0 None 
    176                                        !  = 1 Boxcar over   nn_baro barotropic steps 
    177                                        !  = 2 Boxcar over 2*nn_baro     "        " 
    178163/ 
    179164!----------------------------------------------------------------------- 
     
    817802!!   namdyn_vor    advection scheme 
    818803!!   namdyn_hpg    hydrostatic pressure gradient 
    819 !!   namdyn_spg    surface pressure gradient                            (CPP key only) 
     804!!   namdyn_spg    surface pressure gradient 
    820805!!   namdyn_ldf    lateral diffusion scheme 
    821806!!====================================================================== 
     
    863848   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    864849   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    865    ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    866                                  !           centered      time scheme  (F) 
    867 / 
    868 !----------------------------------------------------------------------- 
    869 !namdyn_spg    !   surface pressure gradient   (CPP key only) 
    870 !----------------------------------------------------------------------- 
    871 !                          !  explicit free surface                     ("key_dynspg_exp") 
    872 !                          !  filtered free surface                     ("key_dynspg_flt") 
    873 !                          !  split-explicit free surface               ("key_dynspg_ts") 
    874  
     850/ 
     851!----------------------------------------------------------------------- 
     852&namdyn_spg    !   surface pressure gradient 
     853!----------------------------------------------------------------------- 
     854   ln_dynspg_exp  = .false.   ! explicit free surface 
     855   ln_dynspg_ts   = .false.   ! split-explicit free surface 
     856      ln_bt_fw      = .true.    ! Forward integration of barotropic Eqs. 
     857      ln_bt_av      = .true.    ! Time filtering of barotropic variables 
     858         nn_bt_flt    =  1        ! Time filter choice  = 0 None 
     859         !                        !                     = 1 Boxcar over   nn_baro sub-steps 
     860         !                        !                     = 2 Boxcar over 2*nn_baro  "    " 
     861      ln_bt_auto    = .true.    ! Number of sub-step defined from: 
     862         rn_bt_cmax   =  0.8      ! =T : the Maximum Courant Number allowed 
     863         nn_baro      = 30        ! =F : the number of sub-step in rn_rdt seconds 
     864/ 
    875865!----------------------------------------------------------------------- 
    876866&namdyn_ldf    !   lateral diffusion on momentum 
     
    1005995!!                  ***  Miscellaneous namelists  *** 
    1006996!!====================================================================== 
    1007 !!   namsol            elliptic solver / island / free surface 
    1008997!!   nammpp            Massively Parallel Processing                    ("key_mpp_mpi) 
    1009998!!   namctl            Control prints & Benchmark 
     
    10141003!!====================================================================== 
    10151004! 
    1016 !----------------------------------------------------------------------- 
    1017 &namsol        !   elliptic solver / island / free surface 
    1018 !----------------------------------------------------------------------- 
    1019    nn_solv     =      1    !  elliptic solver: =1 preconditioned conjugate gradient (pcg) 
    1020                            !                   =2 successive-over-relaxation (sor) 
    1021    nn_sol_arp  =      0    !  absolute/relative (0/1) precision convergence test 
    1022    rn_eps      =  1.e-6    !  absolute precision of the solver 
    1023    nn_nmin     =    300    !  minimum of iterations for the SOR solver 
    1024    nn_nmax     =    800    !  maximum of iterations for the SOR solver 
    1025    nn_nmod     =     10    !  frequency of test for the SOR solver 
    1026    rn_resmax   =  1.e-10   !  absolute precision for the SOR solver 
    1027    rn_sor      =  1.92     !  optimal coefficient for SOR solver (to be adjusted with the domain) 
    1028 / 
    10291005!----------------------------------------------------------------------- 
    10301006&nammpp        !   Massively Parallel Processing                        ("key_mpp_mpi) 
Note: See TracChangeset for help on using the changeset viewer.