Coordinate variable data and header information for model SAWUMNA2_kmps.nc

netcdf SAWUMNA2_kmps {
dimensions:
	depth = 58 ;
	latitude = 31 ;
	longitude = 48 ;
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 vs(depth, latitude, longitude) ;
		vs:long_name = "Shear-wave Velocity" ;
		vs:display_name = "Vs (km/s)" ;
		vs:units = "km.s-1" ;
		vs:missing_value = 99999.f ;
		vs:_FillValue = 99999.f ;
	float az(depth, latitude, longitude) ;
		az:long_name = "Anisotropy fast axis direction" ;
		az:display_name = "az (deg)" ;
		az:units = "degrees" ;
		az:missing_value = 99999.f ;
		az:_FillValue = 99999.f ;
	float G(depth, latitude, longitude) ;
		G:long_name = "Anisotropy strength" ;
		G:display_name = "G (%)" ;
		G:units = "percent" ;
		G:missing_value = 99999.f ;
		G:_FillValue = 99999.f ;
	float X(depth, latitude, longitude) ;
		X:long_name = "Radial anisotropy ((Vsh/Vsv)^2" ;
		X:display_name = "X ((Vsh/Vsv)^2)" ;
		X:units = "count" ;
		X:missing_value = 99999.f ;
		X:_FillValue = 99999.f ;

// global attributes:
		:title = "3-D Shear Wave Radially and Azimuthally Anisotropic Velocity Model of the North American Upper Mantle" ;
		:id = "SAWum_NA2_kmps" ;
		:summary = "The Berkeley North American regional shear velocity model is an isotropic and radially and azimuthally anisotropic Vs model for the North American upper mantle. " ;
		:keywords = "seismic, tomography, shear wave, s wave, elsatic waveform " ;
		:Conventions = "CF-1.0" ;
		:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
		:acknowledgment = "Model was provided by Huaiyu Yuan, \n",
			"Berkeley Seismological Laboratory (Now at Macquarie University, North Ryde, Australia), \n",
			" Berkeley, California" ;
		:history = "2019-12-05 IRIS DMC, updated geospatial fields, if needed, to float \n",
			"Wed Nov 20 10:28:33 2019: ncatted -O -a creator_email,global,m,c,product@iris.washington.edu SAWUMNA2_kmps.nc\n",
			"2016-08-11 IRIS DMC, updated variable definitions to make sure they are compatible with CF \n",
			"2013-10-02 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 = 15. ;
		:geospatial_lat_max = 75. ;
		:geospatial_lat_units = "degrees_north" ;
		:geospatial_lat_resolution = 2 ;
		:geospatial_lon_min = 220. ;
		:geospatial_lon_max = 314. ;
		:geospatial_lon_units = "degrees" ;
		:geospatial_lon_resolution = 2 ;
		:geospatial_vertical_min = 30 ;
		:geospatial_vertical_max = 600 ;
		: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 = "SAWUMNA2_kmps.nc" ;
		:reference = "Yuan and Romanowicz (2011)" ;
		:reference_pid = "doi:10.1038/nature09332" ;
		:author_name = "Huaiyu Yuan" ;
		:author_email = "huaiyu.yuan@gmail.com" ;
		:author_institution = "Berkeley Seismological Laboratory (Now at Macquarie University, North Ryde, Australia)" ;
		:author_url = "http://seismo.berkeley.edu/wiki_br/Regional.vectorial.tomography" ;
		:repository_name = "EMC" ;
		:repository_institution = "IRIS DMC" ;
		:repository_pid = "doi:10.17611/DP/9992645" ;
		:model = "SAWum_NA2" ;
data:

 depth = 30, 40, 50, 60, 70, 80, 90, 100, 110, 120, 130, 140, 150, 160, 170, 
    180, 190, 200, 210, 220, 230, 240, 250, 260, 270, 280, 290, 300, 310, 
    320, 330, 340, 350, 360, 370, 380, 390, 400, 410, 420, 430, 440, 450, 
    460, 470, 480, 490, 500, 510, 520, 530, 540, 550, 560, 570, 580, 590, 600 ;

 latitude = 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 
    47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75 ;

 longitude = 220, 222, 224, 226, 228, 230, 232, 234, 236, 238, 240, 242, 244, 
    246, 248, 250, 252, 254, 256, 258, 260, 262, 264, 266, 268, 270, 272, 
    274, 276, 278, 280, 282, 284, 286, 288, 290, 292, 294, 296, 298, 300, 
    302, 304, 306, 308, 310, 312, 314 ;
}