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 9019 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg – NEMO

Ignore:
Timestamp:
2017-12-13T15:58:53+01:00 (6 years ago)
Author:
timgraham
Message:

Merge of dev_CNRS_2017 into branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/TEST_CASES/LOCK_EXCHANGE/EXP00/namelist_FCT4_vect_ene_cfg

    r8599 r9019  
    6868/ 
    6969!----------------------------------------------------------------------- 
    70 &nambfr        !   bottom friction 
    71 !----------------------------------------------------------------------- 
    72    nn_bfr      =    0      !  type of bottom friction :   = 0 : free slip,  = 1 : linear friction 
    73                            !                              = 2 : nonlinear friction 
    74 / 
    75 !----------------------------------------------------------------------- 
    76 &nambbc        !   bottom temperature boundary condition                (default: NO) 
    77 !----------------------------------------------------------------------- 
    78 / 
    79 !----------------------------------------------------------------------- 
    80 &nambbl        !   bottom boundary layer scheme                         ("key_trabbl") 
    81 !----------------------------------------------------------------------- 
     70&namdrg            !   top/bottom drag coefficient                      (default: NO selection) 
     71!----------------------------------------------------------------------- 
     72   ln_NONE    = .true.    !  free-slip       : Cd = 0                   
    8273/ 
    8374!----------------------------------------------------------------------- 
     
    10495      nn_fct_h   =  4            !  =2/4, horizontal 2nd / 4th order 
    10596      nn_fct_v   =  4            !  =2/4, vertical   2nd / COMPACT 4th order 
    106       nn_fct_zts =  0            !  >=1,  2nd order FCT scheme with vertical sub-timestepping 
    107       !                          !        (number of sub-timestep = nn_fct_zts) 
    10897   ln_traadv_mus = .false. !  MUSCL scheme 
    10998      ln_mus_ups = .false.       !  use upstream scheme near river mouths 
     
    119108&namtra_ldf    !   lateral diffusion scheme for tracers 
    120109!----------------------------------------------------------------------- 
    121    !                       !  Operator type:    both false = No lateral diffusion 
     110  !                       !  Operator type: 
     111   ln_traldf_NONE  =  .true.  !  No explicit diffusion 
    122112   ln_traldf_lap   =  .false.  !    laplacian operator 
    123113   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     
    139129   ln_dynadv_cen2= .false. !  flux form - 2nd order centered scheme 
    140130   ln_dynadv_ubs = .false. !  flux form - 3rd order UBS      scheme 
    141    ln_dynzad_zts = .false. !  Use (T) sub timestepping for vertical momentum advection 
    142131/ 
    143132!----------------------------------------------------------------------- 
     
    197186   rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    198187/ 
    199 !----------------------------------------------------------------------- 
    200 &namzdf        !   vertical physics 
    201 !----------------------------------------------------------------------- 
    202    rn_avm0     =   1.e-4  !  vertical eddy viscosity   [m2/s]          (background Kz if not "key_zdfcst") 
    203    rn_avt0     =   0.     !  vertical eddy diffusivity [m2/s]          (background Kz if not "key_zdfcst") 
    204    ln_zdfevd   = .false.  !  enhanced vertical diffusion (evd) 
    205    ln_zdfnpc   = .false.  !  Non-Penetrative Convective algorithm 
     188!!====================================================================== 
     189!!                     vertical physics namelists                     !! 
     190!!====================================================================== 
     191!----------------------------------------------------------------------- 
     192&namzdf        !   vertical physics                                     (default: NO selection) 
     193!----------------------------------------------------------------------- 
     194   !                       ! type of vertical closure 
     195   ln_zdfcst   = .true.       !  constant mixing 
     196   ! 
     197   !                       ! convection 
     198   ln_zdfevd   = .false.      !  enhanced vertical diffusion 
     199   ln_zdfnpc   = .false.      !  Non-Penetrative Convective algorithm 
     200   ! 
     201   !                       ! coefficients 
     202   rn_avm0     =   1.e-4      !  vertical eddy viscosity   [m2/s]       (background Kz if ln_zdfcst=F) 
     203   rn_avt0     =   0.e0       !  vertical eddy diffusivity [m2/s]       (background Kz if ln_zdfcst=F) 
     204   nn_avb      =    0         !  profile for background avt & avm (=1) or not (=0) 
     205   nn_havtb    =    0         !  horizontal shape for avtb (=1) or not (=0) 
    206206/ 
    207207!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.