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 2254 – NEMO

Changeset 2254


Ignore:
Timestamp:
2010-10-13T15:18:52+02:00 (14 years ago)
Author:
rfurner
Message:

Update BDY namelist in DOC directory

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devukmo2010/DOC/TexFiles/Namelist/nambdy

    r1225 r2254  
    22&nambdy        !  unstructured open boundaries parameters               ("key_bdy") 
    33!----------------------------------------------------------------------- 
    4     filbdy_mask    =  ''                  !  name of mask file (if ln_bdy_mask=.TRUE.) 
    5     filbdy_data_T  = 'bdydata_grid_T.nc'  !  name of data file (T-points) 
    6     filbdy_data_U  = 'bdydata_grid_U.nc'  !  name of data file (U-points) 
    7     filbdy_data_V  = 'bdydata_grid_V.nc'  !  name of data file (V-points) 
    8     ln_bdy_clim    = .false.              !  contain 1 (T) or 12 (F) time dumps and be cyclic 
    9     ln_bdy_vol     = .true.               !  total volume correction (see volbdy parameter) 
    10     ln_bdy_mask    = .false.              !  boundary mask from filbdy_mask (T) or boundaries are on edges of domain (F) 
    11     ln_bdy_tides   = .true.               !  Apply tidal harmonic forcing with Flather condition 
    12     ln_bdy_dyn_fla = .true.               !  Apply Flather condition to velocities 
    13     ln_bdy_tra_frs = .false.              !  Apply FRS condition to temperature and salinity  
    14     ln_bdy_dyn_frs = .false.              !  Apply FRS condition to velocities 
    15     nbdy_dta       =  1                   !  = 0, bdy data are equal to the initial state 
    16                                           !  = 1, bdy data are read in 'bdydata   .nc' files 
    17     nb_rimwidth    = 9                    !  width of the relaxation zone 
    18     volbdy         = 0                    !  = 0, the total water flux across open boundaries is zero 
    19                                           !  = 1, the total volume of the system is conserved 
     4    cn_mask        =  ''                     !  name of mask file (ln_mask=.true.) 
     5    cn_dta_frs_T   = 'bdydata_frs_grid_T.nc' !  name of data file (T-points) 
     6    cn_dta_frs_U   = 'bdydata_frs_grid_U.nc' !  name of data file (U-points) 
     7    cn_dta_frs_V   = 'bdydata_frs_grid_V.nc' !  name of data file (V-points) 
     8    cn_dta_fla_T   = 'bdydata_fla_grid_T.nc' !  name of data file for Flather condition (T-points) 
     9    cn_dta_fla_U   = 'bdydata_fla_grid_U.nc' !  name of data file for Flather condition (U-points) 
     10    cn_dta_fla_V   = 'bdydata_fla_grid_V.nc' !  name of data file for Flather condition (V-points) 
     11    ln_clim        = .false.                 !  if true then data files contain 1 or 12 time dumps and are cyclic 
     12    ln_vol         = .true.                  !  total volume correction (see nn_volctl parameter) 
     13    ln_mask        = .false.                 !  (T) boundary mask from cn_mask ; (F) boundaries are on domain edges 
     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    ln_ice_frs     = .false.                 !  Apply FRS condition to ice concentration, thickness and snow thickness (LIM2 only) 
     19    nn_rimwidth    =  9                      !  width of the relaxation zone (in grid point) 
     20    nn_dtactl      =  1                      !  = 0, bdy data are 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 
    2024/ 
Note: See TracChangeset for help on using the changeset viewer.