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_BFM/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_BFM/EXP00/namelist_top_cfg

    r9019 r9356  
    22!! NEMO-TOP : GYRE_BFM configuration namelist used to overwrite SHARED/namelist_top_ref 
    33!----------------------------------------------------------------------- 
    4 &namtrc_run     !   run information 
     4&namtrc_run      !   run information 
    55!----------------------------------------------------------------------- 
    6    nn_writetrc   =  0        !  time step frequency for sn_tracer outputs 
    76   ln_top_euler  = .true.    !  use Euler time-stepping for TOP 
    87/ 
    9 !''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' 
    10 &namtrc     !   tracers definition 
    11 !,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 
     8!----------------------------------------------------------------------- 
     9&namtrc          !   tracers definition 
     10!----------------------------------------------------------------------- 
    1211   ln_trcdta     =  .false.        !  Initialisation from data input file (T) or not (F) 
    1312! 
    14 !              !    name   !           title of the field              !   units    ! initial data ! save   ! 
    15 !              !           !                                           !            ! from file    ! or not ! 
    16 !              !           !                                           !            ! or not       !        ! 
    17    sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false.     ,  .true. 
     13!                !    name   !           title of the field            !   units    ! initial data from file or not !  
     14   sn_tracer(1)   = 'DUMMY   ' , 'Dummy tracer      '                 ,  'dummy-units' ,  .false. 
    1815/ 
    1916!----------------------------------------------------------------------- 
    20 &namtrc_dta    ! initial conditions 
     17&namage          !   AGE  
    2118!----------------------------------------------------------------------- 
    2219/ 
    2320!----------------------------------------------------------------------- 
    24 &namtrc_adv    !   advection scheme for passive tracer                  (default: NO selection) 
     21&namtrc_dta      !    Initialisation from data input file 
    2522!----------------------------------------------------------------------- 
     23/ 
     24!----------------------------------------------------------------------- 
     25&namtrc_adv      !   advection scheme for passive tracer                (default: NO selection) 
    2626   ln_trcadv_fct =  .true.   !  FCT scheme 
    2727      nn_fct_h   =  2               !  =2/4, horizontal 2nd / 4th order  
    2828      nn_fct_v   =  2               !  =2/4, vertical   2nd / COMPACT 4th order  
    29 / 
    30 !----------------------------------------------------------------------- 
    31 &namtrc_ldf    !   lateral diffusion scheme for passive tracer  
    3229!----------------------------------------------------------------------- 
    3330/ 
    3431!----------------------------------------------------------------------- 
    35 &namtrc_zdf        !   vertical physics 
     32&namtrc_ldf      !   lateral diffusion scheme for passive tracer  
    3633!----------------------------------------------------------------------- 
    3734/ 
    3835!----------------------------------------------------------------------- 
    39 &namtrc_rad        !  treatment of negative concentrations  
     36&namtrc_rad      !  treatment of negative concentrations  
    4037!----------------------------------------------------------------------- 
    4138/ 
    4239!----------------------------------------------------------------------- 
    43 &namtrc_dmp    !   passive tracer newtonian damping 
     40&namtrc_dmp      !   passive tracer newtonian damping    
    4441!----------------------------------------------------------------------- 
    4542/ 
    4643!----------------------------------------------------------------------- 
    47 &namtrc_bc     ! boundary conditions 
     44&namtrc_ice      !    Representation of sea ice growth & melt effects 
    4845!----------------------------------------------------------------------- 
    4946/ 
    5047!----------------------------------------------------------------------- 
    51 &namtrc_trd       !   diagnostics on tracer trends        ('key_trdtrc') 
    52 !                          or mixed-layer trends          ('key_trdmld_trc') 
     48&namtrc_trd      !   diagnostics on tracer trends                       ('key_trdtrc') 
    5349!---------------------------------------------------------------------- 
    5450/ 
     51!---------------------------------------------------------------------- 
     52&namtrc_bc       !   data for boundary conditions 
    5553!----------------------------------------------------------------------- 
    56 &namtrc_dia       !   parameters for passive tracer additional diagnostics 
     54/ 
    5755!---------------------------------------------------------------------- 
     56&namtrc_bdy      !   Setup of tracer boundary conditions 
     57!----------------------------------------------------------------------- 
    5858/ 
Note: See TracChangeset for help on using the changeset viewer.