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

source: branches/2014/dev_r4650_UKMO12_CFL_diags_take2/DOC/TexFiles/Namelist/nambdy @ 5947

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

Reinstate svn Id keywords before merge

  • Property svn:keywords set to Id
File size: 1.8 KB
Line 
1!-----------------------------------------------------------------------
2&nambdy        !  unstructured open boundaries                          ("key_bdy")
3!-----------------------------------------------------------------------
4    nb_bdy = 1                            !  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    nn_dyn2d      =  2                    !  boundary conditions for barotropic fields
10    nn_dyn2d_dta  =  3                    !  = 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    nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities
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    nn_tra        =  1                    !  boundary conditions for T and S
18    nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state
19                           !  = 1, bdy data are read in 'bdydata   .nc' files
20    nn_rimwidth  = 10                      !  width of the relaxation zone
21    ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter)
22    nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero
23/
Note: See TracBrowser for help on using the repository browser.