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

Ignore:
Timestamp:
2018-01-31T16:27:16+01:00 (6 years ago)
Author:
dford
Message:

Move most of the BGC assimilation code into its own module, to make it more portable across versions/configurations. Partially apply the new naming conventions for BGC obs.

File:
1 edited

Legend:

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

    r9292 r9296  
    12941294    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
    12951295    ln_seaiceinc = .false. !  Logical switch for applying sea ice increments 
    1296     ln_logchlinc = .false. !  Logical switch for applying logchl increments 
    1297     ln_logchlbal = .false. !  Logical switch for applying logchl multivariate balancing 
    1298     ln_fco2inc = .false.   !  Logical switch for applying fCO2 increments 
    1299     ln_pco2inc = .false.   !  Logical switch for applying pCO2 increments 
     1296    ln_slchltotinc = .false. !  Logical switch for applying slchltot increments 
     1297    ln_slchltotbal = .false. !  Logical switch for applying slchltot multivariate balancing 
     1298    ln_sfco2inc = .false.   !  Logical switch for applying sfCO2 increments 
     1299    ln_spco2inc = .false.   !  Logical switch for applying spCO2 increments 
    13001300    ln_temnofreeze = .false. !  Logical to not add increments if temperature would fall below freezing 
    13011301    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
Note: See TracChangeset for help on using the changeset viewer.