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

Ignore:
Timestamp:
2018-02-23T18:32:30+01:00 (6 years ago)
Author:
acc
Message:

Branch: 2017/dev_merge_2017. Cosmetic (hopefully) changes to namelist files to enforce more consistency between reference and configuration namelists. Changes in all reference configurations (SETTE tested) and most TEST_CASES (untested). OVERFLOW and LOCK_EXCHANGE still to do. See new file: NEMOGCM/CONFIG/SHARED/README.namelists for the conventions used.

File:
1 edited

Legend:

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

    r9019 r9356  
    33!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> 
    44!----------------------------------------------------------------------- 
    5 &namtrc_run     !   run information 
     5&namtrc_run      !   run information 
    66!----------------------------------------------------------------------- 
    77/ 
    88!----------------------------------------------------------------------- 
    9 &namtrc     !   tracers definition 
     9&namtrc          !   tracers definition 
    1010!----------------------------------------------------------------------- 
    1111   jp_bgc        =  6 
     
    2929/ 
    3030!----------------------------------------------------------------------- 
    31 &namtrc_adv    !   advection scheme for passive tracer                  (default: NO selection) 
     31&namage          !   AGE  
     32!----------------------------------------------------------------------- 
     33/ 
     34!----------------------------------------------------------------------- 
     35&namtrc_dta      !    Initialisation from data input file 
     36!----------------------------------------------------------------------- 
     37/ 
     38!----------------------------------------------------------------------- 
     39&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection) 
    3240!----------------------------------------------------------------------- 
    3341   ln_trcadv_fct =  .true.   !  FCT scheme 
     
    3644/ 
    3745!----------------------------------------------------------------------- 
    38 &namtrc_ldf    !   lateral diffusion scheme for passive tracer 
     46&namtrc_ldf      !   lateral diffusion scheme for passive tracer  
    3947!----------------------------------------------------------------------- 
    4048   rn_ahtrc_0       =  1000.    !  horizontal eddy diffusivity for tracers [m2/s] 
    4149/ 
    4250!----------------------------------------------------------------------- 
    43 &namtrc_rad        !  treatment of negative concentrations 
     51&namtrc_rad      !  treatment of negative concentrations  
    4452!----------------------------------------------------------------------- 
    4553   ln_trcrad   =  .false.  !  artificially correct negative concentrations (T) or not (F) 
    4654/ 
    4755!----------------------------------------------------------------------- 
    48 &namtrc_dmp      !   passive tracer newtonian damping 
     56&namtrc_dmp      !   passive tracer newtonian damping    
    4957!----------------------------------------------------------------------- 
    5058/ 
     
    5563!----------------------------------------------------------------------- 
    5664&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc') 
    57 !                          or mixed-layer trends                        ('key_trdmld_trc') 
    5865!---------------------------------------------------------------------- 
    5966/ 
Note: See TracChangeset for help on using the changeset viewer.