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

source: trunk/DOC/TexFiles/Namelist/nambdy @ 6140

Last change on this file since 6140 was 6140, checked in by timgraham, 8 years ago

Merge of branches/2015/dev_merge_2015 back into trunk. Merge excludes NEMOGCM/TOOLS/OBSTOOLS/ for now due to issues with the change of file type. Will sort these manually with further commits.

Branch merged as follows:
In the working copy of branch ran:
svn merge svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk@HEAD
Small conflicts due to bug fixes applied to trunk since the dev_merge_2015 was copied. Bug fixes were applied to the branch as well so these were easy to resolve.
Branch committed at this stage

In working copy run:
svn switch svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/trunk
to switch working copy

Run:
svn merge --reintegrate svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/2015/dev_merge_2015
to merge the branch into the trunk and then commit - no conflicts at this stage.

File size: 2.5 KB
Line 
1!-----------------------------------------------------------------------
2&nambdy        !  unstructured open boundaries                          ("key_bdy")
3!-----------------------------------------------------------------------
4    nb_bdy         = 0                    !  number of open boundary sets
5    ln_coords_file = .true.               !  =T : read bdy coordinates from file
6    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files
7    ln_mask_file   = .false.              !  =T : read mask from file
8    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.)
9    cn_dyn2d       = 'none'               !
10    nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state
11                                          !  = 1, bdy data are read in 'bdydata   .nc' files
12                                          !  = 2, use tidal harmonic forcing data from files
13                                          !  = 3, use external data AND tidal harmonic forcing
14    cn_dyn3d      =  'none'               !
15    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state
16                                          !  = 1, bdy data are read in 'bdydata   .nc' files
17    cn_tra        =  'none'               !
18    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state
19                                          !  = 1, bdy data are read in 'bdydata   .nc' files
20    cn_ice_lim      =  'none'             !
21    nn_ice_lim_dta  =  0                  !  = 0, bdy data are equal to the initial state
22                                          !  = 1, bdy data are read in 'bdydata   .nc' files
23    rn_ice_tem      = 270.                !  lim3 only: arbitrary temperature of incoming sea ice
24    rn_ice_sal      = 10.                 !  lim3 only:      --   salinity           --
25    rn_ice_age      = 30.                 !  lim3 only:      --   age                --
26
27    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers
28    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities
29    rn_time_dmp   =  1.                   ! Damping time scale in days
30    rn_time_dmp_out =  1.                 ! Outflow damping time scale
31    nn_rimwidth   = 10                    !  width of the relaxation zone
32    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter)
33    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero
34/
Note: See TracBrowser for help on using the repository browser.