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 1151 for trunk/CONFIG/ORCA2_LIM/EXP00/namelist – NEMO

Ignore:
Timestamp:
2008-06-26T14:54:53+02:00 (16 years ago)
Author:
rblod
Message:

Add new OBC, see ticket #224

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/CONFIG/ORCA2_LIM/EXP00/namelist

    r1149 r1151  
    250250&namobc        !   open boundaries parameters                           ("key_obc") 
    251251!----------------------------------------------------------------------- 
    252     nobc_dta   =    0      !  = 0 the obc data are equal to the initial state 
     252    nobc_dta   =    1      !  = 0 the obc data are equal to the initial state 
    253253                           !  = 1 the obc data are read in 'obc.dta' files 
     254    cffile     = 'annual'  !  set to annual if obc datafile hold 1 year of data 
     255                           !  set to monthly if obc datafile hold 1 month of data 
    254256    rdpein     =    1.     !  ??? 
    255257    rdpwin     =    1.     !  ??? 
    256     rdpnin     =   30.     !  ??? 
     258    rdpnin     =    1.     !  ??? 
    257259    rdpsin     =    1.     !  ??? 
    258     rdpeob     = 1500.     !  time relaxation (days) for the east  open boundary 
     260    rdpeob     = 3000.     !  time relaxation (days) for the east  open boundary 
    259261    rdpwob     =   15.     !    "        "             "     west         " 
    260     rdpnob     =  150.     !    "        "             "     north        " 
     262    rdpnob     = 3000.     !    "        "             "     north        " 
    261263    rdpsob     =   15.     !    "        "             "     south        " 
    262264    zbsic1     =  140.e+6  !   barotropic stream function on first  isolated coastline 
    263265    zbsic2     =    1.e+6  !    "                   "        second       " 
    264266    zbsic3     =    0.     !    "                   "        thrid        " 
    265     ln_obc_clim= .true.    !  climatological obc data files (T) or not (F) 
    266     ln_vol_cst = .false.   !  impose the total volume conservation (T) or not (F) 
     267    ln_obc_clim= .false.   !  climatological obc data files (T) or not (F) 
     268    ln_vol_cst = .true.    !  impose the total volume conservation (T) or not (F) 
    267269/ 
    268270!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.