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 branches/nemo_v3_3_beta/DOC/TexFiles/Namelist – NEMO

source: branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/nambdy @ 2349

Last change on this file since 2349 was 2349, checked in by gm, 13 years ago

v3.3beta: #658 phasing of the doc - key check + many minor changes

File size: 1.8 KB
Line 
1!-----------------------------------------------------------------------
2&nambdy        !  unstructured open boundaries                          ("key_bdy")
3!-----------------------------------------------------------------------
4   cn_mask       =  ''                    !  name of mask file (if ln_bdy_mask=.TRUE.)
5   cn_dta_frs_T  = 'bdydata_grid_T.nc'    !  name of data file (T-points)
6   cn_dta_frs_U  = 'bdydata_grid_U.nc'    !  name of data file (U-points)
7   cn_dta_frs_V  = 'bdydata_grid_V.nc'    !  name of data file (V-points)
8   cn_dta_fla_T  = 'bdydata_bt_grid_T.nc' !  name of data file for Flather condition (T-points)
9   cn_dta_fla_U  = 'bdydata_bt_grid_U.nc' !  name of data file for Flather condition (U-points)
10   cn_dta_fla_V  = 'bdydata_bt_grid_V.nc' !  name of data file for Flather condition (V-points)
11   ln_clim       = .false.                !  contain 1 (T) or 12 (F) time dumps and be cyclic
12   ln_vol        = .true.                 !  total volume correction (see volbdy parameter)
13   ln_mask       = .false.                !  boundary mask from filbdy_mask (T) or boundaries on edges of domain (F)
14   ln_tides      = .true.                 !  Apply tidal harmonic forcing with Flather condition
15   ln_dyn_fla    = .true.                 !  Apply Flather condition to velocities
16   ln_tra_frs    = .false.                !  Apply FRS condition to temperature and salinity
17   ln_dyn_frs    = .false.                !  Apply FRS condition to velocities
18   nn_rimwidth   =  9                     !  width of the relaxation zone
19   nn_dtactl     =  1                     !  bdy data read in 'bdydata_...nc' (=1) or set to the initial state (=0)
20   nn_volctl     =  0                     !  set to zero the net flux across open boundaries (=0) including E-P-R (=1)
21/
22
Note: See TracBrowser for help on using the repository browser.