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

Ignore:
Timestamp:
2011-12-20T12:53:32+01:00 (12 years ago)
Author:
davestorkey
Message:

Undo previous change (committed in error).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/nambdy

    r3227 r3230  
    22&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    33!----------------------------------------------------------------------- 
    4     nb_bdy = 2                               !  number of open boundary sets        
    5     ln_coords_file = .true.,.false.          !  =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, 0                    !  boundary conditions for barotropic fields 
    10     nn_dyn2d_dta  =  3, 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     nn_dyn3d      =  0, 0                    !  boundary conditions for baroclinic velocities 
    15     nn_dyn3d_dta  =  0, 0                    !  = 0, bdy data are equal to the initial state 
    16                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    17     nn_tra        =  1, 1                    !  boundary conditions for T and S 
    18     nn_tra_dta    =  1, 1                    !  = 0, bdy data are equal to the initial state 
    19                                              !  = 1, bdy data are read in 'bdydata   .nc' files 
    20     nn_rimwidth  = 10, 5                     !  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 
     4   cn_mask     =  ''                     !  name of mask file (ln_mask=T) 
     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 
     12   ln_clim     = .false.   !  contain 1 (T) or 12 (F) time dumps and be cyclic 
     13   ln_vol      = .false.   !  total volume correction (see volbdy parameter) 
     14   ln_mask     = .false.   !  boundary mask from filbdy_mask (T), boundaries are on edges of domain (F) 
     15   ln_tides    = .false.   !  Apply tidal harmonic forcing with Flather condition 
     16   ln_dyn_fla  = .false.   !  Apply Flather condition to velocities 
     17   ln_tra_frs  = .false.   !  Apply FRS condition to temperature and salinity  
     18   ln_dyn_frs  = .false.   !  Apply FRS condition to velocities 
     19   nn_rimwidth =  9        !  width of the relaxation zone 
     20   nn_dtactl   =  1        !  = 0, bdy data are equal to the initial state 
     21                           !  = 1, bdy data are read in 'bdydata   .nc' files 
     22   nn_volctl   =  0        !  = 0, the total water flux across open boundaries is zero 
     23                           !  = 1, the total volume of the system is conserved 
    2324/ 
Note: See TracChangeset for help on using the changeset viewer.