|
||||||
ASCII Code Manual for Quality Controlled Surface Meteorological DataShawn R. Smith and David Legler Research Vessel Surface Meteorological Data Center (RVSMDC) World Ocean Circulation Experiment (WOCE) Surface Meteorological Data Assembly Center (DAC) Center for Ocean-Atmospheric Prediction Studies Florida State University 19 November 1997 Updated: 28 September 2001 Report WOCEMET 95-6 Version 3.0
1. IntroductionThe WOCE American Standard Code for Information Interchange (ASCII) manual for quality controlled (QC) surface meteorological data outlines the codes used within the DAC surface meteorological data sets released to the WOCE community. The code is a synthesis of the COADS documentation (Slutz et al. 1985), standard World Meteorological Organization (WMO) synoptic code, and new codes derived at Florida State University (FSU). In many places numeric codes were used to keep the data set compact. The WOCE ASCII data file includes up to 31 possible parameters. In some cases, multiple measurements of the same parameter are available (e.g. sea temperature measured from a thermosalinograph and a bucket temperature) and are differentiated using sequentially numbered variable names (TS, TS2, TS3, TS4, etc). As described in section 2, variables include not only meteorological data (temperature, pressure, etc.), but also a number of supporting variables (time of observation, platform position and movement, etc.). A variable containing quality control (QC) flags is included to indicate the QC applied to the data values. Multiple variable attributes provide information on data units, instruments used, instrument height, etc. in an attempt to provide an even mix between raw data and metadata. Thirteen global attributes contain general information for all data within the ASCII file. When the data arrive at the Surface Meteorology DAC, the only change to the data is a simple conversion to a standard set of units. The original units are noted in a variable attribute. Any data arriving without an accurate time stamp or information on whether the time is local or UTC were discarded only after all attempts to obtain correct time information were exhausted. The data also must have position information, i.e. data lacking latitude and longitude values were discarded only after all attempts to correctly position the data failed. Furthermore, if data arrived with no units attached, only after every effort to determine their units was exhausted, were the data discarded. Data collected without a record of time, position, or units are useless to the research community. However, all original data contributions are archived in the event additional information is discovered later that would allow the inclusion of discarded data. The ASCII file Appendix 1 contains 3 parts, a multi-line header containing metadata information, a multi-line discription of the Quality Control Flags, and the data in columnar format. The first line of the header contains the NetCDF file name used to create the ASCII file followed by a blank line. The next 17 lines contain the file's global attributes followed by another blank line. The third section of the the header (next 21 lines) contains a summarized description of the QC flags in use as of the date the ASCII file was created. The fourth section of the header contains a table giving the values for the variable attributes. The length of this table is determined by the number of variables in the file. The data section follows after a blank line and a line of column titles for each data type. The DAC has now expanded beyond the WOCE parameters to provide other useful cruise data to researchers. These (non-woce; RVSMDC) cruises are set up in very much the same way as WOCE cruises, but are not resricted to the same time and location constraints. Many of the RVSMDC cruises are infact the same ships that provide WOCE data, but just at different times. One of the main differences between WOCE and RVSMDC data are the longitude convention. At the request of the WOCE Data Committee, all WOCE ASCII files (version 300) contain longitude units in the (+E/-W) 180 degrees convention. The RVSMDC standard longitude units are from 0-359.99 degrees East. All data that are not included in WOCE have the 0-359.99 degrees East units convention. Section 2 outlines the data variables and attributes and describes all numeric codes that are employed. Section 3 covers the global attributes. Throughout the manual, variables will be indicated by bold type and attributes will be italicized.
2.VariablesUp to 31 parameters may appear in a surface meteorology file for WOCE, Table 1. All data files will contain the time, latitude, longitude, and quality control flag variables. The quality control flags are single alphabetic characters that represent either problems or notable features in the data. The quality control flags for multiple variables are combined in a single string and stored in theflag variable. The flag variable as a result is a character string that has a length equal to the number of variables that underwent quality control (a list of the flags, their definitions, and an example of their usage is found in section 2bb). For each variable, Table 1 shows whether or not that attribute is associated with a particular variable. Table 1: Variable attribute list.
**At the request of the WOCE Data Committee, all WOCE files (version 300) contain longitude units in the (+E/-W) 180 degrees convention. An example of the WOCE ASCII file is located in Appendix 1. The RVSMDC standard longitude units are from 0-359.99 degrees East. All data that are not included in WOCE have the 0-359.99 degrees East units convention. The definition of the attributes are:
a) Cruise track code (cruise_track_code) The cruise track code stores up to a 9 character string that marks each recording time as being either a WOCE cruise, another dedicated cruise (other), or a cruise with an 'unknown' designation. A WOCE cruise_track_code will include the WOCE Hydrographic Program transect line number and a sequential cruise number using the format BRS##D/## where:
b) Date (woce_date) The woce_date contains a four digit year (YYYY), two digit month (MM), and two digit date (DD) for each data record. The woce_date is stored as an integer with a format YYYYMMDD and units in the Universal Time Coordinate (UTC). Note: additional information about the data recording times are located in the variable attributes for time (see below). c) Time of day (woce_time_of_day) The woce_time_of_day contains the hour (HH), minute (MM), and seconds (SS.SS) for each data record. The woce_time_of_day is stored as a floating point values of the form HHMMSS.SS and units in the Universal Time Coordinate (UTC). Note: additional information about the data recording times are located in the variable attributes for time (see below). d) time The time is a double precision variable with units equal to minutes since 1-1-1980 00:00 UTC. We chose 1980 as our reference year primarily because it is the beginning of the decade that is nearest the start of the WOCE data collection. The time is quality controlled for non-sequential and unrealistic values. The type is encoded according to Table 2. Table 2: Time types.
The codes for the ave_center are:
The time will be quality controlled primarily for non-sequential and duplicate time values and the QC flag index will be stored in qcindex. A FORTRAN subroutine to convert from minutes since 1-1-1980 00:00 UTC to year, month, day, hour, and minute values is provided in Appendix 2. e) latitude (latitude) Platform position is in units of degrees; positive degrees for north latitude, negative degrees for south latitude, positive 0-359.99 degrees east longitude for all RVSMDC cruises, and (+E/-W) 180 degrees longitude for all WOCE cruises. The units of the original values of latitude and longitude are found in Table 3. Table 3: Units of original latitude and longitude.
The latitude and longitude are quality controlled for data validity, unrealistic platform movement, and whether an oceanographic platform moves over land. g) platform heading (PL_HD) The heading is recorded in units of degrees (recorded clockwise relative to true north) and represents the direction that the bow of the ship is pointing. Valid headings range from 000.0 to 359.9 degrees. A convers_units attribute stores the original format of compass values using the codes found below in Table 4. h) platform course (PL_CRS) The course is recorded in units of degrees (recorded clockwise relative to true north) and represents the direction that the ship is moving relative to the fixed earth. Valid course values range from 000.0 to 359.9 degrees. A convers_units attribute stores the original method of recording the course using the codes in Table 4. i) platform speed (PL_SPD) The platform speed is recorded in units of meter per second after a conversion from the original units (encoded using Table 5). Often multiple values are present including, but not limited to, a speed relative to the water (doppler log, etc.) and a speed relative to the earth (gps). j)
earth-relative wind direction (DIR) Table 4: Wind direction conversion units. Code Definition
k) earth-relative wind speed (SPD) The earth-relative wind speed is recorded in units of meters per second, and Table 5 lists the codes for the original units of the wind speed data. Table 5: Wind speed conversion units. Code Definition
NOTE: TRUE WIND SPEED AND DIRECTION ARE EITHER CALCULATED BY THE DATA PROVIDER AND CHECKED BY THE DAC, OR THEY ARE CALCULATED BY THE DAC. A comment in the instrument attribute will be included. NOTE 2: FILES RELEASED AFTER 19 AUGUST 1997 MAY CONTAIN PLATFORM RELATIVE WIND DIRECTION (PL_WDIR) AND SPEED (PL_WSPD). These variables are necessary when assessing errors caused by flow over the vessel or the vessel's acceleration. PL_WDIR and PL_WSPD data for cruises released before 19 August 1997 are available upon request. All coding and units for PL_WDIR and PL_WSPD are the same as DIR and SPD, with the exception that the PL_WDIR is referenced to a zero line on the vessel. This zero_line_ref is included as a variable attribute and coded: Code Definition
l) atmospheric pressure (P) Pressure is recorded in units of hectopascals. The units of the original data are listed in Table 6 and Table 7 outlines the codes for the pressure type. Table 6: Atmospheric pressure conversion units. Code Definition
Table 7: Atmospheric pressure type. Code Definition
m) air temperature (T) All atmospheric temperatures are recorded in units of degrees Celsius after a conversion from the original units (see Table 8). Table 8: Temperature conversion units. Code Definition
p) sea temperature (TS) The sea temperature is recorded in units of degrees Celsius with the original units encoded according to Table 8. NOTE: The sensor depth is recorded in meters and has a positive value for all non-missing values (the attribute name is changed from height to avoid confusion). The specific instrument type used to measure the sea temperature is stored in instrument while the general instrument type is recorded using the codes in Table 9. Table 9: General instrument types used to record sea temperature. Code Definition
q) relative humidity (RH) The relative humidity is recorded in units of percent. r) specific humidity (Q) Specific humidity is recorded in units of grams per kilogram and the codes for convers_units are found in Table 10. Table 10: Original specific humidity units. Code Definition
The precipitation [rain rate] is recorded in units of millimeters [per minute] and Table 11 lists the original precipitation [rain rate] units. Table 11: Precipitation conversion units. Code Definition
t) atmospheric radiation (RAD) All radiation parameters will be stored in sequentially numbered RAD variables with units of watts per meter squared. The original radiation units are encoded based on Table 12 and the radiation types are listed in Table 13. Table 12: Radiation conversion units. Code Definition
Table 13: Radiation types. Code Definition
u) present weather (WX) Table 14: Present weather codes are the same as those from COADS data (Slutz et al. 1985). Code Definition
v) total cloud amount (TCA) The codes for the total and low/middle cloud amounts (Table 15) are from the COADS data (Slutz et al. 1985). For the total cloud amount, codes 0 to 9 show the fraction, in oktas, of the celestial dome covered by all clouds. For the low/middle cloud amount the codes show the fraction, in oktas, of the celestial dome covered by all the low clouds and, if no low clouds are present, the fraction covered by all the middle clouds. Table 15: Cloud amount codes. Code Definition
If the data arriving at the DAC use tenths to describe cloud cover, the convention in Table 16 will be used to convert from tenths to oktas and the original data units will be noted using the codes in Table 17. Table 16: Relationship between tenths and oktas. tenths oktas
Table 17: Cloud amount conversion units. Code
Definition
x) cloud height (ZCL) Cloud height is recorded using the standard 0-10 synoptic code. Table 17 shows the height ranges and codes for measurements in feet or meters. Table 18: Cloud height codes, adapted from table 9 of the COADS data documentation (Slutz et al. 1985) . Approximate
height of lowest cloud base
y) low cloud type (LCT) Table 19: Low cloud type codes extracted from the COADS data documentation (Slutz et al. 1985). The codes show observed characteristics of clouds of the types stratocumulus, stratus, cumulus, cumulonimbus, and their variations. Code Definition
z) middle cloud type (MCT) Table 20: Middle cloud type codes extracted from the COADS data documentation (Slutz et al. 1985). The codes show observed characteristics of clouds of the types altocumulus, altostratus, and nimbostratus. Code Definition
aa) high cloud type (HCT) Table 21: High cloud type codes extracted from the COADS data documentation (Slutz et al. 1985). The codes show observed characteristics of clouds of the types cirrus, cirrocumulus and cirrostratus. Code Definition
The quality control flags (Table 22) are single alphabetic characters for each data value. Only those variables with a qcindex have flag values (the qcindex is an integer pointer to the flag for a selected variable), i.e. not all meteorological variables are quality controlled. Table 22: Definitions of WOCE quality control flags. Flag Definition
Table 23: Range Bounds used in determining the use of flag B.
**At the request of the WOCE Data Committee, all WOCE files (version 300) contain longitude units in the (+E/-W) 180 degrees convention. An example of the WOCE ASCII file is located in Appendix 1. The RVSMDC standard longitude units are from 0-359.99 degrees East. All data that are not included in WOCE have the 0-359.99 degrees East units convention.
3. Global Attributes The global attributes in the WOCE DAC ASCII files include parameters that apply to all the variables in the file or to the file in general. Again a mix of data and metadata are included. a) title A descriptive title highlighting the platform name, location, and special instrument characteristics. Often used to title plots of the data from the ASCII file. Ex: "Bridge observations - R/V Vidal Gormaz - PR_14_/04 Cruise" b) site This attribute will contain either the alphanumeric R/V name or buoy location name. c) elev Stores the geographic elevation of the site in meters above sea level. This value is zero for ships and buoys. d) ID Either the ship/platform identification, call sign, or WMO number. e) platform Instrument system that recorded the data. For example: IMET, PAM, ATLAS, unspecified tower, bridge report, hand held instruments, etc. f) facility The institution or country that either collected the data or are the primary holder of the data. For example: NOAA, PMEL, WHOI, University of Washington, Chile, etc. Also included is the name of the PI or primary data provider for the original files. g) fsu_version The current version number or the data in the file. h) missing_value A missing value of -9999 that is used for all variables. i) special_value A special value (set equal to -8888) is used to indicate that data were present in the original file, however the data were either:
or
The first date of the data in the file. Coded as DD MMM YYYY where k) end date The last date of the data in the file. Coded the same as start date. l) EXPOCODE Identifier for all WOCE cruises created by the WOCE Hydrographic Programme Office and obtained from the WOCE DIU at the University of Delaware. This identifier is appended to help match our data files to other oceanographic data sets. m) Release_Date Date that QC data set was released by WOCE DAC. n) contact_info Center for Ocean-Atmospheric Prediction Studies (COAPS), The Florida State University, Tallahassee, FL, 32306-2840, USA. o) contact_email wocemet@coaps.fsu.edu 4. References da Silva, A. M., C. C. Young, and S. Levitus, 1994: Atlas of Surface Marine Data, Volumes 1: Algorithms and Procedures. NOAA Atlas Series, U.S. Dept. of Commerce, NOAA, NESDIS, Data, and Information Service : For sale by the U.S. G.P.O., Supt. of Docs. Slutz, R.J., S.J. Lubker, J.D. Hiscox, S.D. Woodruff, R.L. Jenne, D.H. Joseph, P.M. Steurer, and J.D. Elms, COADS (Comprehensive Ocean-Atmosphere Data Set) Release 1, pp. 300, CIRES University of Colorado, 1985.
Appendix 1 Sample listing of the contents of a public (version 3.0.0) ASCII file created by the FSU DAC. UNAA.930311014v300.nc title :Aurora Australis WOCE Meteorological Data site :R/V Aurora Australis elevation :0 ID :UNAA platform :Aurora Australis Data Logging System facility :Antarctic CRC, Australia. PI: S. Rintoul fsu_version :300 startdate :11 MAR 1993 enddate :24 MAR 1993 EXPOCODE :09AR Release_Date :14 APR 2000 contact_info :COAPS, Florida State Univ, Tallahassee, FL 32306-2840, U.S.A. contact_email :wocemet@coaps.fsu.edu missing_value :-9999 special_value :-8888 time:ave_period :900 time:ave_center :2 Quality Control Flags: A = Units added. B = Data out of range. C = Non-sequential time. D = Failed T>Tw>Td. E = True wind error. F = Velocity unrealistic. G = Value > 4 s. d. from climo. H = Discontinuity. I = Interesting feature. J = Erroneous. K = Suspect. L = Ocean platform over land. M = Instrument malfunction. O = Multiple original units. P = Movement uncertain. Q = Pre-flagged as suspect R = Interpolated data. S = Spike. T = Time duplicate. Z = Good data. Variable (qcindex) long_name units convers_units type height instrument FORTRAN_format cruise_track_code( )cruise track code a9 woce_date ( 1)woce date YYYYMMDD UTC I9 woce_time_of_day ( 1)woce time of day HHMMSS.SS UTC F10.2 time ( 1)time minutes from 1-1-1980 00:00 1 i12 latitude ( 2)latitude degrees 5 f9.2 longitude ( 3)longitude degrees 5 f9.2 PL_HD ( 4)platform heading degrees 6 gyro compass f9.1 PL_SPD ( 5)platform speed meters/second 5 Thomas Walker & Sons EM sensor f9.1 DIR ( 6)ocean relative wind direction degrees true 5 31.60 Belfort Aerovane, model 123HD f9.1 SPD ( 7)earth relative wind speed meters/second 5 31.60 Belfort Aerovane, model 123HD f9.1 TS ( 8)sea temperature Celsius 6 0 7.00 Yokogawa digital thermometer, model 7563 f9.2 P ( 9)atmospheric pressure hPa 0 2 18.10 Vaisala DPA 21 f9.1 T ( 10)port air temperature Celsius 0 18.10 Platinum probes f9.1 T2 ( 11)starboard air temperature Celsius 0 18.10 Platinum probes f9.1 RH ( 12)port relative humidity percent 18.10 Vaisala HMP 133Y f9.1 RH2 ( 13)starboard relative humidity percent 18.10 Vaisala HMP 133Y f9.1 flag ( )quality control flags a13 cruise woce_date woce_time time latitudelongitude PL_HD PL_SPD DIR SPD TS P T T2 RH RH2 flag SR_03_/02 19930311 50700.00 6938227 -42.88 147.33 81.5 0.0 312.0 2.2 -9999.00 1019.8 19.0 18.8 49.0 47.0ZZZZZZZZZZZZZ SR_03_/02 19930311 52200.00 6938242 -42.88 147.33 81.8 0.0 322.0 5.2 -9999.00 1019.8 18.3 19.1 51.0 44.0ZZZZZZZZZZZZZ SR_03_/02 19930311 53700.00 6938257 -42.88 147.33 81.6 0.0 323.0 6.0 -9999.00 1019.8 18.5 19.6 51.0 44.0ZZZZZZZZZZZZZ SR_03_/02 19930311 55200.00 6938272 -42.88 147.33 81.9 0.0 322.0 6.9 -9999.00 1019.9 18.1 19.1 52.0 45.0ZZZZZZZZZZZZZ SR_03_/02 19930311 60700.00 6938287 -42.88 147.33 81.9 0.0 322.0 7.8 -9999.00 1019.8 18.0 19.0 53.0 45.0ZZZZZZZZZZZZZ SR_03_/02 19930311 62200.00 6938302 -42.88 147.33 81.8 0.0 321.0 8.0 -9999.00 1019.8 18.0 18.9 53.0 46.0ZZZZZZZZZZZZZ SR_03_/02 19930311 63700.00 6938317 -42.88 147.33 82.0 0.0 321.0 6.9 -9999.00 1019.8 18.1 19.0 53.0 46.0ZZZZZZZZZZZZZ SR_03_/02 19930311 65200.00 6938332 -42.88 147.33 82.2 0.0 347.0 6.4 -9999.00 1020.0 17.9 18.9 54.0 46.0ZZZZZZZZZZZZZ SR_03_/02 19930311 70700.00 6938347 -42.88 147.33 81.8 0.0 318.0 6.3 -9999.00 1020.1 17.8 18.4 55.0 47.0ZZZZZZZZZZZZZ SR_03_/02 19930311 72200.00 6938362 -42.88 147.33 82.0 0.0 333.0 6.0 -9999.00 1020.3 17.6 18.3 56.0 48.0ZZZZZZZZZZZZZ SR_03_/02 19930311 73700.00 6938377 -42.88 147.33 82.0 0.0 323.0 6.2 -9999.00 1020.5 17.4 18.0 57.0 49.0ZZZZZZZZZZZZZ SR_03_/02 19930311 75200.00 6938392 -42.88 147.33 80.4 0.0 326.0 5.2 -9999.00 1020.6 17.3 17.9 57.0 50.0ZZZZZZZZZZZZZ SR_03_/02 19930311 80700.00 6938407 -42.88 147.33 92.4 0.0 311.0 4.8 -9999.00 1020.9 17.1 17.3 58.0 51.0ZZZZZZZZZZZZZ SR_03_/02 19930311 82200.00 6938422 -42.89 147.35 171.6 4.6 310.0 5.8 -9999.00 1021.0 17.2 17.0 61.0 54.0ZZZZZZZZZZZZZ SR_03_/02 19930311 83700.00 6938437 -42.92 147.37 170.7 1.6 330.0 5.7 -9999.00 1021.0 17.3 16.8 62.0 56.0ZZZZZZZZZZZZZ SR_03_/02 19930311 85200.00 6938452 -42.93 147.37 179.3 2.6 314.0 3.4 -9999.00 1021.1 16.9 16.6 65.0 58.0ZZZZZZZZZZZZZ SR_03_/02 19930311 90700.00 6938467 -42.95 147.37 189.2 2.8 358.0 2.3 -9999.00 1021.3 16.7 16.4 62.0 56.0ZZZZZZZZZZZZZ SR_03_/02 19930311 92200.00 6938482 -42.98 147.37 181.8 3.3 251.0 1.7 -9999.00 1021.6 16.5 16.3 66.0 60.0ZZZZZZZZZZZZZ SR_03_/02 19930311 93700.00 6938497 -43.01 147.37 160.5 5.6 291.0 3.5 -9999.00 1021.7 16.4 16.3 65.0 58.0ZZZZZZZZZZZZZ SR_03_/02 19930311 95200.00 6938512 -43.05 147.38 155.9 5.7 310.0 4.0 16.60 1021.9 16.6 16.3 64.0 57.0ZZZZZZZZZZZZZ SR_03_/02 19930311 100700.00 6938527 -43.09 147.41 156.4 5.6 270.0 4.7 16.50 1022.1 16.3 16.2 66.0 60.0ZZZZZZZZZZZZZ SR_03_/02 19930311 102200.00 6938542 -43.13 147.43 155.1 5.7 278.0 6.3 16.29 1022.3 16.1 16.0 67.0 61.0ZZZZZZZZZZZZZ SR_03_/02 19930311 103700.00 6938557 -43.17 147.46 155.8 5.9 286.0 7.5 16.20 1022.3 16.0 15.8 69.0 63.0ZZZZZZZZZZZZZ SR_03_/02 19930311 105200.00 6938572 -43.21 147.49 155.9 5.7 287.0 6.8 16.20 1022.3 15.8 15.7 71.0 65.0ZZZZZZZZZZZZZ SR_03_/02 19930311 110700.00 6938587 -43.25 147.50 191.5 5.6 297.0 7.5 16.10 1022.2 15.6 15.4 73.0 68.0ZZZZZZZZZZZZZ SR_03_/02 19930311 112200.00 6938602 -43.29 147.50 192.2 5.5 278.0 5.5 16.10 1022.1 15.4 15.3 75.0 69.0ZZZZZZZZZZZZZ SR_03_/02 19930311 113700.00 6938617 -43.33 147.48 191.7 5.5 313.0 4.9 16.00 1022.0 15.6 15.2 75.0 69.0ZZZZZZZZZZZZZ SR_03_/02 19930311 115200.00 6938632 -43.37 147.47 192.3 5.3 300.0 4.5 16.00 1022.1 15.3 15.0 75.0 70.0ZZZZZZZZZZZZZ SR_03_/02 19930311 120700.00 6938647 -43.41 147.46 192.4 5.8 310.0 4.7 16.00 1022.2 15.2 14.9 76.0 72.0ZZZZZZZZZZZZZ SR_03_/02 19930311 122200.00 6938662 -43.45 147.45 192.1 5.6 306.0 3.5 15.80 1022.2 15.2 14.9 77.0 71.0ZZZZZZZZZZZZZ SR_03_/02 19930311 123700.00 6938677 -43.49 147.44 192.5 5.1 238.0 3.4 16.70 1022.2 15.0 15.0 79.0 74.0ZZZZZZZZZZZZZ SR_03_/02 19930311 125200.00 6938692 -43.53 147.43 192.3 5.0 242.0 5.4 16.90 1022.0 15.1 15.0 79.0 74.0ZZZZZZZZZZZZZ SR_03_/02 19930311 130700.00 6938707 -43.56 147.42 242.1 4.6 265.0 7.9 16.60 1021.7 15.0 14.8 82.0 78.0ZZZZZZZZZZZZZ SR_03_/02 19930311 132200.00 6938722 -43.58 147.38 242.3 4.9 251.0 8.2 15.90 1021.6 14.9 14.8 81.0 77.0ZZZZZZZZZZZZZ SR_03_/02 19930311 133700.00 6938737 -43.60 147.33 243.1 4.4 256.0 10.5 15.60 1021.4 14.3 14.2 87.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 135200.00 6938752 -43.62 147.28 241.6 4.5 254.0 12.3 15.60 1021.1 14.1 14.1 88.0 84.0ZZZZZZZZZZZZZ SR_03_/02 19930311 140700.00 6938767 -43.63 147.24 241.3 4.4 256.0 13.0 15.90 1021.0 14.2 14.0 88.0 84.0ZZZZZZZZZZZZZ SR_03_/02 19930311 142200.00 6938782 -43.65 147.20 242.1 4.2 259.0 12.9 16.10 1020.9 14.3 14.1 87.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 143700.00 6938797 -43.67 147.15 251.6 4.3 262.0 12.2 16.10 1020.9 14.4 14.3 86.0 82.0ZZZZZZZZZZZZZ SR_03_/02 19930311 145200.00 6938812 -43.68 147.11 247.1 4.3 267.0 12.1 16.10 1020.8 14.5 14.4 84.0 80.0ZZZZZZZZZZZZZ SR_03_/02 19930311 150700.00 6938827 -43.70 147.06 239.7 4.1 267.0 12.4 16.10 1020.7 14.4 14.3 85.0 81.0ZZZZZZZZZZZZZ SR_03_/02 19930311 152200.00 6938842 -43.71 147.02 239.7 3.7 276.0 13.1 16.00 1020.5 14.4 14.3 85.0 80.0ZZZZZZZZZZZZZ SR_03_/02 19930311 153700.00 6938857 -43.73 146.98 242.8 3.7 269.0 13.4 15.90 1020.3 14.2 14.2 87.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 155200.00 6938872 -43.75 146.94 241.1 3.6 271.0 13.6 15.90 1020.3 14.2 14.1 87.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 160700.00 6938887 -43.77 146.90 242.2 3.8 273.0 14.2 16.00 1020.1 13.7 13.6 91.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930311 162200.00 6938902 -43.78 146.86 241.6 3.8 287.0 14.4 16.10 1020.1 13.6 13.4 93.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930311 163700.00 6938917 -43.80 146.82 234.2 3.9 283.0 13.5 16.00 1020.1 13.9 13.5 92.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930311 165200.00 6938932 -43.82 146.78 233.7 4.0 279.0 14.1 16.00 1020.0 13.9 13.5 91.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930311 170700.00 6938947 -43.84 146.75 234.8 3.9 280.0 13.9 16.00 1020.0 14.1 13.8 87.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 172200.00 6938962 -43.87 146.71 233.8 4.9 284.0 13.4 15.70 1019.9 14.3 14.0 86.0 81.0ZZZZZZZZZZZZZ SR_03_/02 19930311 173700.00 6938977 -43.90 146.66 236.4 4.8 277.0 13.6 15.80 1019.8 14.4 14.1 82.0 76.0ZZZZZZZZZZZZZ SR_03_/02 19930311 175200.00 6938992 -43.92 146.61 236.6 5.3 283.0 12.6 15.70 1019.9 14.2 14.0 82.0 77.0ZZZZZZZZZZZZZ SR_03_/02 19930311 180700.00 6939007 -43.94 146.57 237.2 4.8 285.0 12.4 15.40 1020.0 14.0 13.8 84.0 80.0ZZZZZZZZZZZZZ SR_03_/02 19930311 182200.00 6939022 -43.97 146.53 237.3 4.6 289.0 12.7 15.30 1020.0 14.1 13.7 86.0 81.0ZZZZZZZZZZZZZ SR_03_/02 19930311 183700.00 6939037 -43.99 146.48 236.7 4.8 285.0 12.7 15.30 1020.0 14.2 13.8 84.0 79.0ZZZZZZZZZZZZZ SR_03_/02 19930311 185200.00 6939052 -44.01 146.44 237.6 4.9 289.0 12.5 15.40 1020.1 14.2 13.9 82.0 77.0ZZZZZZZZZZZZZ SR_03_/02 19930311 190700.00 6939067 -44.04 146.39 240.3 5.0 308.0 12.3 15.50 1020.3 13.6 13.4 88.0 85.0ZZZZZZZZZZZZZ SR_03_/02 19930311 192200.00 6939082 -44.06 146.35 240.4 5.1 298.0 11.4 15.70 1020.3 13.8 13.3 91.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930311 193700.00 6939097 -44.08 146.30 240.3 4.6 303.0 12.5 15.80 1020.3 13.7 13.2 91.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930311 195200.00 6939112 -44.10 146.26 297.1 4.8 308.0 12.4 15.90 1020.5 13.8 13.4 90.0 86.0ZZZZZZZZZZZZZ SR_03_/02 19930311 200700.00 6939127 -44.11 146.23 297.8 0.7 310.0 12.1 15.90 1021.1 13.2 13.1 92.0 88.0ZZZZZZZZZZZZZ SR_03_/02 19930311 202200.00 6939142 -44.11 146.23 288.2 0.0 298.0 10.9 15.90 1021.3 13.3 13.2 91.0 86.0ZZZZZZZZZZZZZ SR_03_/02 19930311 203700.00 6939157 -44.11 146.23 286.9 0.0 298.0 11.5 15.90 1021.4 13.5 13.5 91.0 86.0ZZZZZZZZZZZZZ SR_03_/02 19930311 205200.00 6939172 -44.10 146.23 287.7 0.0 295.0 11.5 15.90 1021.4 13.7 13.7 90.0 86.0ZZZZZZZZZZZZZ SR_03_/02 19930311 210700.00 6939187 -44.10 146.23 284.4 0.0 299.0 11.2 15.90 1021.5 13.5 13.6 93.0 88.0ZZZZZZZZZZZZZ SR_03_/02 19930311 212200.00 6939202 -44.10 146.24 292.8 0.0 303.0 11.5 15.90 1021.5 13.7 13.6 93.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930311 213700.00 6939217 -44.10 146.24 290.5 0.0 299.0 12.4 15.90 1021.5 13.9 13.9 91.0 85.0ZZZZZZZZZZZZZ SR_03_/02 19930311 215200.00 6939232 -44.10 146.24 291.4 0.0 288.0 11.5 15.90 1021.8 14.0 14.1 90.0 84.0ZZZZZZZZZZZZZ SR_03_/02 19930311 220700.00 6939247 -44.10 146.24 277.5 0.0 300.0 10.9 15.90 1022.0 14.2 14.3 88.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 222200.00 6939262 -44.10 146.24 26.5 1.4 303.0 11.6 15.90 1022.0 14.5 14.4 89.0 84.0ZZZZZZZZZZZZZ SR_03_/02 19930311 223700.00 6939277 -44.07 146.26 27.2 3.8 294.0 11.2 15.80 1022.4 14.3 14.2 91.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930311 225200.00 6939292 -44.05 146.28 72.0 3.3 291.0 12.0 15.70 1022.6 14.0 14.5 92.0 85.0ZZZZZZZZZZZZZ SR_03_/02 19930311 230700.00 6939307 -44.03 146.33 71.0 6.4 294.0 10.9 15.60 1022.7 13.8 14.6 94.0 86.0ZZZZZZZZZZZZZ SR_03_/02 19930311 232200.00 6939322 -44.01 146.40 331.6 6.2 274.0 10.6 15.30 1022.6 14.3 15.1 91.0 83.0ZZZZZZZZZZZZZ SR_03_/02 19930311 233700.00 6939337 -44.00 146.41 275.6 3.7 292.0 11.7 15.40 1022.0 14.0 14.2 93.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930311 235200.00 6939352 -44.00 146.37 275.0 3.4 298.0 10.9 15.20 1022.1 14.0 14.0 93.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930312 700.00 6939367 -44.00 146.33 283.7 3.3 293.0 10.1 15.20 1022.2 14.2 14.2 93.0 88.0ZZZZZZZZZZZZZ SR_03_/02 19930312 2200.00 6939382 -44.00 146.31 276.5 0.6 290.0 11.4 15.10 1022.3 14.2 14.3 92.0 87.0ZZZZZZZZZZZZZ SR_03_/02 19930312 3700.00 6939397 -44.00 146.31 279.0 0.0 305.0 10.6 15.10 1022.3 14.0 14.0 94.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930312 5200.00 6939412 -44.00 146.31 279.3 0.0 298.0 10.6 15.10 1022.2 14.1 14.0 94.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930312 10700.00 6939427 -44.00 146.31 283.8 0.0 298.0 10.3 15.10 1022.2 14.0 14.0 95.0 90.0ZZZZZZZZZZZZZ SR_03_/02 19930312 12200.00 6939442 -43.99 146.31 282.1 0.0 288.0 10.6 15.10 1022.2 14.1 14.1 94.0 89.0ZZZZZZZZZZZZZ SR_03_/02 19930312 13700.00 6939457 -43.99 146.31 283.0 0.0 295.0 9.5 15.20 1022.3 13.8 14.1 96.0 90.0ZZZZZZZZZZZZZ SR_03_/02 19930312 15200.00 6939472 -43.99 146.31 283.8 0.0 287.0 10.5 15.20 1022.2 13.9 14.0 95.0 90.0ZZZZZZZZZZZZZ SR_03_/02 19930312 20700.00 6939487 -44.01 146.30 195.0 3.4 293.0 11.4 15.30 1022.2 14.0 14.0 95.0 91.0ZZZZZZZZZZZZZ SR_03_/02 19930312 22200.00 6939502 -44.05 146.29 220.8 5.6 302.0 11.1 15.70 1022.0 14.1 14.5 95.0 90.0ZZZZZZZZZZZZZ SR_03_/02 19930312 23700.00 6939517 -44.09 146.26 220.1 5.0 294.0 11.7 15.90 1021.6 14.3 14.8 93.0 88.0ZZZZZZZZZZZZZ Appendix 2 The following links are subroutines that can be used to convert the time values from the WOCE ASCII files to four-digit year, month, day, hour, and minute values (Invtime) and from four-digit year, month, day, hour, and minute values to the time values on the WOCE ASCII files (Convtime). The routine processes individual time values (time stamp), but could be easily modified to handle an entire time array. They are available in FORTRAN, IDL, and C. FORTRAN
IDL
C
The Invtime codes can be acquired electronically from our ftp site via the following commands: ftp ftp.coaps.fsu.edu login anonymous cd pub/src get (invtime.f, invtime.pro, invtime.c) Any problems that occur while using the code can be addressed to wocemet@coaps.fsu.edu. |
Contact: Webmaster |