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 4316 for branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2013-11-26T16:43:56+01:00 (10 years ago)
Author:
clevy
Message:

[

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_MERGE_2013/NEMOGCM/CONFIG/SHARED/namelist_ref

    r4304 r4316  
    513513!----------------------------------------------------------------------- 
    514514   ln_tide_pot   = .true.   !  use tidal potential forcing 
    515    nb_harmo      =    11    !  number of constituents used 
     515   ln_tide_ramp  = .false.  ! 
     516   rdttideramp   =    0.    ! 
    516517   clname(1)     =   'M2'   !  name of constituent 
    517518   clname(2)     =   'S2' 
     
    529530&nambdy        !  unstructured open boundaries                          ("key_bdy") 
    530531!----------------------------------------------------------------------- 
    531     nb_bdy = 1                            !  number of open boundary sets 
     532    nb_bdy         = 0                    !  number of open boundary sets 
    532533    ln_coords_file = .true.               !  =T : read bdy coordinates from file 
    533534    cn_coords_file = 'coordinates.bdy.nc' !  bdy coordinates files 
    534     ln_mask_file = .false.                !  =T : read mask from file 
    535     cn_mask_file = ''                     !  name of mask file (if ln_mask_file=.TRUE.) 
    536     nn_dyn2d      =  2                    !  boundary conditions for barotropic fields 
    537     nn_dyn2d_dta  =  3                    !  = 0, bdy data are equal to the initial state 
     535    ln_mask_file   = .false.              !  =T : read mask from file 
     536    cn_mask_file   = ''                   !  name of mask file (if ln_mask_file=.TRUE.) 
     537    cn_dyn2d       = 'none'               ! 
     538    nn_dyn2d_dta   =  0                   !  = 0, bdy data are equal to the initial state 
    538539                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
    539540                                          !  = 2, use tidal harmonic forcing data from files 
    540541                                          !  = 3, use external data AND tidal harmonic forcing 
    541     nn_dyn3d      =  0                    !  boundary conditions for baroclinic velocities 
     542    cn_dyn3d      =  'none'               !   
    542543    nn_dyn3d_dta  =  0                    !  = 0, bdy data are equal to the initial state 
    543                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    544     nn_tra        =  1                    !  boundary conditions for T and S 
    545     nn_tra_dta    =  1                    !  = 0, bdy data are equal to the initial state 
    546                            !  = 1, bdy data are read in 'bdydata   .nc' files 
    547     nn_rimwidth  = 10                      !  width of the relaxation zone 
    548     ln_vol     = .false.                  !  total volume correction (see nn_volctl parameter) 
    549     nn_volctl  = 1                        !  = 0, the total water flux across open boundaries is zero 
     544                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     545    cn_tra        =  'none'               !  
     546    nn_tra_dta    =  0                    !  = 0, bdy data are equal to the initial state 
     547                                          !  = 1, bdy data are read in 'bdydata   .nc' files 
     548    ln_tra_dmp    =.false.                !  open boudaries conditions for tracers 
     549    ln_dyn3d_dmp  =.false.                !  open boundary condition for baroclinic velocities 
     550    rn_time_dmp   =  1.                   ! Damping time scale in days  
     551    rn_time_dmp_out =  1.                 ! Outflow damping time scale 
     552    nn_rimwidth   = 10                    !  width of the relaxation zone 
     553    ln_vol        = .false.               !  total volume correction (see nn_volctl parameter) 
     554    nn_volctl     = 1                     !  = 0, the total water flux across open boundaries is zero 
    550555/ 
    551556!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.