Ignore:
Timestamp:
May 31, 2024, 3:04:18 PM (7 months ago)
Author:
jbclement
Message:

Mars PCM:

  • Correction for the script "launch_orb_1Dchained.sh" in the deftank.
  • Small cleanings related to error detection.

JBC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/abort_gcm.F

    r1391 r3350  
    5151      write(lunout,*) 'Reason = ',message
    5252      if (ierr .eq. 0) then
    53         write(lunout,*) 'Everything is cool'
     53        write(lunout,*) 'Everything is cool!'
    5454        stop
    5555      else
    56         write(lunout,*) 'Houston, we have a problem ', ierr
     56        write(lunout,*) 'Houston, we have a problem, ierr =', ierr
    5757        stop 1
    5858      endif
Note: See TracChangeset for help on using the changeset viewer.