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

    r4370 r5759  
    127127&namtra_ldf    !   lateral diffusion scheme for tracers 
    128128!---------------------------------------------------------------------------------- 
     129   !                       !  Operator type: 
     130   ln_traldf_lap   =  .true.   !    laplacian operator 
     131   ln_traldf_blp   =  .false.  !  bilaplacian operator 
     132   !                       !  Direction of action: 
     133   ln_traldf_lev   =  .false.  !  iso-level 
     134   ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
     135   ln_traldf_iso   =  .true.   !  iso-neutral (standard operator) 
     136   ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     137   ! 
     138   !                       !  iso-neutral options:         
     139   ln_traldf_msc   =  .true.   !  Method of Stabilizing Correction (both operators) 
     140   rn_slpmax       =   0.01    !  slope limit                      (both operators) 
     141   ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
     142   rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
     143   ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     144   ! 
     145   !                       !  Coefficients: 
     146   nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
     147   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     148   !                                !   =  0           constant  
     149   !                                !   = 10 F(k)      =ldf_c1d  
     150   !                                !   = 20 F(i,j)    =ldf_c2d  
     151   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     152   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
     153   !                                !   = 31 F(i,j,k,t)=F(local velocity) 
     154   rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
     155   rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     156/ 
     157!---------------------------------------------------------------------------------- 
     158&namtra_ldfeiv !   eddy induced velocity param. 
     159!---------------------------------------------------------------------------------- 
     160   ln_ldfeiv     =.false.   ! use eddy induced velocity parameterization 
     161   ln_ldfeiv_dia =.false.   ! diagnose eiv stream function and velocities 
     162   rn_aeiv_0     = 2000.   ! eddy induced velocity coefficient   [m2/s] 
     163   nn_aei_ijk_t  = 21      ! space/time variation of the eiv coeficient 
     164   !                                !   =-20 (=-30)    read in eddy_induced_velocity_2D.nc (..._3D.nc) file 
     165   !                                !   =  0           constant  
     166   !                                !   = 10 F(k)      =ldf_c1d  
     167   !                                !   = 20 F(i,j)    =ldf_c2d  
     168   !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     169   !                                !   = 30 F(i,j,k)  =ldf_c2d + ldf_c1d 
    129170/ 
    130171!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.