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 14372 for NEMO/releases/r4.0/r4.0-HEAD/src/OCE/ICB/icbutl.F90 – NEMO

Ignore:
Timestamp:
2021-02-02T18:42:36+01:00 (3 years ago)
Author:
mathiot
Message:

ticket #2581: merge ticket branch into r4.0-HEAD after Dave review

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/releases/r4.0/r4.0-HEAD/src/OCE/ICB/icbutl.F90

    r13263 r14372  
    428428      IF( ij == jpj ) THEN ; ij = ij-1 ; ierr = ierr + 1 ; END IF 
    429429      ! 
    430       IF ( ierr > 0 ) CALL ctl_stop('STOP','icb_utl_bilin_e: an icebergs coordinates is out of valid range (out of bound error)') 
     430      IF ( ierr > 0 ) THEN 
     431          CALL FLUSH(numicb) 
     432          CALL ctl_stop('STOP','icb_utl_bilin_e: an icebergs coordinates is out of valid range (out of bound error).'       , & 
     433               &                                'This can be fixed using rn_speed_limit=0.4 in &namberg.'                   , & 
     434               &                                'More details in the corresponding iceberg.stat file (nn_verbose_level > 0).' ) 
     435      END IF 
    431436      ! 
    432437      IF(    0.0_wp <= zi .AND. zi < 0.5_wp   ) THEN 
Note: See TracChangeset for help on using the changeset viewer.