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

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