Ignore:
Timestamp:
Jan 21, 2014, 3:23:17 PM (10 years ago)
Author:
lguez
Message:

Same as revision 1930: replaced abort by abort_gcm.

Also replaced real*8 by real(kind=8) (was done way back in revision 1220 for
dyn3d/fxhyp.F but not dyn3dpar/fxhyp.F).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/dyn3dmem/dynredem_loc.F

    r1907 r1939  
    138138     &                  //trim(fichnom)
    139139         write(lunout,*)' ierr = ', ierr
    140          CALL ABORT
     140         CALL ABORT_GCM("DYNREDEM0", "", 1)
    141141      ENDIF
    142142c
     
    588588      IF (ierr .NE. NF_NOERR) THEN
    589589         write(lunout,*)"dynredem1: Pb. d ouverture "//trim(fichnom)
    590          CALL abort
     590         CALL abort_gcm("dynredem1", "", 1)
    591591      ENDIF
    592592
Note: See TracChangeset for help on using the changeset viewer.