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 9490 for branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg – NEMO

Ignore:
Timestamp:
2018-04-23T10:44:07+02:00 (6 years ago)
Author:
gm
Message:

#2075 - dev_merge_2017: scale-aware setting of lateral viscous and diffusive coefficient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/CONFIG/GYRE_PISCES/EXP00/namelist_top_cfg

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :  Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref 
     2!! NEMO/TOP :   Configuration namelist : used to overwrite defaults values defined in SHARED/namelist_top_ref 
    33!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!----------------------------------------------------------------------- 
     
    1010!----------------------------------------------------------------------- 
    1111   jp_bgc        =  6 
    12 ! 
     12   ! 
    1313   ln_pisces     =  .true. 
    1414   ln_age        =  .false. 
     
    1717   ln_c14        =  .false. 
    1818   ln_my_trc     =  .false. 
    19 ! 
    20 !                 !           !                             !               ! 
    21 !                 !    name   !   title of the field        !   units       ! initial data from file or not ! 
    22 !                 !           !                                             !                               ! 
    23    sn_tracer(1)   = 'DET'     , 'Detritus                   ',  'mmole-N/m3' ,  .false.     
    24    sn_tracer(2)   = 'ZOO'     , 'Zooplankton concentration  ',  'mmole-N/m3' ,  .false.    
    25    sn_tracer(3)   = 'PHY'     , 'Phytoplankton concentration',  'mmole-N/m3' ,  .false.   
    26    sn_tracer(4)   = 'NO3'     , 'Nitrate concentration      ',  'mmole-N/m3' ,  .false.  
    27    sn_tracer(5)   = 'NH4'     , 'Ammonium concentration     ',  'mmole-N/m3' ,  .false.    
    28    sn_tracer(6)   = 'DOM'     , 'Dissolved organic matter   ',  'mmole-N/m3' ,  .false.   
     19   !_____________!__________!________________________________!______________!________________! 
     20   !             !   name   !           title of the field   !   units      ! init from file !  
     21   sn_tracer(1)   = 'DET'   , 'Detritus                   '  , 'mmole-N/m3' ,  .false.     
     22   sn_tracer(2)   = 'ZOO'   , 'Zooplankton concentration  '  , 'mmole-N/m3' ,  .false.    
     23   sn_tracer(3)   = 'PHY'   , 'Phytoplankton concentration'  , 'mmole-N/m3' ,  .false.   
     24   sn_tracer(4)   = 'NO3'   , 'Nitrate concentration      '  , 'mmole-N/m3' ,  .false.  
     25   sn_tracer(5)   = 'NH4'   , 'Ammonium concentration     '  , 'mmole-N/m3' ,  .false.    
     26   sn_tracer(6)   = 'DOM'   , 'Dissolved organic matter   '  , 'mmole-N/m3' ,  .false.   
    2927/ 
    3028!----------------------------------------------------------------------- 
     
    4442/ 
    4543!----------------------------------------------------------------------- 
    46 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     44&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    4745!----------------------------------------------------------------------- 
    48    rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
     46!                            !  Type of the operator: 
     47   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     48   ln_trcldf_tra   =  .true.     !  use active tracer setting 
     49   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     50   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     51   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    4952/ 
    5053!----------------------------------------------------------------------- 
     
    5457/ 
    5558!----------------------------------------------------------------------- 
    56 &namtrc_dmp      !   passive tracer newtonian damping    
     59&namtrc_dmp      !   passive tracer newtonian damping                   (ln_trcdmp=T) 
    5760!----------------------------------------------------------------------- 
    5861/ 
Note: See TracChangeset for help on using the changeset viewer.