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 2128 for branches/devukmo2010/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2010-09-28T14:29:51+02:00 (14 years ago)
Author:
rfurner
Message:

merged branches OBS, ASM, Rivers, BDY & mixed_dynldf ready for vn3.3 merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/devukmo2010/NEMO/OPA_SRC/step.F90

    r1793 r2128  
    2121   !!            3.2  !  2009-02  (G. Madec, R. Benshila)  reintroduicing z*-coordinate 
    2222   !!             -   !  2009-06  (S. Masson, G. Madec)  TKE restart compatible with key_cpl 
     23   !!            3.3  !  2010-05  (K. Mogensen, A. Weaver, M. Martin, D. Lea) Assimilation interface 
    2324   !!---------------------------------------------------------------------- 
    2425 
     
    113114   USE floats          ! floats computation               (flo_stp routine) 
    114115 
     116   USE asminc          ! assimilation increments    (tra_asm_inc, dyn_asm_inc routines) 
    115117   USE stpctl          ! time stepping control            (stp_ctl routine) 
    116118   USE restart         ! ocean restart                    (rst_wri routine) 
     
    265267                             sa(:,:,:) = 0.e0 
    266268 
     269      IF(  ln_asmiau .AND. & 
     270         & ln_trainc     )   CALL tra_asm_inc( kstp )       ! apply tracer assimilation increment 
    267271                             CALL tra_sbc    ( kstp )       ! surface boundary condition 
    268272      IF( ln_traqsr      )   CALL tra_qsr    ( kstp )       ! penetrative solar radiation qsr 
     
    303307                               va(:,:,:) = 0.e0 
    304308 
     309      IF(  ln_asmiau .AND. & 
     310         & ln_dyninc     )     CALL dyn_asm_inc( kstp )       ! apply dynamics assimilation increment 
    305311                               CALL dyn_adv( kstp )         ! advection (vector or flux form) 
    306312                               CALL dyn_vor( kstp )         ! vorticity term including Coriolis 
Note: See TracChangeset for help on using the changeset viewer.