Ignore:
Timestamp:
Oct 22, 2018, 4:25:23 PM (6 years ago)
Author:
emillour
Message:

Mars GCM:

  • Very minor fix for picky compilers such as gfortran 7.2: "stop" statement should be followed by a blank.

EM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/eofdump_mod.F90

    r1621 r2022  
    107107      ieofs=nint(daysec/dtphys)
    108108      if (abs(float(ieofs)-daysec/dtphys).gt.1.e-8*daysec) &
    109          stop'In ineofdump:  1 day .ne. n physics timesteps'
     109         stop 'In ineofdump:  1 day .ne. n physics timesteps'
    110110!
    111111!     Header
Note: See TracChangeset for help on using the changeset viewer.