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 2540 for trunk/DOC/TexFiles/Namelist/namasm – NEMO

Ignore:
Timestamp:
2011-01-09T05:46:20+01:00 (13 years ago)
Author:
gm
Message:

v3.3beta: phasing of the DOC and trunk namelists

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DOC/TexFiles/Namelist/namasm

    r2483 r2540  
    11!----------------------------------------------------------------------- 
    2 &namasm_inc    !   Assimilation increments                               ("key_asminc") 
     2&nam_asminc   !   assimilation increments                               ('key_asminc') 
    33!----------------------------------------------------------------------- 
    4    ln_bkgwri   = .false.   ! write out background state (T) or not (F) 
    5    ln_trjwri   = .false.   ! write out state trajectory (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) 
    9    ln_asmdin   = .false.   ! DI: Direct Initialization (T) or not (F) 
    10    ln_asmiau   = .true.   ! IAU: Incremental Analysis Updating (T) or not (F) 
    11    nitbkg      =  0        ! timestep of background in [0,nitend-nit000-1] 
    12    nitdin      =  0        ! timestep of background for DI in [0,nitend-nit000-1] 
    13    nitiaustr   =  1        ! timestep of start of IAU interval in [0,nitend-nit000-1] 
    14    nitiaufin   = 15        ! timestep of end of IAU interval in [0,nitend-nit000-1] 
    15    niaufn      =  0        ! type of IAU weighting function 
    16    nittrjfrq   =  0        ! frequency of trajectory output for 4D-VAR 
    17    ln_salfix   = .false.   ! ensure that the sa > salfixmin (T) or not (F) 
    18    salfixmin   = -9999     ! Minimum salinity after applying the increments 
     4    ln_bkgwri = .false.    !  Logical switch for writing out background state  
     5    ln_trjwri = .false.    !  Logical switch for writing out state trajectory 
     6    ln_trainc = .false.    !  Logical switch for applying tracer increments 
     7    ln_dyninc = .false.    !  Logical switch for applying velocity increments 
     8    ln_sshinc = .false.    !  Logical switch for applying SSH increments  
     9    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI) 
     10    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU) 
     11    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1] 
     12    nitdin    = 0          !  Timestep of background for DI in [0,nitend-nit000-1] 
     13    nitiaustr = 1          !  Timestep of start of IAU interval in [0,nitend-nit000-1] 
     14    nitiaufin = 15         !  Timestep of end of IAU interval in [0,nitend-nit000-1] 
     15    niaufn    = 0          !  Type of IAU weighting function 
     16    nittrjfrq = 0          !  Frequency of trajectory output for 4D-VAR 
     17    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin 
     18    salfixmin = -9999      ! Minimum salinity after applying the increments 
    1919/ 
Note: See TracChangeset for help on using the changeset viewer.