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 11005 for NEMO/trunk/doc/namelists/nambdy – NEMO

Ignore:
Timestamp:
2019-05-20T16:53:03+02:00 (5 years ago)
Author:
nicolasmartin
Message:

Updating of the namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/doc/namelists/nambdy

    r10530 r11005  
    33!----------------------------------------------------------------------- 
    44   ln_bdy         = .false.   !  Use unstructured open boundaries 
    5    nb_bdy         = 2         !  number of open boundary sets 
    6    ln_coords_file = .true. , .false.    !  =T : read bdy coordinates from file 
     5   nb_bdy         = 0         !  number of open boundary sets 
     6   ln_coords_file = .true.    !  =T : read bdy coordinates from file 
    77      cn_coords_file = 'coordinates.bdy.nc'  !  bdy coordinates files 
    88   ln_mask_file   = .false.   !  =T : read mask from file 
    9       cn_mask_file = ''       !  name of mask file (if ln_mask_file=.TRUE.) 
    10    cn_dyn2d    = 'flather', 'none'       ! 
    11    nn_dyn2d_dta   =  3 , 0    !  = 0, bdy data are equal to the initial state 
     9      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.) 
     10   cn_dyn2d    = 'none'       ! 
     11   nn_dyn2d_dta   =  0        !  = 0, bdy data are equal to the initial state 
    1212      !                       !  = 1, bdy data are read in 'bdydata   .nc' files 
    1313      !                       !  = 2, use tidal harmonic forcing data from files 
    1414      !                       !  = 3, use external data AND tidal harmonic forcing 
    15    cn_dyn3d      =  'none' , 'none' 
    16    nn_dyn3d_dta  =  0 , 0     !  = 0, bdy data are equal to the initial state 
     15   cn_dyn3d      =  'none'    ! 
     16   nn_dyn3d_dta  =  0         !  = 0, bdy data are equal to the initial state 
    1717   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    18    cn_tra        =  'frs' , 'frs' 
    19    nn_tra_dta    =  1 , 0     !  = 0, bdy data are equal to the initial state 
     18   cn_tra        =  'none'    ! 
     19   nn_tra_dta    =  0         !  = 0, bdy data are equal to the initial state 
    2020   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    21    cn_ice        =  'none' , 'none' 
    22    nn_ice_dta    =  0, 0      !  = 0, bdy data are equal to the initial state 
     21   cn_ice        =  'none'    ! 
     22   nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
    2323   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    24    rn_ice_tem    = 270., 270. !  si3 only: arbitrary temperature of incoming sea ice 
    25    rn_ice_sal    = 10. ,  10. !  si3 only:      --   salinity           -- 
    26    rn_ice_age    = 30. ,  30. !  si3 only:      --   age                -- 
     24   rn_ice_tem    = 270.      !  si3 only: arbitrary temperature of incoming sea ice 
     25   rn_ice_sal    = 10.       !  si3 only:      --   salinity           -- 
     26   rn_ice_age    = 30.       !  si3 only:      --   age                -- 
    2727   ! 
    28    ln_tra_dmp    =.false., .false.  !  open boudaries conditions for tracers 
    29    ln_dyn3d_dmp  =.false., .false.  !  open boundary condition for baroclinic velocities 
    30    rn_time_dmp   =  1., 1.    !  Damping time scale in days 
    31    rn_time_dmp_out = 1., 1.    !  Outflow damping time scale 
    32    nn_rimwidth   = 10, 5      !  width of the relaxation zone 
     28   ln_tra_dmp    =.false.     !  open boudaries conditions for tracers 
     29   ln_dyn3d_dmp  =.false.     !  open boundary condition for baroclinic velocities 
     30   rn_time_dmp   =  1.        !  Damping time scale in days 
     31   rn_time_dmp_out = 1.        !  Outflow damping time scale 
     32   nn_rimwidth   = 10         !  width of the relaxation zone 
    3333   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
    3434   nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero 
    3535   nb_jpk_bdy    = -1         ! number of levels in the bdy data (set < 0 if consistent with planned run) 
    3636/ 
    37 !----------------------------------------------------------------------- 
    38 &nambdy_index     ! index definition of bdy 
    39 !----------------------------------------------------------------------- 
    40     ctypebdy = 'S' 
    41     nbdyind  =  2 
    42     nbdybeg  = 2 
    43     nbdyend  = 273 
    44 / 
Note: See TracChangeset for help on using the changeset viewer.