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/GYRE/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/GYRE/EXP00/namelist_cfg

    r5771 r5778  
    273273&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    274274!----------------------------------------------------------------------- 
    275    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    276    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
     275   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     276   ln_dynvor_ens = .false. !  energy conserving scheme 
     277   ln_dynvor_mix = .false. !  mixed scheme 
    277278   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     279      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     280   ln_dynvor_msk = .true.  !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    278281/ 
    279282!----------------------------------------------------------------------- 
     
    290293&namdyn_ldf    !   lateral diffusion on momentum 
    291294!----------------------------------------------------------------------- 
    292    rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
     295   !                       !  Type of the operator : 
     296   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     297   ln_dynldf_lap =  .true.     !    laplacian operator 
     298   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     299   !                       !  Direction of action  : 
     300   ln_dynldf_lev =  .true.     !  iso-level 
     301   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     302   ln_dynldf_iso =  .false.    !  iso-neutral 
     303   !                       !  Coefficient 
     304   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     305   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     306   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     307   !                                !  =  0  constant  
     308   !                                !  = 10  F(k)=c1d 
     309   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     310   !                                !  = 30  F(i,j,k)=c2d*c1d 
     311   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     312   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     313   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     314   rn_bhm_0      =      0.     !  horizontal bilaplacian eddy viscosity [m4/s] 
    293315/ 
    294316!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.