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 8428 for branches/UKMO/dev_r5518_GO6_package_asm_surf_bgc/NEMOGCM/CONFIG/SHARED/namelist_ref – NEMO

Ignore:
Timestamp:
2017-08-09T14:56:31+02:00 (7 years ago)
Author:
dford
Message:

Add logchl assimilation, with nitrogen balancing for HadOCC.

File:
1 edited

Legend:

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

    r8401 r8428  
    12931293    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
    12941294    ln_seaiceinc = .false. !  Logical switch for applying sea ice increments 
     1295    ln_logchlinc = .false. !  Logical switch for applying logchl increments 
     1296    ln_logchlbal = .false. !  Logical switch for applying logchl multivariate balancing 
    12951297    ln_temnofreeze = .false. !  Logical to not add increments if temperature would fall below freezing 
    12961298    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
     
    13021304    salfixmin = -9999      !  Minimum salinity after applying the increments 
    13031305    nn_divdmp = 0          !  Number of iterations of divergence damping operator 
     1306    mld_choice_bgc = 5     !  MLD criterion to use for biogeochemistry assimilation 
     1307    rn_maxchlinc = -999.0  !  maximum absolute non-log chlorophyll increment from logchl assimilation 
     1308                           !  <= 0 implies no maximum applied (switch turned off) 
     1309                           !   > 0 implies maximum absolute chl increment capped at this value 
    13041310/ 
    13051311!----------------------------------------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.