Coordinate variable data and header information for model CAM2022-vs-tmp.r0.0.nc

netcdf CAM2022-vs-tmp.r0.0 {
dimensions:
	depth = 14 ;
	latitude = 90 ;
	longitude = 180 ;
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:_FillValue = NaNf ;
		vs:long_name = "shear wave speed" ;
		vs:display_name = "Vs (km/s)" ;
		vs:units = "km/s" ;
		vs:missing_value = NaNf ;
	float tmp(depth, latitude, longitude) ;
		tmp:_FillValue = NaNf ;
		tmp:long_name = "temperature" ;
		tmp:display_name = "temperature (degC)" ;
		tmp:units = "degC" ;
		tmp:missing_value = NaNf ;

// global attributes:
		:title = "vs and temperature for the top 300 km of the mantle" ;
		:summary = "vs and temperature for the top 300 km of the mantle" ;
		:id = "CAM2022" ;
		:model = "CAM2022" ;
		:data_revision = "r0.0" ;
		:keywords = "seismic, tomography, temperature, vs" ;
		:Conventions = "CF-1.0" ;
		:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
		:acknowledgment = "Model was provided by Keith Priestley" ;
		:comment = "model converted to netCDF by EarthScope DS" ;
		:geospatial_lat_min = -89.f ;
		:geospatial_lat_max = 89.f ;
		:geospatial_lat_units = "degrees_north" ;
		:geospatial_lat_resolution = 2.f ;
		:geospatial_lon_min = -179.f ;
		:geospatial_lon_max = 179.f ;
		:geospatial_lon_units = "degrees_east" ;
		:geospatial_lon_resolution = 2.f ;
		:geospatial_vertical_min = 90.f ;
		:geospatial_vertical_max = 300.f ;
		:geospatial_vertical_units = "km" ;
		:geospatial_vertical_positive = "down" ;
		:reference = "Keith Priestley, Tak Ho, Yasuko Takei, Dan McKenzie, The thermal and anisotropic structure of the top 300 km of the mantle, Earth Planet. Sci. Lett. 626 (2024) 118525" ;
		:reference_pid = "doi:10.1016/j.epsl.2023.118525" ;
		:author_name = "Keith Priestley" ;
		:author_email = "kfp10@cam.ac.uk" ;
		:author_institution = "Bullard Laboratories, Department of Earth Sciences, University of Cambridge, Cambridge, United Kingdom" ;
		:author_url = "https://www.esc.cam.ac.uk/directory/keith-priestley" ;
		:repository_name = "EMC" ;
		:repository_institution = "EarthScope DS" ;
		:repository_pid = "doi:10.17611/dp/emc.2024.cam2022.1" ;
		:history = "2024-04-09 09:26:49 UTC Converted to netCDF by GeoCSV_2_netCDF.py v2022.237 from CAM2022_vs_tmp.csv" ;
data:

 depth = 40, 50, 70, 90, 100, 125, 150, 175, 200, 210, 230, 250, 275, 300 ;

 latitude = -89, -87, -85, -83, -81, -79, -77, -75, -73, -71, -69, -67, -65, 
    -63, -61, -59, -57, -55, -53, -51, -49, -47, -45, -43, -41, -39, -37, 
    -35, -33, -31, -29, -27, -25, -23, -21, -19, -17, -15, -13, -11, -9, -7, 
    -5, -3, -1, 1, 3, 5, 7, 9, 11, 13, 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, 77, 79, 81, 83, 85, 87, 89 ;

 longitude = -179, -177, -175, -173, -171, -169, -167, -165, -163, -161, 
    -159, -157, -155, -153, -151, -149, -147, -145, -143, -141, -139, -137, 
    -135, -133, -131, -129, -127, -125, -123, -121, -119, -117, -115, -113, 
    -111, -109, -107, -105, -103, -101, -99, -97, -95, -93, -91, -89, -87, 
    -85, -83, -81, -79, -77, -75, -73, -71, -69, -67, -65, -63, -61, -59, 
    -57, -55, -53, -51, -49, -47, -45, -43, -41, -39, -37, -35, -33, -31, 
    -29, -27, -25, -23, -21, -19, -17, -15, -13, -11, -9, -7, -5, -3, -1, 1, 
    3, 5, 7, 9, 11, 13, 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, 
    77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 
    111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 
    139, 141, 143, 145, 147, 149, 151, 153, 155, 157, 159, 161, 163, 165, 
    167, 169, 171, 173, 175, 177, 179 ;
}