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 5160 for branches/2015/dev_r5144_CMCC5_BDY_for_TOP/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2015-03-23T15:30:55+01:00 (9 years ago)
Author:
lovato
Message:

First implementation of BDY for TOP component, see #1441 (dev_r5144_CMCC5_BDY_for_TOP).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5144_CMCC5_BDY_for_TOP/NEMOGCM/CONFIG/SHARED/namelist_top_ref

    r5102 r5160  
    107107&namtrc_bc 
    108108! 
    109    cn_dir        =  './'      !  root directory for the location of the data files 
     109   cn_dir_sbc        =  './'      !  root directory for the location of SURFACE data files 
     110   cn_dir_cbc        =  './'      !  root directory for the location of COASTAL data files 
     111   cn_dir_obc        =  './'      !  root directory for the location of OPEN data files 
    110112/ 
     113!---------------------------------------------------------------------- 
     114!namtrc_bdy       !   Setup of tracer boundary conditions 
     115!----------------------------------------------------------------------- 
     116$namtrc_bdy 
     117   cn_trc_dflt     =  'neumann'    !  OBC applied by default to all tracers 
     118   cn_trc          =  'none'       !  Boundary conditions appled to the active tracers (see namtrc) 
     119 
     120   nn_trcdmp_bdy   = 0     !  Use damping timescales defined in nambdy of namelist 
     121                           !  = 0 NO damping of tracers at open boudaries 
     122                           !  = 1 Only for tracers forced with external data 
     123                           !  = 2 Damping applied to all tracers 
     124/ 
Note: See TracChangeset for help on using the changeset viewer.