[Dart-dev] DART/branches Revision: 13047

dart at ucar.edu dart at ucar.edu
Thu Mar 21 16:08:55 MDT 2019


thoar at ucar.edu
2019-03-21 16:08:55 -0600 (Thu, 21 Mar 2019)
76
no need to keep commented line about abort being replaced with exit_all().




Modified: DART/branches/recam/models/bgrid_solo/fms_src/shared/horiz_interp/horiz_interp.f90
===================================================================
--- DART/branches/recam/models/bgrid_solo/fms_src/shared/horiz_interp/horiz_interp.f90	2019-03-21 17:53:40 UTC (rev 13046)
+++ DART/branches/recam/models/bgrid_solo/fms_src/shared/horiz_interp/horiz_interp.f90	2019-03-21 22:08:55 UTC (rev 13047)
@@ -1567,7 +1567,6 @@
       write (stdout,*) '           array(i) < array(i-1) for i=',i 
       write (stdout,*) '           array(i) for i=1..ia follows:'
       call exit_all()
-      !call abort()
     endif
   enddo
   if (value .lt. array(1) .or. value .gt. array(ia)) then


More information about the Dart-dev mailing list