Ignore:
Timestamp:
Dec 7, 2017, 3:45:01 PM (7 years ago)
Author:
Ehouarn Millour
Message:

Comply strictly to Fortran norm: add a space between "STOP" and message.
(in fact, "stop" should not be used at all... use abort_physic).
LF+EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/iophys.F90

    r2793 r3115  
    9595    IF (klon/=klon_omp) THEN
    9696      print*,'klon, klon_omp',klon,klon_omp
    97       STOP'probleme de dimension parallele'
     97      CALL abort_physic('iophys_ecrit','probleme de dimension parallele',1)
    9898    ENDIF
    9999
Note: See TracChangeset for help on using the changeset viewer.