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/NEMOGCM/CONFIG/AMM12 – 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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3654 r3797  
    286286   sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
    287287 
    288    cn_dir      = './'      !  root directory for the location of the bulk files 
    289    ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
     288   cn_dir      = './'       !  root directory for the location of the bulk files 
     289   rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     290   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
     291   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
    290292/ 
    291293!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.