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 2587 for branches/TAM_V3_0/NEMO/OPA_SRC/mppsum.F90 – NEMO

Ignore:
Timestamp:
2011-02-15T12:58:59+01:00 (13 years ago)
Author:
vidard
Message:

refer to ticket #798

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/TAM_V3_0/NEMO/OPA_SRC/mppsum.F90

    r1945 r2587  
    8686         & jj 
    8787 
    88  
     88      ! initialise to avoid uninitialised variables trapping of some compilers to complain. 
     89      zres = 0.0_wp ; zerr = 0.0_wp ; zbuffl(:) = 0.0_wp 
    8990      ! Get global number of elements 
    9091      ing = kn 
Note: See TracChangeset for help on using the changeset viewer.