Changeset 3350 for trunk/LMDZ.COMMON/libf/dyn3d
- Timestamp:
- May 31, 2024, 3:04:18 PM (7 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/abort_gcm.F
r1391 r3350 51 51 write(lunout,*) 'Reason = ',message 52 52 if (ierr .eq. 0) then 53 write(lunout,*) 'Everything is cool '53 write(lunout,*) 'Everything is cool!' 54 54 stop 55 55 else 56 write(lunout,*) 'Houston, we have a problem 56 write(lunout,*) 'Houston, we have a problem, ierr =', ierr 57 57 stop 1 58 58 endif
Note: See TracChangeset
for help on using the changeset viewer.