********************************************************
This dir contains CTD data structure of 1993 and 1994.
--------------------------------------------------------
To load the CTD data from jgofs system, use the followimg
URL:
       http://142.2.2.178/jg/serv/ctd93.html0
       http://142.2.2.178/jg/serv/ctd94.html0
---------------------------------------------------------
ctd93.c : C program for converting original CTD data 
          of 93032 into the jgofs data structure.
 INPUT :  
   Original CTD data ctd_93032_1_dn.odf, ..., ctd_93032_27_dn.odf
 OUTPUT: 
   cdt93032: level0 ctd data for 1993
   cdt_93032_1: level1 ctd data for station #1 of 1993 data
   cdt_93032_2: level1 ctd data for station #2 of 1993 data
   .
   .
   .
   cdt_93032_n: level1 ctd data for station #n of 1993 data 

  ****************************************************
ctd94.c : C program for converting original CTD data 
          of 94018 into the jgofs data structure.
 INPUT :  
   Original CTD data ctd_94018_1_dn.odf, ... , ctd_94018_40_dn.odf
 OUTPUT: 
   cdt94018: level0 ctd data for 1994
   cdt_94018_1: level1 ctd data for station #1 of 1994 data
   cdt_94018_2: level1 ctd data for station #2 of 1994 data
   .
   .
   .
   cdt_94018_n: level1 ctd data for station #n of 1994 data 
------------------------------------------------------------
NOTE:
      1) The original CTD data is located /home/hey/jgofs/data/ORG_DATA
      2) To updata the original data, simply run cdt_update.
	 or run ctd93 (for ctd93032) and ctd94 (for ctd94018) seperately.
========================================================================
Last Modified : Oct.3, 1995
