netcdf ocean-time-series/Stellwagen/MONTEREY_BAY/4972cs.cdf {
  dimensions:
    time = 27801;
    lat = 1;
    lon = 1;
    depth = 1;
  variables:
    float lon(lon=1);
      :long_name = "Longitude";
      :units = "degrees";
      :FORTRAN_format = "f10.";

    float lat(lat=1);
      :long_name = "Latitude";
      :FORTRAN_format = "f9.5";
      :units = "degrees";

    float depth(depth=1);
      :long_name = "Depth";
      :units = "m";

    int time(time=27801);
      :units = "days";
      :epic_code = 624; // int

    int time2(time=27801);
      :units = "milliseconds";
      :epic_code = 624; // int

    float conductivity(time=27801, depth=1, lat=1, lon=1);
      :long_name = "CONDUCTIVITY";
      :units = "mmhos/cm    ";
      :minimum = -4.1759033f; // float
      :maximum = 42.908752f; // float
      :sensor_depth = 27.5f; // float
      :serial_number = "C-706   ";

    float salinity(time=27801, depth=1, lat=1, lon=1);
      :long_name = "SALINITY    ";
      :units = "ppt         ";
      :minimum = -2.8013265f; // float
      :maximum = 35.61961f; // float
      :sensor_depth = 27.5f; // float
      :serial_number = "C-706   ";

  // global attributes:
  :DATA_ORIGIN = "USGS";
  :MOORING = "4972";
  :DESCRIPT = "VTCT, MONTEREY SITE SANTA CRUZ 1. THERM 548 USED.           ";
  :start_time = "97- IV -16  20.33.45";
  :stop_time = "97- IX -08  15.33.45";
  :latitude = 36.959667f; // float
  :longitude = -121.9775f; // float
  :magnetic_variation = 15.0f; // float
  :sampling_interval = 450; // int
  :water_depth = 33.5f; // float
  :WATER_DEPTH = 34; // int
  :CREATION_DATE = "28-May-2008 16:52:21";
  :DATA_TYPE = "TIME";
  :COORD_SYSTEM = "GEOGRAPHICAL";
  :history = "corrected sign of lon using fix_poslon.m: ";
}