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/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_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/OVERFLOW/EXP00/namelist_zps_FCT2_flux_ubs_cfg

    r9019 r9490  
    110110/ 
    111111!----------------------------------------------------------------------- 
    112 &namtra_adv_mle !   mixed layer eddy parametrisation (Fox-Kemper param) (default: NO) 
    113 !----------------------------------------------------------------------- 
    114 / 
    115 !----------------------------------------------------------------------- 
    116112&namtra_ldf    !   lateral diffusion scheme for tracers 
    117113!----------------------------------------------------------------------- 
     
    121117   ln_traldf_blp   =  .false.  !  bilaplacian operator 
    122118/ 
    123 !----------------------------------------------------------------------- 
    124 &namtra_ldfeiv !   eddy induced velocity param.                         (default: NO) 
    125 !----------------------------------------------------------------------- 
    126 / 
    127 !----------------------------------------------------------------------- 
    128 &namtra_dmp    !   tracer: T & S newtonian damping                       (default: YES) 
    129 !----------------------------------------------------------------------- 
    130    ln_tradmp   =  .false.   !  add a damping termn (T) or not (F) 
    131 / 
     119 
     120!!====================================================================== 
     121!!                      ***  Dynamics namelists  ***                  !! 
     122!!====================================================================== 
     123! 
    132124!----------------------------------------------------------------------- 
    133125&namdyn_adv    !   formulation of the momentum advection                (default: NO selection) 
     
    184176   !                       !  Coefficient 
    185177   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
    186    !                                !  =-30  read in eddy_viscosity_3D.nc file 
    187    !                                !  =-20  read in eddy_viscosity_2D.nc file 
    188    !                                !  =  0  constant 
    189    !                                !  = 10  F(k)=c1d 
    190    !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
    191    !                                !  = 30  F(i,j,k)=c2d*c1d 
    192    !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
    193    !                                !  = 32  F(i,j,k)=F(local gridscale and deformation rate) 
    194    ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    195    rn_ahm_0      =   1000.     !  horizontal laplacian eddy viscosity   [m2/s] 
    196    rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
    197    rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
    198    !                       !  Smagorinsky settings (nn_ahm_ijk_t  = 32) : 
    199    rn_csmc       = 3.5         !  Smagorinsky constant of proportionality 
    200    rn_minfac     = 1.0         !  multiplier of theorectical lower limit 
    201    rn_maxfac     = 1.0         !  multiplier of theorectical upper limit 
    202 / 
     178      !                             !  =  0  constant  
     179      !                        !  time invariant coefficients :  ahm = 1/2  Uv*Lv   (lap case)  
     180      !                             !                            bhm = 1/12 Uv*Lv^3 (blp case) 
     181      rn_Uv      = 2.0              !  lateral viscous velocity [m/s] (nn_ahm_ijk_t= 0, 10, 20, 30) 
     182      rn_Lv      = 1000.            !  lateral viscous length   [m]   (nn_ahm_ijk_t= 0, 10) 
     183/ 
     184 
    203185!!====================================================================== 
    204186!!                     vertical physics namelists                     !! 
Note: See TracChangeset for help on using the changeset viewer.