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 6352 for trunk/NEMOGCM/NEMO/OPA_SRC/TRA – NEMO

Ignore:
Timestamp:
2016-02-24T19:52:54+01:00 (8 years ago)
Author:
mathiot
Message:

Fixe ticket #1662 about slope limitiation beneath an ice shelf in trunk

File:
1 edited

Legend:

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

    r6140 r6352  
    178178      IF( ln_ldfeiv .AND. .NOT.( ln_traldf_iso .OR. ln_traldf_triad ) )                                    & 
    179179           &            CALL ctl_stop( 'eddy induced velocity on tracers requires iso-neutral laplacian diffusion' ) 
     180      IF( ln_isfcav .AND. ln_traldf_triad ) & 
     181           &            CALL ctl_stop( ' ice shelf cavity and traldf_triad not tested' ) 
    180182           ! 
    181183      IF(  nldf == np_lap_i .OR. nldf == np_lap_it .OR. & 
Note: See TracChangeset for help on using the changeset viewer.