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 2483 for branches/nemo_v3_3_beta/DOC/TexFiles/Namelist – NEMO

Ignore:
Timestamp:
2010-12-18T13:36:55+01:00 (14 years ago)
Author:
djlea
Message:

Documentation fixes for OBS and ASM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/nemo_v3_3_beta/DOC/TexFiles/Namelist/namasm

    r2349 r2483  
    44   ln_bkgwri   = .false.   ! write out background state (T) or not (F) 
    55   ln_trjwri   = .false.   ! write out state trajectory (T) or not (F) 
    6    ln_trainc   = .false.   ! apply tracer increments (T) or not (F) 
    7    ln_dyninc   = .false.   ! apply velocity increments (T) or not (F) 
    8    ln_sshinc   = .false.   ! applying SSH increments  (T) or not (F) 
     6   ln_trainc   = .true.   ! apply tracer increments (T) or not (F) 
     7   ln_dyninc   = .true.   ! apply velocity increments (T) or not (F) 
     8   ln_sshinc   = .true.   ! applying SSH increments  (T) or not (F) 
    99   ln_asmdin   = .false.   ! DI: Direct Initialization (T) or not (F) 
    10    ln_asmiau   = .false.   ! IAU: Incremental Analysis Updating (T) or not (F) 
     10   ln_asmiau   = .true.   ! IAU: Incremental Analysis Updating (T) or not (F) 
    1111   nitbkg      =  0        ! timestep of background in [0,nitend-nit000-1] 
    1212   nitdin      =  0        ! timestep of background for DI in [0,nitend-nit000-1] 
Note: See TracChangeset for help on using the changeset viewer.