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/DEV_r1826_DOC/DOC/TexFiles/Namelist – NEMO

source: branches/DEV_r1826_DOC/DOC/TexFiles/Namelist/namobc @ 1827

Last change on this file since 1827 was 1225, checked in by gm, 15 years ago

phase the namelist with NEMO v3 + update the references & figures see ticket #284

  • Property svn:executable set to *
File size: 1.4 KB
Line 
1!-----------------------------------------------------------------------
2&namobc        !   open boundaries parameters                           ("key_obc")
3!-----------------------------------------------------------------------
4    nobc_dta   =    1      !  = 0 the obc data are equal to the initial state
5                           !  = 1 the obc data are read in 'obc.dta' files
6    cffile     = 'annual'  !  set to annual if obc datafile hold 1 year of data
7                           !  set to monthly if obc datafile hold 1 month of data
8    rdpein     =    1.     !  ???
9    rdpwin     =    1.     !  ???
10    rdpnin     =    1.     !  ???
11    rdpsin     =    1.     !  ???
12    rdpeob     = 3000.     !  time relaxation (days) for the east  open boundary
13    rdpwob     =   15.     !    "        "             "     west         "
14    rdpnob     = 3000.     !    "        "             "     north        "
15    rdpsob     =   15.     !    "        "             "     south        "
16    zbsic1     =  140.e+6  !   barotropic stream function on first  isolated coastline
17    zbsic2     =    1.e+6  !    "                   "        second       "
18    zbsic3     =    0.     !    "                   "        thrid        "
19    ln_obc_clim= .false.   !  climatological obc data files (T) or not (F)
20    ln_vol_cst = .true.    !  impose the total volume conservation (T) or not (F)
21/
Note: See TracBrowser for help on using the repository browser.