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

Changeset 8546


Ignore:
Timestamp:
2017-09-20T10:39:55+02:00 (6 years ago)
Author:
timgraham
Message:

Fix for ticket #1849 - reset ssh_iau to zero after final increment timestep

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/ASM/asminc.F90

    r8030 r8546  
    768768            ENDIF 
    769769            ! 
     770         ELSE IF( kt == nitiaufin_r+1 ) 
     771            ! 
     772            ssh_iau(:,:) = 0._wp 
     773            ! 
    770774         ENDIF 
    771775         !                          !----------------------------------------- 
Note: See TracChangeset for help on using the changeset viewer.