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 7770 for branches/UKMO – NEMO

Changeset 7770 for branches/UKMO


Ignore:
Timestamp:
2017-03-09T11:19:24+01:00 (7 years ago)
Author:
frrh
Message:

Fix out of bounds operation in return code from ALLOCATE
statement in coupled models.

Merged code from development branch using:
svn merge -r 7724:7725 svn+ssh://forge.ipsl.jussieu.fr/ipsl/forge/projets/nemo/svn/branches/UKMO/dev_r5518_GO6_package_fixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r5518_GO6_package/NEMOGCM/NEMO/OPA_SRC/oce.F90

    r6755 r7770  
    9797      !!                   ***  FUNCTION oce_alloc  *** 
    9898      !!---------------------------------------------------------------------- 
    99       INTEGER :: ierr(4) 
     99      INTEGER :: ierr(5) 
    100100      !!---------------------------------------------------------------------- 
    101101      ! 
Note: See TracChangeset for help on using the changeset viewer.