Ignore:
Timestamp:
Jan 17, 2014, 6:49:48 PM (11 years ago)
Author:
lguez
Message:

abort and exit are not in the Fortran standard. Replaced them by abort_gcm.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/physiq.F90

    r1924 r1931  
    11531153           IF(nCFMIP.GT.npCFMIP) THEN
    11541154              print*,'nCFMIP > npCFMIP : augmenter npCFMIP et recompiler'
    1155               CALL abort
     1155              call abort_gcm("physiq", "", 1)
    11561156           else
    11571157              print*,'physiq npCFMIP=',npCFMIP,'nCFMIP=',nCFMIP
     
    12571257     !$OMP BARRIER
    12581258
    1259     freq_outNMC(1) = ecrit_files(7)
    1260     freq_outNMC(2) = ecrit_files(8)
    1261     freq_outNMC(3) = ecrit_files(9)
    1262     WRITE(lunout,*)'OK freq_outNMC(1)=',freq_outNMC(1)
    1263     WRITE(lunout,*)'OK freq_outNMC(2)=',freq_outNMC(2)
    1264     WRITE(lunout,*)'OK freq_outNMC(3)=',freq_outNMC(3)
     1259     freq_outNMC(1) = ecrit_files(7)
     1260     freq_outNMC(2) = ecrit_files(8)
     1261     freq_outNMC(3) = ecrit_files(9)
     1262     WRITE(lunout,*)'OK freq_outNMC(1)=',freq_outNMC(1)
     1263     WRITE(lunout,*)'OK freq_outNMC(2)=',freq_outNMC(2)
     1264     WRITE(lunout,*)'OK freq_outNMC(3)=',freq_outNMC(3)
    12651265
    12661266     include "ini_histday_seri.h"
     
    16921692  ENDIF
    16931693
    1694 ! AI Janv 2014
    1695         do i = 1, klon
    1696          if (fract(i).le.0.) then
    1697             JrNt(i)=0.
    1698          else
    1699             JrNt(i)=1.
    1700          endif
    1701         enddo
     1694  ! AI Janv 2014
     1695  do i = 1, klon
     1696     if (fract(i).le.0.) then
     1697        JrNt(i)=0.
     1698     else
     1699        JrNt(i)=1.
     1700     endif
     1701  enddo
    17021702
    17031703  if (mydebug) then
     
    21232123  ELSE
    21242124     WRITE(lunout,*) "iflag_con non-prevu", iflag_con
    2125      CALL abort
     2125     call abort_gcm("physiq", "", 1)
    21262126  ENDIF
    21272127
     
    32503250
    32513251  ENDIF
    3252   !
    32533252
    32543253  !
Note: See TracChangeset for help on using the changeset viewer.