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

Changeset 14946


Ignore:
Timestamp:
2021-06-04T15:10:19+02:00 (3 years ago)
Author:
amoulin
Message:

update namelist_cfg -ticket #2613

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14886_VLD-03_Aimie_Moulin_Wave_Coupling_TestCase/tests/ADIAB_WAVE/EXPREF/namelist_cfg

    r14936 r14946  
    148148   ln_mask_file   = .false.    !  =T : read mask from file 
    149149      cn_mask_file = ''        !  name of mask file (if ln_mask_file=.TRUE.) 
    150    cn_dyn2d    = 'flather', 'flather'       ! 
     150   cn_dyn2d    = 'flather' , 'flather'        ! 
    151151   nn_dyn2d_dta   =  1, 1        !  = 0, bdy data are equal to the initial state 
    152152      !                       !  = 1, bdy data are read in 'bdydata   .nc' files 
     
    159159   nn_tra_dta    =  0, 0         !  = 0, bdy data are equal to the initial state 
    160160   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    161    cn_ice        =  'none'    ! 
    162    nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
     161   cn_ice        =  'none', 'none'    ! 
     162   nn_ice_dta    =  0 , 0         !  = 0, bdy data are equal to the initial state 
    163163   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    164    cn_ice        =  'none'    ! 
    165    nn_ice_dta    =  0         !  = 0, bdy data are equal to the initial state 
     164   cn_ice        =  'none', 'none'    ! 
     165   nn_ice_dta    =  0 , 0        !  = 0, bdy data are equal to the initial state 
    166166   !                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    167167   ! 
     
    170170   rn_time_dmp   =  0.01        !  Damping time scale in days 
    171171   rn_time_dmp_out = 0.01      !  Outflow damping time scale 
    172    nn_rimwidth   = 1         !  width of the relaxation zone 
     172   nn_rimwidth   = 1, 1          !  width of the relaxation zone 
    173173   ln_vol        = .false.    !  total volume correction (see nn_volctl parameter) 
    174    nn_volctl     =  1         !  = 0, the total water flux across open boundaries is zero 
     174   nn_volctl     =  0      !  = 0, the total water flux across open boundaries is zero 
    175175/ 
    176176!----------------------------------------------------------------------- 
     
    181181    nbdybeg  = 1 
    182182    nbdyend  = 5 
     183/ 
     184!----------------------------------------------------------------------- 
     185&nambdy_index 
     186!----------------------------------------------------------------------- 
    183187    ctypebdy = 'E' 
    184188    nbdyind  = 76 
Note: See TracChangeset for help on using the changeset viewer.