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

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

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

    r9169 r9490  
    102102/ 
    103103!----------------------------------------------------------------------- 
    104 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    105 !----------------------------------------------------------------------- 
    106 / 
    107 !----------------------------------------------------------------------- 
    108104&namtra_ldf    !   lateral diffusion scheme for tracers 
    109105!----------------------------------------------------------------------- 
     
    113109   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    114110/ 
    115 !----------------------------------------------------------------------- 
    116 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    117 !----------------------------------------------------------------------- 
    118 / 
    119 !----------------------------------------------------------------------- 
    120 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    121 !----------------------------------------------------------------------- 
    122    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    123 / 
     111 
     112!!====================================================================== 
     113!!                      ***  Dynamics namelists  ***                  !! 
     114!!====================================================================== 
     115! 
    124116!----------------------------------------------------------------------- 
    125117&namdyn_adv    !   formulation of the momentum advection 
     
    175167   !                       !  Coefficient 
    176168   nn_ahm_ijk_t  = 0         !  space/time variation of eddy coef 
    177    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    178    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    179    !                                !  =  0  constant  
    180    !                                !  = 10  F(k)=c1d 
    181    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    182    !                                !  = 30  F(i,j,k)=c2d*c1d 
    183    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    184    rn_ahm_0      =     0.01    !  horizontal laplacian eddy viscosity   [m2/s] 
    185    rn_ahm_b      =     0.      !  background eddy viscosity for ldf_iso [m2/s] 
    186    rn_bhm_0      =     1.e+12  !  horizontal bilaplacian eddy viscosity [m4/s] 
    187 / 
     169      !                             !  =  0  constant  
     170      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     171      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     172      rn_Uv      = 4.e-5            !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     173      rn_Lv      = 500.             !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     174/ 
     175 
    188176!!====================================================================== 
    189177!!                     vertical physics namelists                     !! 
Note: See TracChangeset for help on using the changeset viewer.