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

Ignore:
Timestamp:
2017-08-01T16:12:29+02:00 (7 years ago)
Author:
timgraham
Message:

GMED ticket 335:

  • Merge dev_r5518_GO6_package_inc_asm into package branch to make everything easier for data assimilation
  • No effect on configs without data assimilation
File:
1 edited

Legend:

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

    r8280 r8400  
    12851285    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
    12861286    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
     1287    ln_seaiceinc = .false. !  Logical switch for applying sea ice increments 
     1288    ln_temnofreeze = .false. !  Logical to not add increments if temperature would fall below freezing 
    12871289    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
    12881290    nitdin    = 0          !  Timestep of background for DI in [0,nitend-nit000-1] 
     
    13211323   rn_htrmax         =  200.0   ! max. depth of transition range 
    13221324/ 
     1325!----------------------------------------------------------------------- 
     1326&nambias   ! Bias pressure correctiom 
     1327!----------------------------------------------------------------------- 
     1328   ln_bias        = .false. 
     1329   ln_bias_asm    = .false. 
     1330   ln_bias_rlx    = .false. 
     1331   ln_bias_ofl    = .false. 
     1332   ln_bias_ts_app = .false. 
     1333   ln_bias_pc_app = .false.         
     1334   fb_t_asm       = 0.0 
     1335   fb_t_rlx       = 0.0 
     1336   fb_t_ofl       = 1.0 
     1337   fb_p_asm       = 1.0 
     1338   fb_p_rlx       = 1.0 
     1339   fb_p_ofl       = 0.0 
     1340   eft_rlx        = 365.0 
     1341   eft_asm        = 365.0 
     1342   t_rlx_upd      = 0.1 
     1343   t_asm_upd      = 0.1 
     1344   nn_lat_ramp    = 0           
     1345   bias_time_unit_asm = 86400.0 
     1346   bias_time_unit_rlx = 1.0 
     1347   bias_time_unit_ofl = 1.0  
     1348   cn_bias_tot    = "bias_tot.nc"  
     1349   cn_bias_asm    = "bias_asm.nc" 
     1350   cn_dir         = './'   
     1351   ln_bsyncro     = .FALSE.  
     1352   fctamp         = 1. 
     1353   rn_maxlat_bias = 23.0       
     1354   rn_minlat_bias = 10.0 
     1355   nn_bias_itwrt  = 15 
     1356   ln_itdecay     = .FALSE. 
     1357/ 
Note: See TracChangeset for help on using the changeset viewer.