!----------------------------------------------------------------------- &namasm_inc ! Assimilation increments ("key_asminc") !----------------------------------------------------------------------- ln_bkgwri = .false. ! write out background state (T) or not (F) ln_trjwri = .false. ! write out state trajectory (T) or not (F) ln_trainc = .true. ! apply tracer increments (T) or not (F) ln_dyninc = .true. ! apply velocity increments (T) or not (F) ln_sshinc = .true. ! applying SSH increments (T) or not (F) ln_asmdin = .false. ! DI: Direct Initialization (T) or not (F) ln_asmiau = .true. ! IAU: Incremental Analysis Updating (T) or not (F) nitbkg = 0 ! timestep of background in [0,nitend-nit000-1] nitdin = 0 ! timestep of background for DI in [0,nitend-nit000-1] nitiaustr = 1 ! timestep of start of IAU interval in [0,nitend-nit000-1] nitiaufin = 15 ! timestep of end of IAU interval in [0,nitend-nit000-1] niaufn = 0 ! type of IAU weighting function nittrjfrq = 0 ! frequency of trajectory output for 4D-VAR ln_salfix = .false. ! ensure that the sa > salfixmin (T) or not (F) salfixmin = -9999 ! Minimum salinity after applying the increments /