Skip to content

Instantly share code, notes, and snippets.

@kwilcox
Created February 24, 2016 15:10
Show Gist options
  • Save kwilcox/8a669a34ccbfdcf86776 to your computer and use it in GitHub Desktop.
Save kwilcox/8a669a34ccbfdcf86776 to your computer and use it in GitHub Desktop.
ncml_namespace
<?xml version="1.0" encoding="UTF-8"?>
<netcdf xmlns="http://www.unidata.ucar.edu/namespaces/netcdf/ncml-2.2" >
<attribute name="CREATION_DATE" value="14-Feb-2016" />
<attribute name="creator_name" value="A. Kirincich" />
<attribute name="creator_email" value="[email protected]" />
<attribute name="id" value="hf_x_km" />
<attribute name="naming_authority" value="edu.whoi.mvco" />
<attribute name="title" value="HF Radar Data at MVCO" />
<attribute name="EXPERIMENT" value="Inner Shelf Lateral Exchange" />
<attribute name="summary" value="This data was collected by Kirincich as part of the Inner Shelf Lateral Exchange Study focused on examining the spatial variability of the mechanisms and process that lead to the exchange of water masses across the inner part of the continental shelf. The data consists of estimates of the near-surface horizontal (East and North) ocean currents made via High Frequency (HF) radar-based remote sensing of the ocean backscatter spectrum. The dataset spans the 3-month period of July, August, and September 2014 that overlapped both of the mass drifter releases conducted by Rypina and Kirincich. The effective measurement depth of the WHOI HF radars is 0.5 m below the ocean surface." />
<attribute name="DESCRIPTION" value="The WHOI HF radar system, as operated during the 2014 ISLE experiment, consisted of 3 land-based sites spaced at ~10km intervals along the south side of Martha’s Vineyard, MA. These 25MHz systems were run using a combination of 350kHz transmit bandwidth and low transmit power (10 W max) which allowed all systems to achieve resolutions of 429 m and ranges of 30 km (see Kirincich et al, 2016, for details). Received doppler spectra from each were processed using the advanced methods of Kirincich et al. (2012, JOTA) into radial velocity estimates every 15 min based on a 24 min averaging window. Radial velocity estimates were quality controlled before inclusion into the vector velocity estimates. using standard time-series QC techniques. These data were combined into vector velocities on a uniform 800m resolution grid, given in Latitude and Longitude coordinates, using a unique weighted least squares technique that employed non-velocity based signal quality metrics to weight the data to increase the accuracy of the final product. Two successive estimates of the 15 min radials are used to estimate the vector (east and north) velocities on a 1/2 hour time interval centered on the hour. The spatial extent of the vector velocities was limited by theoretical Geometrical Dilution of Precision (GDOP) values less than 1.75. An error estimate for the East, North, and total (norm) of the vector velocity components is given. This estimate uses the radial velocity error estimates (the weighted standard deviation of the individual HF radar radial returns found within each 5 degree azimuthal bin average) in a standard (Numerical Recipes) vector error calculation." />
<attribute name="DATA_ORIGIN" value="Woods Hole Oceanographic Institution, Department of Physical Oceanography" />
<attribute name="FUNDING_SOURCE" value="The observations used in this study were supported by NSF OCE Grant #1332626 and internal funding from the Woods Hole Oceanographic Institution." />
<attribute name="COORD_SYSTEM" value="GEOGRAPHIC" />
<attribute name="platform_type" value="High Frequency Radar" />
<attribute name="INST_TYPE" value="Codar Ocean Sensors Seasonde HF Radar" />
<attribute name="History" value="Converted to netCDF via MATLAB by A. Kirincich" />
<attribute name="min_latitude" type="double" value="41.08644" />
<attribute name="min_latitude_units" value="degree_north" />
<attribute name="max_latitude" type="double" value="41.33856" />
<attribute name="max_latitude_units" value="degree_north" />
<attribute name="min_longitude" type="double" value="-70.797912" />
<attribute name="min_longitude_units" value="degree_east" />
<attribute name="max_longitude" type="double" value="-70.435422" />
<attribute name="max_longitude_units" value="degree_east" />
<attribute name="Conventions" value="CF-1.6" />
<variable name="datetime" shape="t" type="double">
<attribute name="variable" value="Serial Date Number, GMT (Matlab convention)" />
<attribute name="units" value="days since 1970-01-01T00:00:00Z" />
<attribute name="axis" value="T" />
<attribute name="standard_name" value="time" />
<attribute name="calendar" value="gregorian" />
<attribute name="add_offset" type="double" value="-719529" />
<attribute name="note" value="A serial date number of 1 corresponds to Jan-1-0000" />
</variable>
<variable name="Longitude" shape="lon" type="double">
<attribute name="standard_name" value="longitude" />
<attribute name="variable" value="Gridded Longitude" />
<attribute name="units" value="degrees_east" />
</variable>
<variable name="Latitude" shape="lat" type="double">
<attribute name="standard_name" value="latitude" />
<attribute name="variable" value="Gridded Latitude" />
<attribute name="units" value="degrees_north" />
</variable>
<variable name="East_vel" shape="t lat lon" type="double">
<attribute name="coordinates" value="datetime Longitude Latitude" />
<attribute name="standard_name" value="barotropic_eastward_sea_water_velocity" />
<attribute name="variable" value="East_vel" />
<attribute name="units" value="cm/s" />
<attribute name="missing_value" type="double" value="999.0" />
</variable>
<variable name="North_vel" shape="t lat lon" type="double">
<attribute name="coordinates" value="datetime Longitude Latitude" />
<attribute name="standard_name" value="barotropic_northward_sea_water_velocity" />
<attribute name="variable" value="North_vel" />
<attribute name="units" value="cm/s" />
<attribute name="missing_value" type="double" value="999.0" />
</variable>
<variable name="East_err" shape="t lat lon" type="double">
<attribute name="coordinates" value="datetime Longitude Latitude" />
<attribute name="variable" value="East_err" />
<attribute name="units" value="cm2/s2" />
<attribute name="missing_value" type="double" value="999.0" />
</variable>
<variable name="North_err" shape="t lat lon" type="double">
<attribute name="coordinates" value="datetime Longitude Latitude" />
<attribute name="variable" value="North_err" />
<attribute name="units" value="cm2/s2" />
<attribute name="missing_value" type="double" value="999.0" />
</variable>
<variable name="err_cov" shape="t lat lon" type="double">
<attribute name="coordinates" value="datetime Longitude Latitude" />
<attribute name="variable" value="err_cov" />
<attribute name="units" value="cm2/s2" />
</variable>
<variable name="total_err" shape="t lat lon" type="double">
<attribute name="coordinates" value="datetime Longitude Latitude" />
<attribute name="variable" value="total_err" />
<attribute name="units" value="cm/s" />
<attribute name="missing_value" type="double" value="999.0" />
</variable>
<aggregation dimName="t" type="joinExisting">
<scan location="." regExp="^WHOI_ISLE_HFR_[0-9]{4}_[0-9]{2}_[0-9]{2}_800mgrid_1000mrad_20-Feb-2016\.nc$"/>
</aggregation>
</netcdf>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment