Coordinate variable data and header information for model NEAR-P15-damp.nc

netcdf NEAR-P15-damp {
dimensions:
	latitude = 106 ;
	longitude = 64 ;
	depth = 18 ;
variables:
	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 depth(depth) ;
		depth:long_name = "depth below earth surface" ;
		depth:standard_name = "depth" ;
		depth:units = "km" ;
		depth:positive = "down" ;
	float dvp(depth, latitude, longitude) ;
		dvp:long_name = "P Velocity anomaly" ;
		dvp:display_name = "P Velocity anomaly (%)" ;
		dvp:units = "%" ;
		dvp:missing_value = NaNf ;

// global attributes:
		:title = "A 3D P-wave tomography model of the upper mantle beneath Afar and Main Ethiopian Rift. Intermediate damping (=35) has been applied." ;
		:id = "NEAR-P15" ;
		:summary = "NEAR-P15 is a new high-resolution 3D P-wave tomography model of the northern East African Rift." ;
		:keywords = "seismic, tomography, compressional wave, p wave" ;
		:Conventions = "CF-1.0" ;
		:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
		:acknowledgment = "We thank the many people involved in the collection of data used in this study." ;
		:history = "2019-12-05 IRIS DMC, updated geospatial fields, if needed, to float \n",
			"Created by GeoCSV_2_netCDF_3D.py (2019-11-19T16:06:46+00:00)\n",
			"2020-02-28 IRIS DMC, updated metadata to organize reference, author, repository and also add PID" ;
		:comment = "" ;
		:geospatial_lat_min = -24.5 ;
		:geospatial_lat_max = 28. ;
		:geospatial_lat_units = "degrees_north" ;
		:geospatial_lat_resolution = 0.5 ;
		:geospatial_lon_min = 25.5 ;
		:geospatial_lon_max = 57. ;
		:geospatial_lon_units = "degrees_east" ;
		:geospatial_lon_resolution = 0.5 ;
		:geospatial_vertical_min = 50 ;
		:geospatial_vertical_max = 900 ;
		:geospatial_vertical_units = "km" ;
		:geospatial_vertical_positive = "down" ;
		:source = "Converted from NEAR_P15_damp.csv" ;
		:netcdf_file = "NEAR-P15-damp.nc" ;
		:reference = "Civiero et. al (2015, 2016)" ;
		:reference_pid = "doi:10.1002/2015GC005948" ;
		:author_name = "Chiara Civiero" ;
		:author_email = "cciviero@cp.dias.ie" ;
		:author_institution = "Department of Earth Science & Engineering, Imperial College London, London, UK" ;
		:author_url = "" ;
		:repository_name = "EMC" ;
		:repository_institution = "IRIS DMC" ;
		:repository_pid = "doi:10.17611/dp/nearp15s16" ;
		:model = "NEAR-P15+NEAR-S16" ;
data:

 latitude = -24.5, -24, -23.5, -23, -22.5, -22, -21.5, -21, -20.5, -20, 
    -19.5, -19, -18.5, -18, -17.5, -17, -16.5, -16, -15.5, -15, -14.5, -14, 
    -13.5, -13, -12.5, -12, -11.5, -11, -10.5, -10, -9.5, -9, -8.5, -8, -7.5, 
    -7, -6.5, -6, -5.5, -5, -4.5, -4, -3.5, -3, -2.5, -2, -1.5, -1, -0.5, 0, 
    0.5, 1, 1.5, 2, 2.5, 3, 3.5, 4, 4.5, 5, 5.5, 6, 6.5, 7, 7.5, 8, 8.5, 9, 
    9.5, 10, 10.5, 11, 11.5, 12, 12.5, 13, 13.5, 14, 14.5, 15, 15.5, 16, 
    16.5, 17, 17.5, 18, 18.5, 19, 19.5, 20, 20.5, 21, 21.5, 22, 22.5, 23, 
    23.5, 24, 24.5, 25, 25.5, 26, 26.5, 27, 27.5, 28 ;

 longitude = 25.5, 26, 26.5, 27, 27.5, 28, 28.5, 29, 29.5, 30, 30.5, 31, 
    31.5, 32, 32.5, 33, 33.5, 34, 34.5, 35, 35.5, 36, 36.5, 37, 37.5, 38, 
    38.5, 39, 39.5, 40, 40.5, 41, 41.5, 42, 42.5, 43, 43.5, 44, 44.5, 45, 
    45.5, 46, 46.5, 47, 47.5, 48, 48.5, 49, 49.5, 50, 50.5, 51, 51.5, 52, 
    52.5, 53, 53.5, 54, 54.5, 55, 55.5, 56, 56.5, 57 ;

 depth = 50, 100, 150, 200, 250, 300, 350, 400, 450, 500, 550, 600, 650, 700, 
    750, 800, 850, 900 ;
}