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 7765 for trunk/NEMOGCM/NEMO – NEMO

Changeset 7765 for trunk/NEMOGCM/NEMO


Ignore:
Timestamp:
2017-03-07T13:45:51+01:00 (7 years ago)
Author:
timgraham
Message:

Fix for #1862

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90

    r7753 r7765  
    172172            ENDIF 
    173173         ENDIF 
    174       ENDIF 
    175       ! 
    176       IF( ierr == 1 )   CALL ctl_stop( 'iso-level in z-partial step, not allowed' ) 
     174         IF( ierr == 1 )   CALL ctl_stop( 'iso-level in z-partial step, not allowed' ) 
     175      ENDIF 
     176      ! 
    177177      IF( ln_ldfeiv .AND. .NOT.( ln_traldf_iso .OR. ln_traldf_triad ) )                                    & 
    178178           &            CALL ctl_stop( 'eddy induced velocity on tracers requires iso-neutral laplacian diffusion' ) 
Note: See TracChangeset for help on using the changeset viewer.