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.
namasm in branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist – NEMO

source: branches/2013/dev_LOCEAN_2013/DOC/TexFiles/Namelist/namasm @ 5120

Last change on this file since 5120 was 4147, checked in by cetlod, 11 years ago

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File size: 1.3 KB
RevLine 
[2298]1!-----------------------------------------------------------------------
[2540]2&nam_asminc   !   assimilation increments                               ('key_asminc')
[2298]3!-----------------------------------------------------------------------
[4147]4    ln_bkgwri = .false.    !  Logical switch for writing out background state
[2540]5    ln_trainc = .false.    !  Logical switch for applying tracer increments
6    ln_dyninc = .false.    !  Logical switch for applying velocity increments
[4147]7    ln_sshinc = .false.    !  Logical switch for applying SSH increments
[2540]8    ln_asmdin = .false.    !  Logical switch for Direct Initialization (DI)
9    ln_asmiau = .false.    !  Logical switch for Incremental Analysis Updating (IAU)
10    nitbkg    = 0          !  Timestep of background in [0,nitend-nit000-1]
11    nitdin    = 0          !  Timestep of background for DI in [0,nitend-nit000-1]
12    nitiaustr = 1          !  Timestep of start of IAU interval in [0,nitend-nit000-1]
13    nitiaufin = 15         !  Timestep of end of IAU interval in [0,nitend-nit000-1]
14    niaufn    = 0          !  Type of IAU weighting function
15    ln_salfix = .false.    !  Logical switch for ensuring that the sa > salfixmin
16    salfixmin = -9999      !  Minimum salinity after applying the increments
[4147]17    nn_divdmp = 0          !  Number of iterations of divergence damping operator
[2298]18/
Note: See TracBrowser for help on using the repository browser.