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 608 – NEMO

Changeset 608


Ignore:
Timestamp:
2007-02-20T18:27:32+01:00 (17 years ago)
Author:
opalod
Message:

nemo_v2_bugfix_014:RB: Correction of initialization of time splitting for j-k-i free surface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/OPA_SRC/DYN/dynspg_ts_jki.F90

    r575 r608  
    390390            ! Time filter and swap of dynamics arrays 
    391391            ! --------------------------------------- 
    392             IF( neuler == 0 .AND. kt == nit000 ) THEN   ! Euler (forward) time stepping 
     392            IF( neuler == 0 .AND. jit == 1 ) THEN       ! Euler (forward) time stepping 
    393393               zsshb_e(:,jj) = sshn_e(:,jj) 
    394394               zub_e  (:,jj) = zun_e (:,jj) 
Note: See TracChangeset for help on using the changeset viewer.