Coordinate variable data and header information for model YS-P-H15.nc

netcdf YS-P-H15 {
dimensions:
	depth = 12 ;
	latitude = 12 ;
	longitude = 13 ;
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 vp(depth, latitude, longitude) ;
		vp:long_name = "P-velocity in km/s" ;
		vp:display_name = "Vp (km/s)" ;
		vp:units = "kilometer sec^-1" ;
		vp:missing_value = 99999.f ;
		vp:_FillValue = 99999.f ;
	float dvp(depth, latitude, longitude) ;
		dvp:long_name = "P-velocity perturbation in percent" ;
		dvp:display_name = "dVp (%)" ;
		dvp:units = "%" ;
		dvp:missing_value = 99999.f ;
		dvp:_FillValue = 99999.f ;
	float dws(depth, latitude, longitude) ;
		dws:long_name = "Derivative weight sum in dimensionless" ;
		dws:display_name = "dws" ;
		dws:units = "count" ;
		dws:missing_value = 99999.f ;
		dws:_FillValue = 99999.f ;

// global attributes:
		:title = "3D P-wave velocity model of Yellowstone from joint inversion of local earthquake and teleseismic data" ;
		:id = "YS-P-H15" ;
		:summary = "The model integrates local earthquake and teleseismic data into one inversion to constrain the P-wave velocity structure of Yellowstone from the upper mantle to the upper crust. Data includes 47,815 P-wave first arrivals from 4,520 local earthquakes and 4,605 relative arrival times from 329 teleseismic earthquakes recorded by 81 stations from the Yellowstone, Teton, and Snake River Plain regional seismic networks, the NOISY array, and the wide-aperture EarthScope Transportable Array.\n",
			"" ;
		:keywords = "Yellowstone, seismic tomography, compressive wave, p wave, velocity" ;
		:Conventions = "CF-1.0" ;
		:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
		:acknowledgment = "Model was provided by Hsin-Hua Huang, \n",
			"Postdoctoral Fellow\n",
			"Joint appointment of University of Utah and Caltech" ;
		:history = "2019-12-05 IRIS DMC, updated geospatial fields, if needed, to float \n",
			"Wed Nov 20 10:29:11 2019: ncatted -O -a creator_email,global,m,c,product@iris.washington.edu YS-P-H15.nc\n",
			"Wed Nov 20 10:25:19 2019: ncatted -O -a creator_email,global,m,c,product@iris.washington.edu YS-P-H15.nc\n",
			"2016-08-11 IRIS DMC, updated variable definitions to make sure they are compatible with CF \n",
			"2016-04-11 modified to have latitudes listed in ascending order\n",
			"2015-08-10  model converted to netCDF by IRIS EMC \n",
			"2020-02-28 IRIS DMC, updated metadata to organize reference, author, repository and also add PID" ;
		:geospatial_lat_min = 43.55 ;
		:geospatial_lat_max = 45.2 ;
		:geospatial_lat_units = "degrees_north" ;
		:geospatial_lat_resolution = 0.15 ;
		:geospatial_lon_min = -111.55 ;
		:geospatial_lon_max = -109.75 ;
		:geospatial_lon_units = "degrees_east" ;
		:geospatial_lon_resolution = 0.15 ;
		:geospatial_vertical_min = -4. ;
		:geospatial_vertical_max = 160. ;
		: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 = "YS-P-H15.nc" ;
		:reference = "Huang et al. (2015)" ;
		:reference_pid = "doi:10.1126/science.aaa5648" ;
		:author_name = "Hsin-Hua Huang" ;
		:author_email = "abuzah3@gmail.com" ;
		:author_institution = "Department of Geology and Geophysics / Seismological Laboratory, University of Utah / California Institute of Technology, Salt Lake City, UT 84112, USA / Pasadena, CA 91125, USA" ;
		:author_url = "" ;
		:repository_name = "EMC" ;
		:repository_institution = "IRIS DMC" ;
		:repository_pid = "doi:10.17611/DP/10131323" ;
		:model = "YS-P-H15" ;
data:

 depth = -4, 2, 4, 8, 14, 20, 35, 50, 70, 100, 130, 160 ;

 latitude = 43.55, 43.7, 43.85, 44, 44.15, 44.3, 44.45, 44.6, 44.75, 44.9, 
    45.05, 45.2 ;

 longitude = -111.55, -111.4, -111.25, -111.1, -110.95, -110.8, -110.65, 
    -110.5, -110.35, -110.2, -110.05, -109.9, -109.75 ;
}