source:
branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namobc
@
4147
Last change on this file since 4147 was 4147, checked in by cetlod, 11 years ago | |
---|---|
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.