Ignore:
Timestamp:
Jan 17, 2014, 5:45:09 PM (11 years ago)
Author:
lguez
Message:

abort, dfloat and pause are not in the Fortran standard. Replaced
abort by abort_gcm and dfloat by dble. Note: I modified dyn3dpar files
that were identical to dyn3d modified files.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3d/grid_noro.F

    r1907 r1930  
    111111      IF (imar.GT.2200 .OR. jmar.GT.1100) THEN
    112112         PRINT*, 'imar or jmar too big', imar, jmar
    113          CALL ABORT
     113         CALL ABORT_GCM("GRID_NORO", "", 1)
    114114      ENDIF
    115115
    116116      IF(imdep.ne.iusn.or.jmdep.ne.jusn)then
    117117         print *,' imdep or jmdep bad dimensions:',imdep,jmdep
    118          call abort
     118         call abort_gcm("grid_noro", "", 1)
    119119      ENDIF
    120120
    121121      IF(imar+1.ne.iim+1.or.jmar.ne.jjm+1)THEN
    122122        print *,' imar or jmar bad dimensions:',imar,jmar
    123         call abort
     123        call abort_gcm("grid_noro", "", 1)
    124124      ENDIF
    125125
Note: See TracChangeset for help on using the changeset viewer.