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.
nambdy in NEMO/branches/2019/dev_ASINTER-01-05_merged/doc/namelists – NEMO

source: NEMO/branches/2019/dev_ASINTER-01-05_merged/doc/namelists/nambdy @ 12063

Last change on this file since 12063 was 12063, checked in by gsamson, 4 years ago

dev_ASINTER-01-05_merged: update branch with dev_r11085_ASINTER-05_Brodeau_Advanced_Bulk@r12061 and trunk@r12055 + bugfix for agrif compatibility in sbcblk: sette tests with ref configs ok except ABL restartability (under investigation) (tickets #2159 and #2131)

  • Property svn:mime-type set to text/x-fortran
File size: 2.0 KB
Line 
1!-----------------------------------------------------------------------
2&nambdy        !  unstructured open boundaries                          (default: OFF)
3!-----------------------------------------------------------------------
4   ln_bdy         = .false.   !  Use unstructured open boundaries
5   nb_bdy         = 0         !  number of open boundary sets
6   ln_coords_file = .true.    !  =T : read bdy coordinates from file
7      cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files
8   ln_mask_file   = .false.   !  =T : read mask from file
9      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.)
10   cn_dyn2d    = 'none'       !
11   nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state
12      !                       !  = 1, bdy data are read in 'bdydata   .nc' files
13      !                       !  = 2, use tidal harmonic forcing data from files
14      !                       !  = 3, use external data AND tidal harmonic forcing
15   cn_dyn3d      =  'none'    !
16   nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state
17   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
18   cn_tra        =  'none'    !
19   nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state
20   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
21   cn_ice        =  'none'    !
22   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state
23   !                          !  = 1, bdy data are read in 'bdydata   .nc' files
24   !
25   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers
26   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities
27   rn_time_dmp   =  1.        !  Damping time scale in days
28   rn_time_dmp_out = 1.       !  Outflow damping time scale
29   nn_rimwidth   = 10         !  width of the relaxation zone
30   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter)
31   nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero
32/
Note: See TracBrowser for help on using the repository browser.