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

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

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

    r2282 r2540  
    22&namobc        !   open boundaries parameters                           ("key_obc") 
    33!----------------------------------------------------------------------- 
    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 
     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 
    88                           !  = 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 
     9   cn_obcdta   = 'annual'  !  set to annual if obc datafile hold 1 year of data 
    1010                           !  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) 
     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) 
    2020                           !  = 1 the total volume remains constant 
    2121/ 
Note: See TracChangeset for help on using the changeset viewer.