Coordinate variable data and header information for model HMSL-S06_percent.nc

netcdf HMSL-S06_percent {
dimensions:
	depth = 18 ;
	latitude = 45 ;
	longitude = 90 ;
variables:
	float depth(depth) ;
		depth:long_name = "depth below earth surface" ;
		depth:units = "km" ;
		depth:positive = "down" ;
	float latitude(latitude) ;
		latitude:long_name = "Latitude; positive north" ;
		latitude:units = "degrees_north" ;
		latitude:standard_name = "latitude" ;
	float longitude(longitude) ;
		longitude:long_name = "Longitude; positive east" ;
		longitude:units = "degrees_east" ;
		longitude:standard_name = "longitude" ;
	float dvs(depth, latitude, longitude) ;
		dvs:long_name = "S-wave Velocity Perturbation" ;
		dvs:display_name = "S-wave Velocity  Perturbation (%)" ;
		dvs:units = "%" ;
		dvs:missing_value = 99999.f ;
		dvs:_FillValue = 99999.f ;

// global attributes:
		:title = "S-velocity model based on cluster analysis" ;
		:id = "HMSL-S06_percent" ;
		:summary = "HMSL-S06 is based on a method that groups seismic phases based on their cross-correlation coefficients, cluster analysis." ;
		:keywords = "seismic, tomography, elsatic waveform, s wave, shear wave cross-correlation cluster" ;
		:Conventions = "CF-1.0" ;
		:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
		:acknowledgment = "Model was provided by Christine Houser, \n",
			"UCSC Earth Sciences\n",
			"Santa Cruz, CA 95064" ;
		:history = "2019-12-05 IRIS DMC, updated geospatial fields, if needed, to float \n",
			"Wed Nov 20 10:27:43 2019: ncatted -O -a creator_email,global,m,c,product@iris.washington.edu HMSL-S06_percent.nc\n",
			"2016-08-11 IRIS DMC, updated variable definitions to make sure they are compatible with CF \n",
			"2012-03-07 created\n",
			"2020-02-28 IRIS DMC, updated metadata to organize reference, author, repository and also add PID" ;
		:comment = "model converted to netCDF by IRIS EMC" ;
		:geospatial_lat_min = -88. ;
		:geospatial_lat_max = 88. ;
		:geospatial_lat_units = "degrees_north" ;
		:geospatial_lat_resolution = 4. ;
		:geospatial_lon_min = -178. ;
		:geospatial_lon_max = 178. ;
		:geospatial_lon_units = "degrees_east" ;
		:geospatial_lon_resolution = 4. ;
		:geospatial_vertical_min = 66 ;
		:geospatial_vertical_max = 2798 ;
		:geospatial_vertical_units = "km" ;
		:geospatial_vertical_positive = "down" ;
		:NCO = "netCDF Operators version 4.7.5 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ;
		:netcdf_file = "HMSL-S06_percent.nc" ;
		:reference = "Houser, Masters, Shearer and Laske (2008)" ;
		:reference_pid = "doi:10.1111/j.1365-246X.2008.03763.x" ;
		:author_name = "Christine Houser" ;
		:author_email = "cthouser@ucsc.edu" ;
		:author_institution = "U.C. San Diego (now at UCSC Earth Sciences), California, USA" ;
		:author_url = "https://websites.pmc.ucsc.edu/~creif/Sites/Christine_Houser/Models.html" ;
		:repository_name = "EMC" ;
		:repository_institution = "IRIS DMC" ;
		:repository_pid = "doi:10.17611/DP/9991638" ;
		:model = "HMSL-S06" ;
data:

 depth = 66, 155, 250, 350, 465, 595, 735, 885, 1035, 1210, 1410, 1610, 1810, 
    2010, 2210, 2410, 2610, 2798 ;

 latitude = -88, -84, -80, -76, -72, -68, -64, -60, -56, -52, -48, -44, -40, 
    -36, -32, -28, -24, -20, -16, -12, -8, -4, 0, 4, 8, 12, 16, 20, 24, 28, 
    32, 36, 40, 44, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 88 ;

 longitude = -178, -174, -170, -166, -162, -158, -154, -150, -146, -142, 
    -138, -134, -130, -126, -122, -118, -114, -110, -106, -102, -98, -94, 
    -90, -86, -82, -78, -74, -70, -66, -62, -58, -54, -50, -46, -42, -38, 
    -34, -30, -26, -22, -18, -14, -10, -6, -2, 2, 6, 10, 14, 18, 22, 26, 30, 
    34, 38, 42, 46, 50, 54, 58, 62, 66, 70, 74, 78, 82, 86, 90, 94, 98, 102, 
    106, 110, 114, 118, 122, 126, 130, 134, 138, 142, 146, 150, 154, 158, 
    162, 166, 170, 174, 178 ;
}