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_OFF_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/ORCA2_OFF_PISCES/EXP00/namelist

    r3294 r3296  
    508508   ln_traadv_qck    =  .false.  !  QUICKEST scheme 
    509509/ 
    510 !----------------------------------------------------------------------- 
    511 &namtra_ldf    !   lateral diffusion scheme for tracer  
    512 !----------------------------------------------------------------------- 
    513    !                       !  Type of the operator :  
    514    ln_traldf_lap    =  .true.   !  laplacian operator        
    515    ln_traldf_bilap  =  .false.  !  bilaplacian operator      
    516    !                       !  Direction of action  : 
    517    ln_traldf_level  =  .false.  !  iso-level                 
    518    ln_traldf_hor    =  .false.  !  horizontal (geopotential)            (require "key_ldfslp" when ln_sco=T) 
    519    ln_traldf_iso    =  .true.   !  iso-neutral                          (require "key_ldfslp") 
    520    ln_traldf_grif   =  .false.  !  griffies skew flux formulation       (require "key_ldfslp") 
    521    ln_traldf_gdia   =  .false.  !  griffies operator strfn diagnostics  (require "key_ldfslp") 
    522    ln_triad_iso     =  .false.  !  griffies operator calculates triads twice => pure lateral mixing in ML (require "key_ldfslp") 
    523    ln_botmix_grif   =  .false.  !  griffies operator with lateral mixing on bottom (require "key_ldfslp") 
    524                          !  Coefficient 
     510!---------------------------------------------------------------------------------- 
     511&namtra_ldf    !   lateral diffusion scheme for tracers 
     512!---------------------------------------------------------------------------------- 
     513   !                       !  Operator type: 
     514   ln_traldf_lap    =  .true.   !  laplacian operator 
     515   ln_traldf_bilap  =  .false.  !  bilaplacian operator 
     516   !                       !  Direction of action: 
     517   ln_traldf_level  =  .false.  !  iso-level 
     518   ln_traldf_hor    =  .false.  !  horizontal (geopotential)   (needs "key_ldfslp" when ln_sco=T) 
     519   ln_traldf_iso    =  .true.   !  iso-neutral                 (needs "key_ldfslp") 
     520   !                 !  Griffies parameters              (all need "key_ldfslp") 
     521   ln_traldf_grif   =  .false.  !  use griffies triads 
     522   ln_traldf_gdia   =  .false.  !  output griffies eddy velocities 
     523   ln_triad_iso     =  .false.  !  pure lateral mixing in ML 
     524   ln_botmix_grif   =  .false.  !  lateral mixing on bottom 
     525   !                       !  Coefficients 
     526   ! Eddy-induced (GM) advection always used with Griffies; otherwise needs "key_traldf_eiv" 
     527   ! Value rn_aeiv_0 is ignored unless = 0 with Held-Larichev spatially varying aeiv 
     528   !                                  (key_traldf_c2d & key_traldf_eiv & key_orca_r2, _r1 or _r05) 
     529   rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s] 
    525530   rn_aht_0         =  2000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    526531   rn_ahtb_0        =     0.    !  background eddy diffusivity for ldf_iso [m2/s] 
    527    rn_aeiv_0        =  2000.    !  eddy induced velocity coefficient [m2/s]    (require "key_traldf_eiv") 
     532   !                                           (normally=0; not used with Griffies) 
    528533/ 
    529534!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.