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 trunk/NEMO/DOC/BETA/Namelist – NEMO

source: trunk/NEMO/DOC/BETA/Namelist/namobc @ 705

Last change on this file since 705 was 705, checked in by smasson, 16 years ago

Historical date: first beta version of the documentation, see ticket:1

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