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 12090 for NEMO/branches/2019/dev_r11943_TOP-01_ENHANCE-11_CEthe/cfgs/SHARED/namelist_top_ref – NEMO

Ignore:
Timestamp:
2019-12-06T14:37:33+01:00 (4 years ago)
Author:
cetlod
Message:

dev_r11943_TOP-01_ENHANCE-11_CEthe

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11943_TOP-01_ENHANCE-11_CEthe/cfgs/SHARED/namelist_top_ref

    r10375 r12090  
    4141   ln_trcdmp     =  .false.  !  add a damping termn (T) or not (F) 
    4242   ln_trcdmp_clo =  .false.  !  damping term (T) or not (F) on closed seas 
     43   ln_trcbc      =  .false.  !  Surface, Lateral or Open Boundaries conditions 
    4344   ! 
    4445   jp_dia3d      = 0         ! Number of 3D diagnostic variables 
     
    135136   cn_dir_obc    =  './'     !  root directory for the location of OPEN data files 
    136137   ln_rnf_ctl    = .false.   !  Remove runoff dilution on tracers with absent river load 
    137    rn_bc_time    =  86400.   !  Time scaling factor for SBC and CBC data (seconds in a day) 
     138   rn_sbc_time   =  86400.   !  Time scaling factor for SBC data (seconds in a day) 
     139   rn_cbc_time   =  86400.   !  Time scaling factor for CBC data (seconds in a day) 
    138140/ 
    139141!---------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.