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 754 for branches – NEMO

Changeset 754 for branches


Ignore:
Timestamp:
2007-12-07T13:30:22+01:00 (16 years ago)
Author:
ctlod
Message:

Bad time step for re-initialization of ssx_m() arrays, see ticket:#34

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev_001_SBC/NEMO/OPA_SRC/SBC/sbcssm.F90

    r702 r754  
    9999            ENDIF 
    100100            !                                             ! ---------------------------------------- ! 
    101          ELSEIF( MOD( kt, nn_fsbc ) == 0 ) THEN           !   Initialisation: New mean computation   ! 
     101         ELSEIF( MOD( kt - 2 , nn_fsbc ) == 0 ) THEN      !   Initialisation: New mean computation   ! 
    102102            !                                             ! ---------------------------------------- ! 
    103103            ssu_m(:,:) = 0.e0      ! reset to zero ocean mean sbc fields 
Note: See TracChangeset for help on using the changeset viewer.