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 3795 for branches/2012/dev_MERGE_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist – NEMO

Ignore:
Timestamp:
2013-02-11T10:29:31+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_MERGE_2012/NEMOGCM/CONFIG/AMM12/EXP00/namelist

    r3764 r3795  
    304304   sn_apr      = 'patm'    ,         -1        ,'somslpre',    .true.      , .true.  , 'yearly'  ,  ''      ,   '' 
    305305 
    306    cn_dir      = './'      !  root directory for the location of the bulk files 
    307    ln_ref_apr  = .false.   !  ref. pressure: global mean Patm (T) or a constant (F) 
     306   cn_dir      = './'       !  root directory for the location of the bulk files 
     307   rn_pref     = 101000._wp !  reference atmospheric pressure   [N/m2]/ 
     308   ln_ref_apr  = .false.    !  ref. pressure: global mean Patm (T) or a constant (F) 
     309   ln_apr_obc  = .false.    !  inverse barometer added to OBC ssh data 
    308310/ 
    309311!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.