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 5778 for branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg – NEMO

Ignore:
Timestamp:
2015-10-06T13:46:54+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, III. Phasing of the improvements/simplifications of ADV & LDF momentum trends: associated namelist & cpp

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5721_CNRS9_NOC3_LDF/NEMOGCM/CONFIG/ORCA2_LIM3/EXP00/namelist_cfg

    r5771 r5778  
    162162   ! 
    163163   !                       !  Coefficients: 
    164    nn_aht_ijk_t    = 21        !  space/time variation of eddy coef 
    165    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     164   nn_aht_ijk_t    = 20        !  space/time variation of eddy coef 
     165   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    166166   !                                !   =  0           constant  
    167167   !                                !   = 10 F(k)      =ldf_c1d  
     
    197197&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    198198!----------------------------------------------------------------------- 
     199   ln_dynvor_ene = .false. !  enstrophy conserving scheme 
     200   ln_dynvor_ens = .false. !  energy conserving scheme 
     201   ln_dynvor_mix = .false. !  mixed scheme 
     202   ln_dynvor_een = .true.  !  energy & enstrophy scheme 
     203      nn_een_e3f = 0             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     204   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    199205/ 
    200206!----------------------------------------------------------------------- 
     
    202208!----------------------------------------------------------------------- 
    203209   ln_hpg_zco  = .false.   !  z-coordinate - full steps 
    204    ln_hpg_zps  = .false.   !  z-coordinate - partial steps (interpolation) 
     210   ln_hpg_zps  = .true.    !  z-coordinate - partial steps (interpolation) 
    205211   ln_hpg_sco  = .false.   !  s-coordinate (standard jacobian formulation) 
    206212   ln_hpg_djc  = .false.   !  s-coordinate (Density Jacobian with Cubic polynomial) 
    207    ln_hpg_prj  = .true.    !  s-coordinate (Pressure Jacobian scheme) 
     213   ln_hpg_prj  = .false.   !  s-coordinate (Pressure Jacobian scheme) 
    208214   ln_dynhpg_imp = .false. !  time stepping: semi-implicit time scheme  (T) 
    209215                                 !           centered      time scheme  (F) 
     
    212218&namdyn_ldf    !   lateral diffusion on momentum 
    213219!----------------------------------------------------------------------- 
     220   !                       !  Type of the operator : 
     221   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     222   ln_dynldf_lap =  .true.     !    laplacian operator 
     223   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     224   !                       !  Direction of action  : 
     225   ln_dynldf_lev =  .true.     !  iso-level 
     226   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     227   ln_dynldf_iso =  .false.    !  iso-neutral 
     228   !                       !  Coefficient 
     229   nn_ahm_ijk_t  = -30         !  space/time variation of eddy coef 
     230   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     231   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     232   !                                !  =  0  constant  
     233   !                                !  = 10  F(k)=c1d 
     234   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     235   !                                !  = 30  F(i,j,k)=c2d*c1d 
     236   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     237   rn_ahm_0      =  40000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     238   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     239   rn_bhm_0      = 1.e+12      !  horizontal bilaplacian eddy viscosity [m4/s] 
     240   ! 
     241   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
    214242/ 
    215243!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.