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 8525 for branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90 – NEMO

Ignore:
Timestamp:
2017-09-15T15:27:33+02:00 (7 years ago)
Author:
cbricaud
Message:

fix in nemo_v3_6_STABLE for ticket #1741

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/nemo_v3_6_STABLE/NEMOGCM/NEMO/OPA_SRC/TRA/traldf.F90

    r6353 r8525  
    215215      IF( ierr == 1 )   CALL ctl_stop( ' iso-level in z-coordinate - partial step, not allowed' ) 
    216216      IF( ierr == 2 )   CALL ctl_stop( ' isoneutral bilaplacian operator does not exist' ) 
     217      IF( ln_traldf_hor .AND. ln_traldf_grif )    & 
     218            &   CALL ctl_stop( ' horizontal operator and Griffies triads not available; sitch to isoneutral operator' ) 
    217219      IF( ln_traldf_grif .AND. ln_isfcav         )   & 
    218220           CALL ctl_stop( ' ice shelf and traldf_grif not tested') 
Note: See TracChangeset for help on using the changeset viewer.