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

Load NEMO_TMP into vendor/nemo/current.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • vendor/nemo/current/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r1 r4  
    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!----------------------------------------------------------------------- 
     
    857862    nitend_han = 75        ! Last time step used for harmonic analysis 
    858863    nstep_han  = 15        ! Time step frequency for harmonic analysis 
    859     nb_ana     = 2         ! Number of harmonics to analyse 
    860864    tname(1)   = 'M2'      ! Name of tidal constituents 
    861865    tname(2)   = 'K1' 
Note: See TracChangeset for help on using the changeset viewer.