Ignore:
Timestamp:
Mar 10, 2023, 5:55:53 PM (16 months ago)
Author:
Laurent Fairhead
Message:

Replaced STOP instructions by calls to abort_gcm for a cleaner exit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d/bilan_dyn.F

    r2601 r4470  
    185185           WRITE(lunout,*)'dt_app=',dt_app
    186186           WRITE(lunout,*)'dt_cum=',dt_cum
    187            stop
     187           call abort_gcm('bilan_dyn','stopped',1)
    188188        endif
    189189
Note: See TracChangeset for help on using the changeset viewer.