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 3797 for branches/2012/dev_v3_4_STABLE_2012/DOC – NEMO

Ignore:
Timestamp:
2013-02-11T12:26:15+01:00 (11 years ago)
Author:
cbricaud
Message:

replace rpref by rn_pref and e1t(:,:) * e2t(:,:) by e1e2t in sbcapr and put ln_apr_obc in namelist in CONFIG; see ticket 905

Location:
branches/2012/dev_v3_4_STABLE_2012/DOC/TexFiles
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/DOC/TexFiles/Chapters/Chap_SBC.tex

    r3294 r3797  
    695695as inverse barometer sea surface height is usually removed from these date prior to their distribution. 
    696696 
     697When using time-splitting and BDY package for open boundaries conditions, the equivalent 
     698inverse barometer sea surface height $\eta_{ib}$ can be added to BDY ssh data: 
     699\np{ln\_apr\_obc}  might be set to true. 
     700 
    697701% ================================================================ 
    698702%        Tidal Potential 
  • branches/2012/dev_v3_4_STABLE_2012/DOC/TexFiles/Namelist/namsbc_apr

    r2540 r3797  
    66   sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
    77 
    8    cn_dir      = './'      !  root directory for the location of the bulk files 
    9    ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
     8   cn_dir      = './'       !  root directory for the location of the bulk files 
     9   rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     10   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
     11   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
    1012/ 
Note: See TracChangeset for help on using the changeset viewer.