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 1225 for trunk/DOC/TexFiles/Namelist/namobc – NEMO

Ignore:
Timestamp:
2008-11-26T17:01:21+01:00 (15 years ago)
Author:
gm
Message:

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namobc

    r707 r1225  
    11!----------------------------------------------------------------------- 
    2 &namobc   !   open boundaries parameters                            ("key_obc") 
     2&namobc        !   open boundaries parameters                           ("key_obc") 
    33!----------------------------------------------------------------------- 
    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 
     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) 
    1921/ 
Note: See TracChangeset for help on using the changeset viewer.