netcdf IDV_sample_track_data_animal_on_3D_terrain { // sample data file, NetCDF CDL format, for IDV track data type dimensions: recNum = UNLIMITED ; variables: float lat(recNum) ; lat:long_name = "latitude" ; lat:units = "degrees" ; float lon(recNum) ; lon:long_name = "longitude" ; lon:units = "degrees" ; float Depth(recNum) ; Depth:units = "meters" ; int timeObs(recNum) ; timeObs:units = "seconds since 1970-01-01 00 UTC" ; float sensor_1_values(recNum) ; sensor_1_values:unita = "degree_Celsius"; data: lat = 40.06,40.05,40.07,40.04,40.04,39.98,39.96,40.01,40.07,40.1,40.13,40.08,40.02,40.03,40.06,40.087,40.095,40.143; lon = -105.37,-105.44,-105.50,-105.58,-105.66,-105.69,-105.84,-105.92,-105.94,-105.93,-105.83,-105.767,-105.69,-105.66,-105.600,-105.53,-105.30,-105.26; Depth = 2600,3070,3550,3307,3495,3525,3337,2676,2730,2740,3370,3070,3620,3410,3510,3790,2536,2504; timeObs = 1210600000, 1210610100, 1210620200, 1210630300, 1210640400, 1210650500, 1210660600, 1210670700, 1210680800, 1210690900, 1210701000, 1210711100, 1210721200, 1210731300, 1210741400, 1210751500, 1210761600, 1210771700; sensor_1_values = -1, 0.2, 16.9765, 26, 35.8, 45.8, 55.8, 65.8, 75.8, 85.7, 95.7, 75.7, 55.6, 35.6, 25.5, 15.5, 5.4, .4; }