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 3296 for trunk/NEMOGCM/CONFIG/GYRE/EXP00/namelist – NEMO

Ignore:
Timestamp:
2012-02-01T17:26:24+01:00 (12 years ago)
Author:
agn
Message:

Cleanup namtra_ldf for v3.4

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r3294 r3296  
    531531   ln_traadv_qck    =  .false.  !  QUICKEST scheme                  
    532532/ 
    533 !----------------------------------------------------------------------- 
    534 &namtra_ldf    !   lateral diffusion scheme for tracer  
    535 !----------------------------------------------------------------------- 
    536    !                       !  Type of the operator :  
    537    ln_traldf_lap    =  .true.   !  laplacian operator        
    538    ln_traldf_bilap  =  .false.  !  bilaplacian operator      
    539    !                       !  Direction of action  : 
    540    ln_traldf_level  =  .false.  !  iso-level                 
    541    ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
    542    ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
    543    ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp") 
    544    ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp") 
    545    ln_triad_iso     =  .false.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
    546    ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
    547    !                       !  Coefficient 
     533!---------------------------------------------------------------------------------- 
     534&namtra_ldf    !   lateral diffusion scheme for tracers 
     535!---------------------------------------------------------------------------------- 
     536   !                       !  Operator type: 
     537   ln_traldf_lap    =  .true.   !  laplacian operator 
     538   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
     539   !                       !  Direction of action: 
     540   ln_traldf_level  =  .false.  !  iso-level 
     541   ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
     542   ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
     543   !                 !  Griffies parameters              (all need "key_ldfslp") 
     544   ln_traldf_grif   =  .false.  !  use griffies triads 
     545   ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
     546   ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
     547   ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
     548   !                       !  Coefficients 
     549   ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
     550   ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
     551   !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
     552   rn_aeiv_0        =     0.    !  eddy induced velocity coefficient [m2/s] 
    548553   rn_aht_0         =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    549554   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    550    rn_aeiv_0        =     0.    !  eddy induced velocity coef. [m2/s]   (require "key_traldf_eiv") 
     555   !                                           (normally=0; not used with Griffies) 
    551556/ 
    552557!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.