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

    r5771 r5778  
    166166   !                       !  Coefficients: 
    167167   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    168    !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     168   !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    169169   !                                !   =  0           constant  
    170170   !                                !   = 10 F(k)      =ldf_c1d  
     
    193193&namdyn_vor    !   option of physics/algorithm (not control by CPP keys) 
    194194!----------------------------------------------------------------------- 
    195    ln_dynvor_ene = .true.  !  energy    conserving scheme   
    196    ln_dynvor_ens = .false. !  enstrophy conserving scheme     
     195   ln_dynvor_ene = .true.  !  enstrophy conserving scheme 
     196   ln_dynvor_ens = .false. !  energy conserving scheme 
     197   ln_dynvor_mix = .false. !  mixed scheme 
    197198   ln_dynvor_een = .false. !  energy & enstrophy scheme 
     199      nn_een_e3f = 1             !  e3f = masked averaging of e3t divided by 4 (=0) or by the sum of mask (=1) 
     200   ln_dynvor_msk = .false. !  vorticity multiplied by fmask (=T) or not (=F) (all vorticity schemes) 
    198201/ 
    199202!----------------------------------------------------------------------- 
     
    206209&namdyn_ldf    !   lateral diffusion on momentum 
    207210!----------------------------------------------------------------------- 
     211   !                       !  Type of the operator : 
     212   !                           !  no diffusion: set ln_dynldf_lap=..._blp=F  
     213   ln_dynldf_lap =  .true.    !    laplacian operator 
     214   ln_dynldf_blp =  .false.    !  bilaplacian operator 
     215   !                       !  Direction of action  : 
     216   ln_dynldf_lev =  .true.    !  iso-level 
     217   ln_dynldf_hor =  .false.    !  horizontal (geopotential) 
     218   ln_dynldf_iso =  .false.    !  iso-neutral 
     219   !                       !  Coefficient 
     220   nn_ahm_ijk_t  = 0           !  space/time variation of eddy coef 
     221   !                                !  =-30  read in eddy_viscosity_3D.nc file 
     222   !                                !  =-20  read in eddy_viscosity_2D.nc file 
     223   !                                !  =  0  constant  
     224   !                                !  = 10  F(k)=c1d 
     225   !                                !  = 20  F(i,j)=F(grid spacing)=c2d 
     226   !                                !  = 30  F(i,j,k)=c2d*c1d 
     227   !                                !  = 31  F(i,j,k)=F(grid spacing and local velocity) 
     228   rn_ahm_0      = 100000.     !  horizontal laplacian eddy viscosity   [m2/s] 
     229   rn_ahm_b      =      0.     !  background eddy viscosity for ldf_iso [m2/s] 
     230   rn_bhm_0      =      0.      !  horizontal bilaplacian eddy viscosity [m4/s] 
     231   ! 
     232   ! Caution in 20 and 30 cases the coefficient have to be given for a 1 degree grid (~111km) 
     233/ 
    208234   rn_ahm_0_lap     = 100000.   !  horizontal laplacian eddy viscosity   [m2/s] 
    209235/ 
Note: See TracChangeset for help on using the changeset viewer.