[Dart-dev] [6167] DART/branches/development/observations/COSMOS/COSMOS_to_obs.f90: Added a comment to help when it comes time to dynamically decode

nancy at ucar.edu nancy at ucar.edu
Thu May 23 15:23:55 MDT 2013


Revision: 6167
Author:   thoar
Date:     2013-05-23 15:23:54 -0600 (Thu, 23 May 2013)
Log Message:
-----------
Added a comment to help when it comes time to dynamically decode
the column header. 

Modified Paths:
--------------
    DART/branches/development/observations/COSMOS/COSMOS_to_obs.f90

-------------- next part --------------
Modified: DART/branches/development/observations/COSMOS/COSMOS_to_obs.f90
===================================================================
--- DART/branches/development/observations/COSMOS/COSMOS_to_obs.f90	2013-05-23 21:13:39 UTC (rev 6166)
+++ DART/branches/development/observations/COSMOS/COSMOS_to_obs.f90	2013-05-23 21:23:54 UTC (rev 6167)
@@ -351,12 +351,13 @@
 ! Reads the first line of the header and parses the information.
 ! I should break the line into words and match which word with each
 ! desired string. But not today ...
-! FIXME ... decode the header ... do not assume ...
+! FIXME ... decode the header ... do not assume ... 
+!    Ameriflux/level_4_to_obs.f90 is a good place to start. 
+!    Must count whitespace gaps instead of commas for word delineation.
 !
 !YYYY-MM-DD HH:MM  MOD PROBE PRESS  SCALE SANPE INTEN OTHER CORR ERR
 !2010-06-02 19:12 2555 1.000 0.990 02.066 2.486 1.030 1.000 2954 058
 !2010-06-02 20:13 2593 1.000 0.987 02.066 2.486 1.030 1.000 2989 058
-!
 
 integer, intent(in) :: iunit
 


More information about the Dart-dev mailing list