[Dart-dev] [3912] DART/trunk/observations/MADIS: update the comments at the top of the converters to say they go directly to an obs_seq file ; no text intermediate file here.

nancy at ucar.edu nancy at ucar.edu
Wed Jun 10 10:09:09 MDT 2009


An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/dart-dev/attachments/20090610/8cf7cf9c/attachment.html 
-------------- next part --------------
Modified: DART/trunk/observations/MADIS/convert_madis_acars.f90
===================================================================
--- DART/trunk/observations/MADIS/convert_madis_acars.f90	2009-06-10 15:54:12 UTC (rev 3911)
+++ DART/trunk/observations/MADIS/convert_madis_acars.f90	2009-06-10 16:09:08 UTC (rev 3912)
@@ -1,10 +1,8 @@
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 !   convert_madis_acars - program that reads a MADIS netCDF ACARS 
-!                         observation file and writes a text file of 
-!                         observations within the analysis time.  The 
-!                         text file can be used in other programs that 
-!                         write obs_seq.out files.
+!                         observation file and writes a DART obs_seq file
+!                         using the DART library routines.
 !
 !     created Dec. 2007 Ryan Torn, NCAR/MMM
 !

Modified: DART/trunk/observations/MADIS/convert_madis_marine.f90
===================================================================
--- DART/trunk/observations/MADIS/convert_madis_marine.f90	2009-06-10 15:54:12 UTC (rev 3911)
+++ DART/trunk/observations/MADIS/convert_madis_marine.f90	2009-06-10 16:09:08 UTC (rev 3912)
@@ -1,10 +1,8 @@
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 !   convert_madis_marine - program that reads a MADIS netCDF marine
-!                          surface observation file and writes a text
-!                          file of observations within the analysis
-!                          time.  The text file can be used in other
-!                          programs that write obs_seq.out files.
+!                          surface observation file and writes a DART
+!                          obs_seq file using the DART library routines.
 !
 !     created Dec. 2007 Ryan Torn, NCAR/MMM
 !

Modified: DART/trunk/observations/MADIS/convert_madis_rawin.f90
===================================================================
--- DART/trunk/observations/MADIS/convert_madis_rawin.f90	2009-06-10 15:54:12 UTC (rev 3911)
+++ DART/trunk/observations/MADIS/convert_madis_rawin.f90	2009-06-10 16:09:08 UTC (rev 3912)
@@ -2,8 +2,8 @@
 !
 !   convert_madis_rawin - program that reads a netCDF file from the 
 !                         MADIS database that contains rawinsonde data 
-!                         and writes a text file that can be converted 
-!                         into an obs_seq file.
+!                         and writes a DART obs_seq file using the DART 
+!                         library routines.
 !
 !     created Dec. 2007 Ryan Torn, NCAR/MMM
 !

Modified: DART/trunk/observations/MADIS/convert_madis_surface.f90
===================================================================
--- DART/trunk/observations/MADIS/convert_madis_surface.f90	2009-06-10 15:54:12 UTC (rev 3911)
+++ DART/trunk/observations/MADIS/convert_madis_surface.f90	2009-06-10 16:09:08 UTC (rev 3912)
@@ -1,10 +1,8 @@
 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
 !
 !   convert_madis_surface - program that reads a MADIS netCDF land 
-!                           surface observation file and writes a text 
-!                           file of observations within the analysis 
-!                           time.  The text file can be used in other 
-!                           programs that write obs_seq.out files.
+!                           surface observation file and writes a DART
+!                           obs_seq file using the DART library routines.
 !
 !     created Dec. 2007 Ryan Torn, NCAR/MMM
 !


More information about the Dart-dev mailing list