Changeset 4037


Ignore:
Timestamp:
Dec 1, 2021, 8:27:00 AM (3 years ago)
Author:
crisi
Message:

correction dans check_isotopes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/dyn3d/check_isotopes.F

    r2281 r4037  
    2323        parameter (errmaxrel=1e-3)
    2424        parameter (qmin=1e-11)
    25         parameter (deltaDmax=200.0,deltaDmin=-999.9)
     25        parameter (deltaDmax=1000.0,deltaDmin=-999.0)
    2626        parameter (ridicule=1e-12)
    2727        real deltaD
     
    4343                  write(*,*) 'q,i,k,iq=',q(i,k,iq),i,k,iq
    4444                  write(*,*) 'borne=',borne
    45                   stop
     45                  call abort_gcm('check_isotopes_loc','plantage iso',0)
    4646                endif  !if ((x(ixt,i,j).gt.-borne).and.
    4747              enddo !DO i = 1,ip1jmp1
     
    6767                  write(*,*) 'q,iq,i,k=',q(i,k,iq),iq,i,k
    6868                  write(*,*) 'q(i,k,phase)=',q(i,k,phase)
    69                   stop
     69                  call abort_gcm('check_isotopes_loc','plantage iso',0)
    7070              endif !if ((abs(q(i,k,phase)-q(i,k,iq)).gt.errmax).and.
    7171              ! bidouille pour éviter divergence:
     
    9393                  write(*,*) 'q=',q(i,k,:)
    9494                  write(*,*) 'deltaD=',deltaD
    95                   stop
     95                  call abort_gcm('check_isotopes_loc','plantage iso',0)
    9696             endif !if ((deltaD.gt.deltaDmax).or.(deltaD.lt.deltaDmin)) then
    9797            endif !if (q(i,k,iq).gt.qmin) then
     
    118118                  write(*,*) 'xt=',q(i,k,:)
    119119                  write(*,*) 'deltaO18=',deltaD
    120                   stop
     120                  call abort_gcm('check_isotopes_loc','plantage iso',0)
    121121             endif !if ((deltaD.gt.deltaDmax).or.(deltaD.lt.deltaDmin)) then
    122122            endif !if (q(i,k,iq).gt.qmin) then
     
    149149                  write(*,*) 'q,iq,i,k,=',q(i,k,iq),iq,i,k
    150150                  write(*,*) 'deltaD=',deltaD
    151                   stop
     151                  call abort_gcm('check_isotopes_loc','plantage iso',0)
    152152                 endif !if ((deltaD.gt.deltaDmax).or.
    153153                endif !if (q(i,k,iq).gt.qmin) then
     
    178178                  write(*,*) 'i,k,=',i,k
    179179                  write(*,*) 'q(i,k,:)=',q(i,k,:)
    180                   stop
     180                  call abort_gcm('check_isotopes_loc','plantage iso',0)
    181181                 endif !if ((abs(q(i,k,phase)-q(i,k,iq)).gt.errmax).and.
    182182                 
Note: See TracChangeset for help on using the changeset viewer.