Ignore:
Timestamp:
May 31, 2024, 3:04:18 PM (6 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/phy_common/abort_physic.F90

    r1521 r3350  
    3737      write(lunout,*) 'Reason = ',message
    3838      if (ierr .eq. 0) then
    39         write(lunout,*) 'Everything is cool'
     39        write(lunout,*) 'Everything is cool!'
    4040      else
    41         write(lunout,*) 'Houston, we have a problem, ierr = ', ierr
     41        write(lunout,*) 'Houston, we have a problem, ierr =', ierr
    4242#ifdef CPP_MPI
    4343!$OMP CRITICAL (MPI_ABORT_PHYSIC)
Note: See TracChangeset for help on using the changeset viewer.