Ignore:
Timestamp:
Mar 7, 2023, 7:18:57 PM (16 months ago)
Author:
lguez
Message:

Stop with return code 1

So that a calling script may know that the program failed.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dynphy_lonlat/gr_dyn_fi.F

    r2239 r4456  
    2222c   -------
    2323
    24       IF(ngrid.NE.2+(jm-2)*(im-1)) STOP 'probleme de dim'
     24      IF (ngrid.NE.2+(jm-2)*(im-1)) then
     25         print *, 'probleme de dim'
     26         stop 1
     27      end if
    2528c   traitement des poles
    2629      CALL SCOPY(nfield,pdyn,im*jm,pfi,ngrid)
Note: See TracChangeset for help on using the changeset viewer.