Coordinate variable data and header information for model CAM2016Litho.nc

netcdf CAM2016Litho {
dimensions:
	latitude = 90 ;
	longitude = 180 ;
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 thickness(latitude, longitude) ;
		thickness:long_name = "thickness" ;
		thickness:display_name = "thickness of the lithosphere in km" ;
		thickness:units = "km" ;
		thickness:missing_value = 99999.f ;
		thickness:_FillValue = 99999.f ;

// global attributes:
		:title = "CAM2016Litho" ;
		:id = "CAM2016Litho" ;
		:summary = "Thickness (km) of the thermal lithosphere" ;
		:keywords = "crust , IRIS EMC , thickness , Earth model " ;
		:Conventions = "CF-1.0" ;
		:Metadata_Conventions = "Unidata Dataset Discovery v1.0" ;
		:acknowledgment = "Model was provided by Keith Priestley" ;
		:history = "2019-12-05 IRIS DMC, updated geospatial fields, if needed, to convert to float \n",
			"Wed Nov 20 10:27:36 2019: ncatted -O -a creator_email,global,m,c,product@iris.washington.edu CAM2016Litho.nc\n",
			"2019-11-07 DMC Manoch: added units for thickness \n",
			"2018-05-02 DMC: Created\n",
			"2020-02-28 IRIS DMC, updated metadata to organize reference, author, repository and also add PID" ;
		:geospatial_lat_min = -89. ;
		:geospatial_lat_max = 89. ;
		:geospatial_lat_units = "degrees_north" ;
		:geospatial_lat_resolution = 2 ;
		:geospatial_lon_min = -179. ;
		:geospatial_lon_max = 179. ;
		:geospatial_lon_units = "degrees_east" ;
		:geospatial_lon_resolution = 2 ;
		:NCO = "netCDF Operators version 4.7.5 (Homepage = http://nco.sf.net, Code = http://github.com/nco/nco)" ;
		:netcdf_file = "CAM2016Litho.nc" ;
		:reference = "Ho, Priestley, and Debayle (2016); Priestley, and McKenzie (2013); Priestley, McKenzie, and Ho (2019)" ;
		:reference_pid = "doi:10.1093/gji/ggw292; doi:10.1016/j.epsl.2013.08.022; doi:10.1002/9781119249740.ch6" ;
		: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 = "IRIS DMC" ;
		:repository_pid = "doi:10.17611/DP/EMCCAM2016" ;
		:model = "CAM2016" ;
data:

 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 ;
}