Changeset 4037 for LMDZ6/trunk/libf/dyn3d/check_isotopes.F
- Timestamp:
- Dec 1, 2021, 8:27:00 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/dyn3d/check_isotopes.F
r2281 r4037 23 23 parameter (errmaxrel=1e-3) 24 24 parameter (qmin=1e-11) 25 parameter (deltaDmax= 200.0,deltaDmin=-999.9)25 parameter (deltaDmax=1000.0,deltaDmin=-999.0) 26 26 parameter (ridicule=1e-12) 27 27 real deltaD … … 43 43 write(*,*) 'q,i,k,iq=',q(i,k,iq),i,k,iq 44 44 write(*,*) 'borne=',borne 45 stop45 call abort_gcm('check_isotopes_loc','plantage iso',0) 46 46 endif !if ((x(ixt,i,j).gt.-borne).and. 47 47 enddo !DO i = 1,ip1jmp1 … … 67 67 write(*,*) 'q,iq,i,k=',q(i,k,iq),iq,i,k 68 68 write(*,*) 'q(i,k,phase)=',q(i,k,phase) 69 stop69 call abort_gcm('check_isotopes_loc','plantage iso',0) 70 70 endif !if ((abs(q(i,k,phase)-q(i,k,iq)).gt.errmax).and. 71 71 ! bidouille pour éviter divergence: … … 93 93 write(*,*) 'q=',q(i,k,:) 94 94 write(*,*) 'deltaD=',deltaD 95 stop95 call abort_gcm('check_isotopes_loc','plantage iso',0) 96 96 endif !if ((deltaD.gt.deltaDmax).or.(deltaD.lt.deltaDmin)) then 97 97 endif !if (q(i,k,iq).gt.qmin) then … … 118 118 write(*,*) 'xt=',q(i,k,:) 119 119 write(*,*) 'deltaO18=',deltaD 120 stop120 call abort_gcm('check_isotopes_loc','plantage iso',0) 121 121 endif !if ((deltaD.gt.deltaDmax).or.(deltaD.lt.deltaDmin)) then 122 122 endif !if (q(i,k,iq).gt.qmin) then … … 149 149 write(*,*) 'q,iq,i,k,=',q(i,k,iq),iq,i,k 150 150 write(*,*) 'deltaD=',deltaD 151 stop151 call abort_gcm('check_isotopes_loc','plantage iso',0) 152 152 endif !if ((deltaD.gt.deltaDmax).or. 153 153 endif !if (q(i,k,iq).gt.qmin) then … … 178 178 write(*,*) 'i,k,=',i,k 179 179 write(*,*) 'q(i,k,:)=',q(i,k,:) 180 stop180 call abort_gcm('check_isotopes_loc','plantage iso',0) 181 181 endif !if ((abs(q(i,k,phase)-q(i,k,iq)).gt.errmax).and. 182 182
Note: See TracChangeset
for help on using the changeset viewer.