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 10126 for NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/doc/namelists/namtra_ldf – NEMO

Ignore:
Timestamp:
2018-09-13T16:59:46+02:00 (6 years ago)
Author:
jchanut
Message:

Merge with trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2018/dev_r10057_ENHANCE03_ZTILDE/doc/namelists/namtra_ldf

    r9355 r10126  
    33!----------------------------------------------------------------------- 
    44   !                       !  Operator type: 
    5    ln_traldf_NONE  =  .false.  !  No explicit diffusion 
    6    ln_traldf_lap   =  .false.  !    laplacian operator 
    7    ln_traldf_blp   =  .false.  !  bilaplacian operator 
     5   ln_traldf_OFF   = .false.   !  No explicit diffusion 
     6   ln_traldf_lap   = .false.   !    laplacian operator 
     7   ln_traldf_blp   = .false.   !  bilaplacian operator 
    88   ! 
    99   !                       !  Direction of action: 
    10    ln_traldf_lev   =  .false.  !  iso-level 
    11    ln_traldf_hor   =  .false.  !  horizontal (geopotential) 
    12    ln_traldf_iso   =  .false.  !  iso-neutral (standard operator) 
    13    ln_traldf_triad =  .false.  !  iso-neutral (triad    operator) 
     10   ln_traldf_lev   = .false.   !  iso-level 
     11   ln_traldf_hor   = .false.   !  horizontal (geopotential) 
     12   ln_traldf_iso   = .false.   !  iso-neutral (standard operator) 
     13   ln_traldf_triad = .false.   !  iso-neutral (triad    operator) 
    1414   ! 
    1515   !                       !  iso-neutral options:         
    16    ln_traldf_msc   =  .false.  !  Method of Stabilizing Correction (both operators) 
    17    rn_slpmax       =   0.01    !  slope limit                      (both operators) 
    18    ln_triad_iso    =  .false.  !  pure horizontal mixing in ML              (triad only) 
    19    rn_sw_triad     =  1        !  =1 switching triad ; =0 all 4 triads used (triad only) 
    20    ln_botmix_triad =  .false.  !  lateral mixing on bottom                  (triad only) 
     16   ln_traldf_msc   = .false.   !  Method of Stabilizing Correction      (both operators) 
     17   rn_slpmax       =  0.01     !  slope limit                           (both operators) 
     18   ln_triad_iso    = .false.   !  pure horizontal mixing in ML              (triad only) 
     19   rn_sw_triad     = 1         !  =1 switching triad ; =0 all 4 triads used (triad only) 
     20   ln_botmix_triad = .false.   !  lateral mixing on bottom                  (triad only) 
    2121   ! 
    2222   !                       !  Coefficients: 
    23    nn_aht_ijk_t    = 0         !  space/time variation of eddy coef 
    24    !                                !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
    25    !                                !   =  0           constant  
    26    !                                !   = 10 F(k)      =ldf_c1d  
    27    !                                !   = 20 F(i,j)    =ldf_c2d  
    28    !                                !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
    29    !                                !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
    30    !                                !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
    31    rn_aht_0        = 2000.     !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    32    rn_bht_0        = 1.e+12    !  lateral eddy diffusivity (bilap. operator) [m4/s] 
     23   nn_aht_ijk_t    = 0         !  space/time variation of eddy coefficient: 
     24      !                             !   =-20 (=-30)    read in eddy_diffusivity_2D.nc (..._3D.nc) file 
     25      !                             !   =  0           constant  
     26      !                             !   = 10 F(k)      =ldf_c1d  
     27      !                             !   = 20 F(i,j)    =ldf_c2d  
     28      !                             !   = 21 F(i,j,t)  =Treguier et al. JPO 1997 formulation 
     29      !                             !   = 30 F(i,j,k)  =ldf_c2d * ldf_c1d 
     30      !                             !   = 31 F(i,j,k,t)=F(local velocity and grid-spacing) 
     31      !                        !  time invariant coefficients:  aht0 = 1/2  Ud*Ld   (lap case)  
     32      !                             !                           or   = 1/12 Ud*Ld^3 (blp case) 
     33      rn_Ud        = 0.01           !  lateral diffusive velocity [m/s] (nn_aht_ijk_t= 0, 10, 20, 30) 
     34      rn_Ld        = 200.e+3        !  lateral diffusive length   [m]   (nn_aht_ijk_t= 0, 10) 
    3335/ 
Note: See TracChangeset for help on using the changeset viewer.