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

Changeset 6880


Ignore:
Timestamp:
2016-08-23T16:58:04+02:00 (8 years ago)
Author:
stephenhaddad
Message:

crum #160fixing compatibility between xios-1.0 and NEMO v3.6 STABLE branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/UKMO/dev_r6436_linkOasisNoKeys/NEMOGCM/NEMO/OPA_SRC/IOM/iom.F90

    r6877 r6880  
    106106      REAL(wp), ALLOCATABLE, DIMENSION(:,:) :: z_bnds 
    107107      !!---------------------------------------------------------------------- 
    108 #if ! defined key_xios2 
    109       ALLOCATE( z_bnds(jpk,2) ) 
    110 #else 
    111108      ALLOCATE( z_bnds(2,jpk) ) 
    112 #endif 
    113109 
    114110      clname = cdname 
Note: See TracChangeset for help on using the changeset viewer.