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

Changeset 12141


Ignore:
Timestamp:
2019-12-10T12:43:20+01:00 (4 years ago)
Author:
smasson
Message:

trunk: minor bugfix in divhor, see #2347

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/trunk/src/OCE/DYN/divhor.F90

    r10425 r12141  
    7272         IF(lwp) WRITE(numout,*) 'div_hor : horizontal velocity divergence ' 
    7373         IF(lwp) WRITE(numout,*) '~~~~~~~   ' 
     74         hdivn(:,:,:) = 0._wp    ! initialize hdivn for the halos at the first time step 
    7475      ENDIF 
    7576      ! 
Note: See TracChangeset for help on using the changeset viewer.