[Dart-dev] [4410] DART/trunk/observations/MADIS/convert_madis_acars.f90: Got the sense of the test backwards for qc. Fixed no

nancy at ucar.edu nancy at ucar.edu
Fri Jul 2 10:50:31 MDT 2010


Revision: 4410
Author:   nancy
Date:     2010-07-02 10:50:31 -0600 (Fri, 02 Jul 2010)
Log Message:
-----------
Got the sense of the test backwards for qc.  Fixed now.

Modified Paths:
--------------
    DART/trunk/observations/MADIS/convert_madis_acars.f90

-------------- next part --------------
Modified: DART/trunk/observations/MADIS/convert_madis_acars.f90
===================================================================
--- DART/trunk/observations/MADIS/convert_madis_acars.f90	2010-07-01 22:25:42 UTC (rev 4409)
+++ DART/trunk/observations/MADIS/convert_madis_acars.f90	2010-07-02 16:50:31 UTC (rev 4410)
@@ -201,7 +201,7 @@
          palt(n) == palu(i) ) cycle obsloop
   end do
 
-  if ( palt(n) == palt_miss .or. qc_palt(n) == 0 ) cycle obsloop  
+  if ( palt(n) == palt_miss .or. qc_palt(n) /= 0 ) cycle obsloop  
   pres = pres_alt_to_pres(palt(n))
 
   ! extract actual time of observation in file into oday, osec.


More information about the Dart-dev mailing list