Changeset 1004 for LMDZ4/trunk
- Timestamp:
- Oct 6, 2008, 11:34:22 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3d/abort_gcm.F
r995 r1004 23 23 character*(*) message 24 24 25 write(lunout,*) 'in abort_gcm' 25 ! write(lunout,*) 'in abort_gcm' 26 write(6,*) 'in abort_gcm' 26 27 #ifdef CPP_IOIPSL 27 28 call histclo … … 33 34 c call histclo(4) 34 35 c call histclo(5) 35 write(lunout,*) 'Stopping in ', modname 36 write(lunout,*) 'Reason = ',message 36 c write(lunout,*) 'Stopping in ', modname 37 c write(lunout,*) 'Reason = ',message 38 c if (ierr .eq. 0) then 39 c write(lunout,*) 'Everything is cool' 40 c else 41 c write(lunout,*) 'Houston, we have a problem ', ierr 42 c endif 43 write(6,*) 'Stopping in ', modname 44 write(6,*) 'Reason = ',message 37 45 if (ierr .eq. 0) then 38 write( lunout,*) 'Everything is cool'46 write(6,*) 'Everything is cool' 39 47 else 40 write( lunout,*) 'Houston, we have a problem ', ierr48 write(6,*) 'Houston, we have a problem ', ierr 41 49 endif 42 50 STOP
Note: See TracChangeset
for help on using the changeset viewer.