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

Ignore:
Timestamp:
2015-09-24T08:35:56+02:00 (9 years ago)
Author:
gm
Message:

#1593: LDF-ADV, step II.1: phasing the improvements/simplifications of diffusive trend: namelist and keys

File:
1 edited

Legend:

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

    r5407 r5759  
    237237&namtra_ldf    !   lateral diffusion scheme for tracers 
    238238!---------------------------------------------------------------------------------- 
    239    rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    240    rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     239   !                       !  Operator type: 
     240   ln_traldf_lap   =  .true.   !    laplacian operator 
     241   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     242   !                       !  Direction of action: 
     243   ln_traldf_lev   =  .false.  !  iso-level 
     244   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     245   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     246   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     247   ! 
     248   !                       !  iso-neutral options:         
     249   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     250   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     251   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     252   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     253   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     254   ! 
     255   !                       !  Coefficients: 
     256   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     257   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     258   !                                !   =  0           constant  
     259   !                                !   = 10 F(k)      =ldf_c1d  
     260   !                                !   = 20 F(i,j)    =ldf_c2d  
     261   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     262   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     263   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     264   rn_aht_0        = 1000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     265   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     266/ 
     267!---------------------------------------------------------------------------------- 
     268&namtra_ldfeiv !   eddy induced velocity param. 
     269!---------------------------------------------------------------------------------- 
     270   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
    241271/ 
    242272!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.