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/SHARED/namelist_top_ref – 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/SHARED/namelist_top_ref

    r9356 r9490  
    11!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    2 !! NEMO/TOP1 :   - tracer run information                (namtrc_run) 
     2!! NEMO/TOP :   Reference namelist  
     3!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
     4!!               - tracer run information                (namtrc_run) 
    35!!               - tracer definition                     (namtrc    ) 
    46!!               - tracer data initialisation            (namtrc_dta) 
     
    2729!----------------------------------------------------------------------- 
    2830   jp_bgc        =  0           !  Number of passive tracers of the BGC model 
    29 ! 
     31   ! 
    3032   ln_pisces     =  .false.     !  Run PISCES BGC model  
    3133   ln_my_trc     =  .false.     !  Run MY_TRC BGC model 
     
    3537   ln_sf6        =  .false.     !  Run the SF6 passive tracer 
    3638   ln_c14        =  .false.     !  Run the Radiocarbon passive tracer 
    37 ! 
     39   ! 
    3840   ln_trcdta     =  .false.  !  Initialisation from data input file (T) or not (F) 
    3941   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
    4042   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas 
    41 ! 
     43   ! 
    4244   jp_dia3d      = 0         ! Number of 3D diagnostic variables 
    4345   jp_dia2d      = 0         ! Number of 2D diagnostic variables 
    44 !                !           !                                         !            !                               ! 
    45 !                !    name   !           title of the field            !   units    ! initial data from file or not !  
    46 !  sn_tracer(1)  = 'tracer  ' , 'Tracer  Concentration                 ',   ' - '    ,           .false. 
     46   !_____________!___________!_________________________________________!____________!________________! 
     47   !             !    name   !           title of the field            !   units    ! init from file !  
     48!  sn_tracer(1)  = 'tracer  ', 'Tracer  Concentration                 ',   ' - '    ,   .false. 
    4749/ 
    4850!----------------------------------------------------------------------- 
     
    5557&namtrc_dta      !    Initialisation from data input file 
    5658!----------------------------------------------------------------------- 
     59!                !  file name        ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
     60!                !                   !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
     61   sn_trcdta(1)  = 'data_TRC_nomask' ,        -12        ,  'TRC'    ,    .false.   , .true. , 'yearly'  , ''       , ''       , '' 
     62   ! 
    5763   cn_dir        =  './'     !  root directory for the location of the data files 
    58 !          !  file name  ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask ! 
    59 !          !             !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      ! 
    60    sn_trcdta(1)  = 'data_TRC_nomask'        ,        -12        ,  'TRC'     ,    .false.   , .true. , 'yearly'  , ''       , ''   , '' 
    6164/ 
    6265!----------------------------------------------------------------------- 
     
    7780/ 
    7881!----------------------------------------------------------------------- 
    79 &namtrc_ldf      !   lateral diffusion scheme for passive tracer  
     82&namtrc_ldf      !   lateral diffusion scheme for passive tracer        (default: NO selection) 
    8083!----------------------------------------------------------------------- 
    81 !                            !  Type of the operator:   
    82    ln_trcldf_lap   =  .true.     !    laplacian operator 
    83    ln_trcldf_blp   =  .false.    !  bilaplacian operator 
    84    !                         !  Direction of action: 
    85    ln_trcldf_lev   =  .false.    !  iso-level 
    86    ln_trcldf_hor   =  .false.    !  horizontal (geopotential) 
    87    ln_trcldf_iso   =  .true.     !  iso-neutral (standard operator) 
    88    ln_trcldf_triad =  .false.    !  iso-neutral (triad    operator) 
    89    !                         !  Coefficient  
    90    rn_ahtrc_0      = 2000.       !  lateral eddy diffusivity   (lap. operator) [m2/s] 
    91    rn_bhtrc_0      = 1.e+12      !  lateral eddy diffusivity (bilap. operator) [m4/s] 
    92    ! 
    93    rn_fact_lap      =     1.     !     enhanced zonal eddy diffusivity 
     84!                            !  Type of the operator: 
     85   ln_trcldf_NONE  =  .false.    !  No explicit diffusion 
     86   ln_trcldf_tra   =  .false.    !  use active tracer setting 
     87   !                         !  Coefficient (defined with namtra_ldf coefficient) 
     88   rn_ldf_multi    = 1.          !  multiplier of aht for TRC mixing coefficient 
     89   rn_fact_lap     = 1.          !  Equatorial enhanced zonal eddy diffusivity (lap only) 
    9490/ 
    9591!----------------------------------------------------------------------- 
     
    9995/ 
    10096!----------------------------------------------------------------------- 
    101 &namtrc_dmp      !   passive tracer newtonian damping    
     97&namtrc_dmp      !   passive tracer newtonian damping                   (ln_trcdmp=T) 
    10298!----------------------------------------------------------------------- 
    10399   nn_zdmp_tr    =    1      !  vertical   shape =0    damping throughout the water column 
Note: See TracChangeset for help on using the changeset viewer.