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 4770 for trunk/NEMOGCM/NEMO/OPA_SRC/DYN – NEMO

Ignore:
Timestamp:
2014-09-17T14:22:20+02:00 (10 years ago)
Author:
jchanut
Message:

Initialize barotropic arrays, see ticket #1353

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/DYN/dynspg_ts.F90

    r4757 r4770  
    457457      !                                             ! ==================== !   
    458458      ! Initialize barotropic variables:       
    459       IF( kt==nit000 .AND. .NOT. ln_rstart )THEN 
     459      IF( ll_init )THEN 
    460460         sshbb_e(:,:) = 0._wp 
    461461         ubb_e  (:,:) = 0._wp 
Note: See TracChangeset for help on using the changeset viewer.