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 6278 for branches/UKMO/dev_r5518_pcbias/NEMOGCM/CONFIG – NEMO

Ignore:
Timestamp:
2016-02-03T11:05:58+01:00 (8 years ago)
Author:
jenniewaters
Message:

Include the bias pressure correction code at vn3.6.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_pcbias/NEMOGCM/CONFIG/SHARED/namelist_ref

    r5501 r6278  
    12991299   rn_htrmax         =  200.0   ! max. depth of transition range 
    13001300/ 
     1301!----------------------------------------------------------------------- 
     1302&nambias   ! Bias pressure correctiom 
     1303!----------------------------------------------------------------------- 
     1304   ln_bias = .false. 
     1305   ln_bias_asm    = .false. 
     1306   ln_bias_rlx    = .false. 
     1307   ln_bias_ofl    = .false. 
     1308   ln_bias_ts_app = .false. 
     1309   ln_bias_pc_app = .false. 
     1310   eft_asm        = 90.     
     1311   cn_bias_tot    = 'pcbias.nc' 
     1312   bias_time_unit_asm = 86400.0 
     1313   ln_inertial    = .false. 
     1314/ 
Note: See TracChangeset for help on using the changeset viewer.