Ignore:
Timestamp:
02/08/12 17:17:04 (13 years ago)
Author:
cholod
Message:

Load NEMO_TMP into vendor/nemo/current.

Location:
vendor/nemo/current/NEMOGCM/CONFIG/GYRE/EXP00
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/NEMOGCM/CONFIG/GYRE/EXP00/AA_job

    • Property svn:executable set to *
  • vendor/nemo/current/NEMOGCM/CONFIG/GYRE/EXP00/namelist

    r1 r4  
    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.