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/ORCA2_LIM/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/ORCA2_LIM/EXP00/namelist

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