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

Ignore:
Timestamp:
2016-02-24T20:04:41+01:00 (8 years ago)
Author:
mathiot
Message:

Fixe ticket #1662 about slope limitiation beneath an ice shelf in the 3.6_STABLE

File:
1 edited

Legend:

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

    r6312 r6353  
    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_grif .AND. ln_isfcav         )   & 
     218           CALL ctl_stop( ' ice shelf and traldf_grif not tested') 
    217219      IF( lk_traldf_eiv .AND. .NOT.ln_traldf_iso )   & 
    218220           CALL ctl_stop( '          eddy induced velocity on tracers',   & 
Note: See TracChangeset for help on using the changeset viewer.