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 7564 for branches/2015/nemo_v3_6_STABLE – NEMO

Ignore:
Timestamp:
2017-01-16T17:41:35+01:00 (7 years ago)
Author:
timgraham
Message:

#1827 fix when for compilation of trdken.F90

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/TRD/trdken.F90

    r7494 r7564  
    202202            ! S = isoneutral slope. 
    203203            ! Most terms are on W grid so work on this grid 
     204#ifdef key_traldf_eiv 
    204205            CALL wrk_alloc( jpi, jpj, zke2d ) 
    205206            zke2d(:,:) = 0._wp 
     
    216217            CALL iom_put("ketrd_eiv", zke2d) 
    217218            CALL wrk_dealloc( jpi, jpj, zke2d ) 
     219#endif 
    218220         ! 
    219221      END SELECT 
Note: See TracChangeset for help on using the changeset viewer.