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.
namobc in branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist – NEMO

source: branches/2013/dev_r3853_CNRS9_ConfSetting/DOC/TexFiles/Namelist/namobc @ 3989

Last change on this file since 3989 was 3989, checked in by clevy, 11 years ago

Configuration setting/Step3 and doc, see ticket:#1074

File size: 1.5 KB
Line 
1!-----------------------------------------------------------------------
2&namobc        !   open boundaries parameters                           ("key_obc")
3!-----------------------------------------------------------------------
4   ln_obc_clim = .false.   !  climatological obc data files (T) or not (F)
5   ln_vol_cst  = .true.    !  impose the total volume conservation (T) or not (F)
6   ln_obc_fla  = .false.   !  Flather open boundary condition
7   nn_obcdta   =    1      !  = 0 the obc data are equal to the initial state
8                           !  = 1 the obc data are read in 'obc.dta' files
9   cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data
10                           !  set to monthly if obc datafile hold 1 month of data
11   rn_dpein    =    1.     !  damping time scale for inflow at east  open boundary
12   rn_dpwin    =    1.     !     -           -         -       west    -      -
13   rn_dpnin    =    1.     !     -           -         -       north   -      -
14   rn_dpsin    =    1.     !     -           -         -       south   -      -
15   rn_dpeob    = 3000.     !  time relaxation (days) for the east  open boundary
16   rn_dpwob    =   15.     !     -           -         -     west    -      -
17   rn_dpnob    = 3000.     !     -           -         -     north   -      -
18   rn_dpsob    =   15.     !     -           -         -     south   -      -
19   rn_volemp   =    1.     !  = 0 the total volume change with the surface flux (E-P-R)
20                           !  = 1 the total volume remains constant
21/
Note: See TracBrowser for help on using the repository browser.