Changeset 5082 for LMDZ6/branches/Amaury_dev/libf/dyn3d/abort_gcm.F
- Timestamp:
- Jul 19, 2024, 5:41:58 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/Amaury_dev/libf/dyn3d/abort_gcm.F
r4619 r5082 47 47 write(lunout,*) 'Stopping in ', modname 48 48 write(lunout,*) 'Reason = ',message 49 if (ierr .eq.0) then49 if (ierr == 0) then 50 50 write(lunout,*) 'Everything is cool' 51 51 stop
Note: See TracChangeset
for help on using the changeset viewer.