[Thread Prev][Thread Next][Index]

[ferret_users] Coordinates out of order, axis not monotonic



Dear Ferret users,
                  When I load a file in the ferret I get the following
error message.

* NOTE: Coordinates out of order or missing on axis NbLongitudes at
subscript 2
*** NOTE: A dummy axis of subscripts will be used.

In a reply to Tony , ansley had suggested a solution to this  here
http://www.pmel.noaa.gov/maillists/tmap/ferret_users/fu_2005/msg00889.html
DEFINE SYMBOL xaxname = `filevar, RETURN=xaxis`

LET xunits = "`($xaxname),return=units`"
LET fix_x = IF   ($xaxname) LT 0   THEN  ($xaxname) + 360    ELSE
($xaxname)
DEFINE AXIS/X/units=`xunits`/MODULO ($xaxname) = fix_x

I tried this way to sort out the issue. But again I get another error
message when tred to define the axis in the last step.
 
"improper grid or axis definition: data for DEFINE AXIS/FROM_VARIABLE is
not monotonic"

This the ncdump of the file
I feel the problem is with the value 589.9999 in NbLOngitudes.  But how
to sort it out

Thanks
nuncio

netcdf dt_ref_global_tpj1_msla_h_1258700065175 {
dimensions:
	time = 854 ;
	NbLatitudes = 444 ;
	NbLongitudes = 301 ;
variables:
	int time(time) ;
		time:units = "days since 1950-01-01" ;
		time:_CoordinateAxisType = "Time" ;
		time:valid_min = 15627 ;
		time:valid_max = 21598 ;
		time:axis = "T" ;
		time:long_name = "time" ;
		time:standard_name = "time" ;
	double NbLatitudes(NbLatitudes) ;
		NbLatitudes:_FillValue = 1.84467440737096e+19 ;
		NbLatitudes:long_name = "Latitudes" ;
		NbLatitudes:units = "degrees_north" ;
		NbLatitudes:_CoordinateAxisType = "Lat" ;
		NbLatitudes:valid_min = -74.9789341343865 ;
		NbLatitudes:valid_max = 30.0889553945205 ;
		NbLatitudes:axis = "Y" ;
		NbLatitudes:standard_name = "latitude" ;
	double NbLongitudes(NbLongitudes) ;
		NbLongitudes:_FillValue = 1.84467440737096e+19 ;
		NbLongitudes:long_name = "Longitudes" ;
		NbLongitudes:units = "degrees_east" ;
		NbLongitudes:_CoordinateAxisType = "Lon" ;
		NbLongitudes:valid_min = 229.999999999977 ;
		NbLongitudes:valid_max = 329.999999999967 ;
		NbLongitudes:axis = "X" ;
		NbLongitudes:standard_name = "longitude" ;
	float Grid_0001(time, NbLongitudes, NbLatitudes) ;
		Grid_0001:_CoordinateAxes = "time NbLongitudes NbLatitudes " ;
		Grid_0001:_FillValue = 1.844674e+19f ;
		Grid_0001:long_name = "H" ;
		Grid_0001:units = "cm" ;

// global attributes:
		:title = "SSALTO/DUACS - DT MSLA - TP/J1 Product - Global
Processing" ;
		:institution = " " ;
		:references = " " ;
		:source = " " ;
		:Conventions = "CF-1.0" ;
		:history = "Data extracted from dataset
http://opendap.aviso.oceanobs.com/thredds/dodsC/dt_ref_global_tpj1_msla_h"; ;
		:time_min = 15627. ;
		:time_max = 21598. ;
		:julian_day_unit = "days since 1950-01-01" ;
		:latitude_min = -74.9789341343865 ;
		:latitude_max = 30.0889553945205 ;
		:longitude_min = 229.999999999977 ;
		:longitude_max = 329.999999999967 ;
data:

 time = 15627, 15634, 15641, 15648, 15655, 15662, 15669, 15676, 15683,
15690, 
    15697, 15704, 15711, 15718, 15725, 15732, 15739, 15746, 15753,
15760, 
    15767, 15774, 15781, 15788, 15795, 15802, 15809, 15816, 15823,
15830, 
    15837, 15844, 15851, 15858, 15865, 15872, 15879, 15886, 15893,
15900, 
    15907, 15914, 15921, 15928, 15935, 15942, 15949, 15956, 15963,
15970, 
    15977, 15984, 15991, 15998, 16005, 16012, 16019, 16026, 16033,
16040, 
    16047, 16054, 16061, 16068, 16075, 16082, 16089, 16096, 16103,
16110, 
    16117, 16124, 16131, 16138, 16145, 16152, 16159, 16166, 16173,
16180, 
    16187, 16194, 16201, 16208, 16215, 16222, 16229, 16236, 16243,
16250, 
    16257, 16264, 16271, 16278, 16285, 16292, 16299, 16306, 16313,
16320, 
    16327, 16334, 16341, 16348, 16355, 16362, 16369, 16376, 16383,
16390, 
    16397, 16404, 16411, 16418, 16425, 16432, 16439, 16446, 16453,
16460, 
    16467, 16474, 16481, 16488, 16495, 16502, 16509, 16516, 16523,
16530, 
    16537, 16544, 16551, 16558, 16565, 16572, 16579, 16586, 16593,
16600, 
    16607, 16614, 16621, 16628, 16635, 16642, 16649, 16656, 16663,
16670, 
    16677, 16684, 16691, 16698, 16705, 16712, 16719, 16726, 16733,
16740, 
    16747, 16754, 16761, 16768, 16775, 16782, 16789, 16796, 16803,
16810, 
    16817, 16824, 16831, 16838, 16845, 16852, 16859, 16866, 16873,
16880, 
    16887, 16894, 16901, 16908, 16915, 16922, 16929, 16936, 16943,
16950, 
    16957, 16964, 16971, 16978, 16985, 16992, 16999, 17006, 17013,
17020, 
    17027, 17034, 17041, 17048, 17055, 17062, 17069, 17076, 17083,
17090, 
    17097, 17104, 17111, 17118, 17125, 17132, 17139, 17146, 17153,
17160, 
    17167, 17174, 17181, 17188, 17195, 17202, 17209, 17216, 17223,
17230, 
    17237, 17244, 17251, 17258, 17265, 17272, 17279, 17286, 17293,
17300, 
    17307, 17314, 17321, 17328, 17335, 17342, 17349, 17356, 17363,
17370, 
    17377, 17384, 17391, 17398, 17405, 17412, 17419, 17426, 17433,
17440, 
    17447, 17454, 17461, 17468, 17475, 17482, 17489, 17496, 17503,
17510, 
    17517, 17524, 17531, 17538, 17545, 17552, 17559, 17566, 17573,
17580, 
    17587, 17594, 17601, 17608, 17615, 17622, 17629, 17636, 17643,
17650, 
    17657, 17664, 17671, 17678, 17685, 17692, 17699, 17706, 17713,
17720, 
    17727, 17734, 17741, 17748, 17755, 17762, 17769, 17776, 17783,
17790, 
    17797, 17804, 17811, 17818, 17825, 17832, 17839, 17846, 17853,
17860, 
    17867, 17874, 17881, 17888, 17895, 17902, 17909, 17916, 17923,
17930, 
    17937, 17944, 17951, 17958, 17965, 17972, 17979, 17986, 17993,
18000, 
    18007, 18014, 18021, 18028, 18035, 18042, 18049, 18056, 18063,
18070, 
    18077, 18084, 18091, 18098, 18105, 18112, 18119, 18126, 18133,
18140, 
    18147, 18154, 18161, 18168, 18175, 18182, 18189, 18196, 18203,
18210, 
    18217, 18224, 18231, 18238, 18245, 18252, 18259, 18266, 18273,
18280, 
    18287, 18294, 18301, 18308, 18315, 18322, 18329, 18336, 18343,
18350, 
    18357, 18364, 18371, 18378, 18385, 18392, 18399, 18406, 18413,
18420, 
    18427, 18434, 18441, 18448, 18455, 18462, 18469, 18476, 18483,
18490, 
    18497, 18504, 18511, 18518, 18525, 18532, 18539, 18546, 18553,
18560, 
    18567, 18574, 18581, 18588, 18595, 18602, 18609, 18616, 18623,
18630, 
    18637, 18644, 18651, 18658, 18665, 18672, 18679, 18686, 18693,
18700, 
    18707, 18714, 18721, 18728, 18735, 18742, 18749, 18756, 18763,
18770, 
    18777, 18784, 18791, 18798, 18805, 18812, 18819, 18826, 18833,
18840, 
    18847, 18854, 18861, 18868, 18875, 18882, 18889, 18896, 18903,
18910, 
    18917, 18924, 18931, 18938, 18945, 18952, 18959, 18966, 18973,
18980, 
    18987, 18994, 19001, 19008, 19015, 19022, 19029, 19036, 19043,
19050, 
    19057, 19064, 19071, 19078, 19085, 19092, 19099, 19106, 19113,
19120, 
    19127, 19134, 19141, 19148, 19155, 19162, 19169, 19176, 19183,
19190, 
    19197, 19204, 19211, 19218, 19225, 19232, 19239, 19246, 19253,
19260, 
    19267, 19274, 19281, 19288, 19295, 19302, 19309, 19316, 19323,
19330, 
    19337, 19344, 19351, 19358, 19365, 19372, 19379, 19386, 19393,
19400, 
    19407, 19414, 19421, 19428, 19435, 19442, 19449, 19456, 19463,
19470, 
    19477, 19484, 19491, 19498, 19505, 19512, 19519, 19526, 19533,
19540, 
    19547, 19554, 19561, 19568, 19575, 19582, 19589, 19596, 19603,
19610, 
    19617, 19624, 19631, 19638, 19645, 19652, 19659, 19666, 19673,
19680, 
    19687, 19694, 19701, 19708, 19715, 19722, 19729, 19736, 19743,
19750, 
    19757, 19764, 19771, 19778, 19785, 19792, 19799, 19806, 19813,
19820, 
    19827, 19834, 19841, 19848, 19855, 19862, 19869, 19876, 19883,
19890, 
    19897, 19904, 19911, 19918, 19925, 19932, 19939, 19946, 19953,
19960, 
    19967, 19974, 19981, 19988, 19995, 20002, 20009, 20016, 20023,
20030, 
    20037, 20044, 20051, 20058, 20065, 20072, 20079, 20086, 20093,
20100, 
    20107, 20114, 20121, 20128, 20135, 20142, 20149, 20156, 20163,
20170, 
    20177, 20184, 20191, 20198, 20205, 20212, 20219, 20226, 20233,
20240, 
    20247, 20254, 20261, 20268, 20275, 20282, 20289, 20296, 20303,
20310, 
    20317, 20324, 20331, 20338, 20345, 20352, 20359, 20366, 20373,
20380, 
    20387, 20394, 20401, 20408, 20415, 20422, 20429, 20436, 20443,
20450, 
    20457, 20464, 20471, 20478, 20485, 20492, 20499, 20506, 20513,
20520, 
    20527, 20534, 20541, 20548, 20555, 20562, 20569, 20576, 20583,
20590, 
    20597, 20604, 20611, 20618, 20625, 20632, 20639, 20646, 20653,
20660, 
    20667, 20674, 20681, 20688, 20695, 20702, 20709, 20716, 20723,
20730, 
    20737, 20744, 20751, 20758, 20765, 20772, 20779, 20786, 20793,
20800, 
    20807, 20814, 20821, 20828, 20835, 20842, 20849, 20856, 20863,
20870, 
    20877, 20884, 20891, 20898, 20905, 20912, 20919, 20926, 20933,
20940, 
    20947, 20954, 20961, 20968, 20975, 20982, 20989, 20996, 21003,
21010, 
    21017, 21024, 21031, 21038, 21045, 21052, 21059, 21066, 21073,
21080, 
    21087, 21094, 21101, 21108, 21115, 21122, 21129, 21136, 21143,
21150, 
    21157, 21164, 21171, 21178, 21185, 21192, 21199, 21206, 21213,
21220, 
    21227, 21234, 21241, 21248, 21255, 21262, 21269, 21276, 21283,
21290, 
    21297, 21304, 21311, 21318, 21325, 21332, 21339, 21346, 21353,
21360, 
    21367, 21374, 21381, 21388, 21395, 21402, 21409, 21416, 21423,
21430, 
    21437, 21444, 21451, 21458, 21465, 21472, 21479, 21486, 21493,
21500, 
    21507, 21514, 21521, 21528, 21535, 21542, 21549, 21556, 21563,
21570, 
    21577, 21584, 21591, 21598 ;

 NbLatitudes = -74.9789341343865, -74.8922996071587, -74.8051771119728, 
    -74.717564102933, -74.6294580243848, -74.5408563109416, 
    -74.4517563875135, -74.3621556693363, -74.2720515620037, 
    -74.1814414614993, -74.0903227542316, -73.9986928170695, 
    -73.9065490173805, -73.8138887130696, -73.7207092526202, 
    -73.6270079751371, -73.5327822103909, -73.438029278864, 
    -73.3427464917987, -73.2469311512471, -73.1505805501232, 
    -73.0536919722557, -72.9562626924446, -72.8582899765178, 
    -72.7597710813912, -72.6607032551304, -72.5610837370139, 
    -72.460909757599, -72.36017853879, -72.2588872939079,
-72.1570332277628, 
    -72.0546135367285, -71.9516254088192, -71.8480660237687, 
    -71.7439325531117, -71.6392221602678, -71.5339320006281, 
    -71.4280592216431, -71.3216009629149, -71.2145543562904, 
    -71.106916525958, -70.9986845885465, -70.8898556532267, 
    -70.7804268218159, -70.6703951888851, -70.5597578418686, 
    -70.448511861177, -70.3366543203129, -70.224182285989,
-70.1110928182499, 
    -69.9973829705967, -69.8830497901138, -69.7680903176003, 
    -69.6525015877034, -69.5362806290551, -69.4194244644125, 
    -69.3019301108009, -69.183794579661, -69.0650148769983, 
    -68.9455880035368, -68.8255109548758, -68.7047807216504, 
    -68.5833942896948, -68.4613486402106, -68.3386407499371, 
    -68.2152675913266, -68.0912261327223, -67.9665133385413, 
    -67.8411261694599, -67.7150615826042, -67.5883165317432, 
    -67.4608879674875, -67.3327728374901, -67.2039680866534, 
    -67.0744706573381, -66.9442774895782, -66.8133855212989, 
    -66.6817916885392, -66.5494929256791, -66.4164861656707, 
    -66.2827683402738, -66.1483363802962, -66.0131872158383, 
    -65.8773177765422, -65.7407249918456, -65.6034057912401, 
    -65.4653571045347, -65.3265758621232, -65.1870589952573, 
    -65.046803436324, -64.905806119128, -64.7640639791791,
-64.6215739539848, 
    -64.4783329833473, -64.3343380096667, -64.1895859782479, 
    -64.0440738376138, -63.8977985398234, -63.7507570407953, 
    -63.6029463006359, -63.454363283974, -63.3050049602997, 
    -63.1548683043099, -63.0039502962582, -62.8522479223113, 
    -62.6997581749104, -62.5464780531382, -62.392404563092, 
    -62.2375347182623, -62.0818655399169, -61.9253940574914, 
    -61.7681173089849, -61.6100323413617, -61.4511362109594, 
    -61.2914259839024, -61.1308987365214, -60.9695515557794, 
    -60.8073815397032, -60.644385797821, -60.4805614516069, 
    -60.3159056349301, -60.1504154945117, -59.9840881903867, 
    -59.8169208963728, -59.6489108005452, -59.4800551057173, 
    -59.3103510299284, -59.1397958069374, -58.9683866867223, 
    -58.7961209359868, -58.6229958386727, -58.4490086964791, 
    -58.2741568293874, -58.0984375761932, -57.9218482950442, 
    -57.7443863639846, -57.566049181506, -57.3868341671045, 
    -57.2067387618443, -57.0257604289274, -56.8438966542701, 
    -56.6611449470855, -56.4775028404723, -56.2929678920104, 
    -56.1075376843619, -55.9212098258796, -55.7339819512205, 
    -55.5458517219663, -55.3568168272501, -55.1668749843888, 
    -54.9760239395218, -54.7842614682563, -54.5915853763176, 
    -54.3979935002068, -54.2034837078627, -54.0080538993313, 
    -53.8117020074402, -53.6144259984787, -53.4162238728842, 
    -53.2170936659336, -53.017033448441, -52.81604132746,
-52.6141154469923, 
    -52.4112539887012, -52.20745517263, -52.0027172579264,
-51.7970385435714, 
    -51.590417369113, -51.3828521154052, -51.1743412053517, 
    -50.9648831046538, -50.7544763225632, -50.543119412639, 
    -50.3308109735093, -50.1175496496364, -49.9033341320862, 
    -49.6881631593019, -49.4720355178804, -49.2549500433533, 
    -49.0369056209706, -48.817901186488, -48.597935726957,
-48.3770082815178, 
    -48.1551179421955, -47.932263854698, -47.7084452192171, 
    -47.4836612912305, -47.2579113823075, -47.0311948609146, 
    -46.8035111532239, -46.574859743922, -46.3452401770209, 
    -46.1146520566686, -45.8830950479611, -45.6505688777548, 
    -45.4170733354783, -45.1826082739453, -44.9471736101656, 
    -44.7107693261571, -44.4733954697555, -44.2350521554236, 
    -43.9957395650589, -43.7554579487997, -43.514207625829, 
    -43.2719889851757, -43.028802486514, -42.7846486609593, 
    -42.5395281118607, -42.2934415155909, -42.0463896223308, 
    -41.7983732568512, -41.5493933192894, -41.2994507859207, 
    -41.0485467099252, -40.7966822221487, -40.5438585318578, 
    -40.2900769274888, -40.0353387773898, -39.7796455305561, 
    -39.5229987173578, -39.2653999502602, -39.0068509245356, 
    -38.747353418967, -38.4869092965428, -38.2255205051418, 
    -37.9631890782094, -37.6999171354232, -37.4357068833481, 
    -37.1705606160806, -36.9044807158823, -36.6374696538011, 
    -36.3695299902808, -36.1006643757576, -35.8308755512447, 
    -35.560166348903, -35.2885396925974, -35.0159985984406, 
    -34.7425461753209, -34.4681856254157, -34.1929202446893, 
    -33.9167534233752, -33.6396886464421, -33.3617294940429, 
    -33.0828796419472, -32.8031428619557, -32.5225230222973, 
    -32.2410240880075, -31.9586501212883, -31.6754052818485, 
    -31.3912938272253, -31.1063201130852, -30.8204885935049, 
    -30.5338038212315, -30.2462704479212, -29.9578932243571, 
    -29.6686770006443, -29.3786267263838, -29.0877474508223, 
    -28.7960443229804, -28.5035225917565, -28.2101876060074, 
    -27.9160448146044, -27.6210997664652, -27.3253581105615, 
    -27.0288255959005, -26.7315080714816, -26.4334114862276, 
    -26.1345418888892, -25.8349054279237, -25.534508351347, 
    -25.2333570065586, -24.9314578401394, -24.6288173976224, 
    -24.3254423232357, -24.0213393596174, -23.7165153475024, 
    -23.4109772253816, -23.1047320291318, -22.7977868916174, 
    -22.4901490422631, -22.1818258065979, -21.8728246057696, 
    -21.5631529560304, -21.2528184681933, -20.9418288470582, 
    -20.6301918908097, -20.3179154903844, -20.0050076288089, 
    -19.6914763805083, -19.3773299105845, -19.0625764740657, 
    -18.7472244151249, -18.4312821662702, -18.1147582475046, 
    -17.7976612654561, -17.4799999124795, -17.1617829657274, 
    -16.8430192861932, -16.5237178177238, -16.2038875860047, 
    -15.883537697515, -15.5626773384547, -15.2413157736432,
-14.91946234539, 
    -14.5971264723366, -14.2743176482717, -13.9510454409187, 
    -13.6273194906956, -13.3031495094488, -12.97854527916,
-12.6535166506269, 
    -12.3280735421186, -12.0022259380051, -11.6759838873621, 
    -11.349357502551, -11.0223569577753, -10.6949924876125, 
    -10.3672743855233, -10.0392130023379, -9.71081874472033, 
    -9.38210207361035, -9.05307350264486, -8.72374359655827, 
    -8.3941229695628, -8.06422228370929, -7.73405224722904, 
    -7.40362361285728, -7.07294717613888, -6.74203377371704, 
    -6.41089428160538, -6.07953961344431, -5.74798071874215, 
    -5.41622858110185, -5.08429421643387, -4.75218867115593, 
    -4.41992302038041, -4.08750836609004, -3.75495583530262, 
    -3.42227657822554, -3.08948176640079, -2.75658259084122, 
    -2.42359026015884, -2.09051599868587, -1.75737104458931, 
    -1.42416664797987, -1.09091406901591, -0.75762457600332, 
    -0.424309443491935, -0.0909799503694805, 0.242352622046343, 
    0.575676991916747, 0.908981878790973, 1.24225600551482,
1.57548810013785, 
    1.90866689781836, 2.24178114272556, 2.57481958993787,
2.90777100733686, 
    3.24062417749588, 3.57336789956255, 3.90599099113462,
4.23848229012805, 
    4.57083065663696, 4.90302497478432, 5.23505415456294,
5.56690713366581, 
    5.89857287930524, 6.23004039001989, 6.56129869746918,
6.89233686821417, 
    7.22314400548444, 7.55370925093006, 7.88402178635824,
8.2140708354537, 
    8.54384566548239, 8.87333558897779, 9.20252996540911,
9.53141820283101, 
    9.85998975951392, 10.1882341455547, 10.5161409244669,
10.84369971475, 
    11.1709001914373, 11.4977320876219, 11.82418519596,
12.1502493701513, 
    12.4759145263962, 12.8011706448285, 13.1260077709247,
13.4504160168874, 
    13.7743855630043, 14.0979066589819, 14.420969625252,
14.7435648542534, 
    15.0656828116858, 15.3873140377378, 15.7084491482864,
16.0290788360702, 
    16.3491938718342, 16.6687851054463, 16.9878434669861,
17.3063599678051, 
    17.6243257015576, 17.9417318452034, 18.2585696599814,
18.5748304923537, 
    18.8905057749209, 19.205587027307, 19.5200658570165,
19.8339339602601, 
    20.147183122752, 20.4598052204771, 20.7717922204285,
21.0831361813157, 
    21.3938292542423, 21.703863683355, 22.0132318064622,
22.3219260556236, 
    22.6299389577103, 22.9372631349348, 23.2438913053526,
23.5498162833342, 
    23.8550309800079, 24.1595284036742, 24.4633016601911,
24.7663439533308, 
    25.068648585108, 25.3702089560804, 25.671018565621,
25.9710710121623, 
    26.2703599934136, 26.5688793065503, 26.8666228483773,
27.1635846154641, 
    27.4597587042551, 27.7551393111522, 28.0497207325725,
28.3434973649803, 
    28.6364637048932, 28.9286143488638, 29.2199439934371,
29.5104474350825, 
    29.8001195701031, 30.0889553945205 ;

 NbLongitudes = 589.999999999977, 230.33333333331, 230.666666666644, 
    230.999999999977, 231.33333333331, 231.666666666643,
231.999999999977, 
    232.33333333331, 232.666666666643, 232.999999999977,
233.33333333331, 
    233.666666666643, 233.999999999977, 234.33333333331,
234.666666666643, 
    234.999999999976, 235.33333333331, 235.666666666643,
235.999999999976, 
    236.33333333331, 236.666666666643, 236.999999999976,
237.33333333331, 
    237.666666666643, 237.999999999976, 238.333333333309,
238.666666666643, 
    238.999999999976, 239.333333333309, 239.666666666643,
239.999999999976, 
    240.333333333309, 240.666666666643, 240.999999999976,
241.333333333309, 
    241.666666666642, 241.999999999976, 242.333333333309,
242.666666666642, 
    242.999999999976, 243.333333333309, 243.666666666642,
243.999999999976, 
    244.333333333309, 244.666666666642, 244.999999999976,
245.333333333309, 
    245.666666666642, 245.999999999975, 246.333333333309,
246.666666666642, 
    246.999999999975, 247.333333333309, 247.666666666642,
247.999999999975, 
    248.333333333309, 248.666666666642, 248.999999999975,
249.333333333308, 
    249.666666666642, 249.999999999975, 250.333333333308,
250.666666666642, 
    250.999999999975, 251.333333333308, 251.666666666642,
251.999999999975, 
    252.333333333308, 252.666666666641, 252.999999999975,
253.333333333308, 
    253.666666666641, 253.999999999975, 254.333333333308,
254.666666666641, 
    254.999999999975, 255.333333333308, 255.666666666641,
255.999999999974, 
    256.333333333308, 256.666666666641, 256.999999999974,
257.333333333308, 
    257.666666666641, 257.999999999974, 258.333333333308,
258.666666666641, 
    258.999999999974, 259.333333333307, 259.666666666641,
259.999999999974, 
    260.333333333307, 260.666666666641, 260.999999999974,
261.333333333307, 
    261.66666666664, 261.999999999974, 262.333333333307,
262.66666666664, 
    262.999999999974, 263.333333333307, 263.66666666664,
263.999999999974, 
    264.333333333307, 264.66666666664, 264.999999999974,
265.333333333307, 
    265.66666666664, 265.999999999973, 266.333333333307,
266.66666666664, 
    266.999999999973, 267.333333333307, 267.66666666664,
267.999999999973, 
    268.333333333306, 268.66666666664, 268.999999999973,
269.333333333306, 
    269.66666666664, 269.999999999973, 270.333333333306,
270.66666666664, 
    270.999999999973, 271.333333333306, 271.66666666664,
271.999999999973, 
    272.333333333306, 272.666666666639, 272.999999999973,
273.333333333306, 
    273.666666666639, 273.999999999973, 274.333333333306,
274.666666666639, 
    274.999999999972, 275.333333333306, 275.666666666639,
275.999999999972, 
    276.333333333306, 276.666666666639, 276.999999999972,
277.333333333306, 
    277.666666666639, 277.999999999972, 278.333333333306,
278.666666666639, 
    278.999999999972, 279.333333333305, 279.666666666639,
279.999999999972, 
    280.333333333305, 280.666666666639, 280.999999999972,
281.333333333305, 
    281.666666666638, 281.999999999972, 282.333333333305,
282.666666666638, 
    282.999999999972, 283.333333333305, 283.666666666638,
283.999999999972, 
    284.333333333305, 284.666666666638, 284.999999999972,
285.333333333305, 
    285.666666666638, 285.999999999971, 286.333333333305,
286.666666666638, 
    286.999999999971, 287.333333333305, 287.666666666638,
287.999999999971, 
    288.333333333304, 288.666666666638, 288.999999999971,
289.333333333304, 
    289.666666666638, 289.999999999971, 290.333333333304,
290.666666666638, 
    290.999999999971, 291.333333333304, 291.666666666638,
291.999999999971, 
    292.333333333304, 292.666666666637, 292.999999999971,
293.333333333304, 
    293.666666666637, 293.999999999971, 294.333333333304,
294.666666666637, 
    294.99999999997, 295.333333333304, 295.666666666637,
295.99999999997, 
    296.333333333304, 296.666666666637, 296.99999999997,
297.333333333304, 
    297.666666666637, 297.99999999997, 298.333333333303,
298.666666666637, 
    298.99999999997, 299.333333333303, 299.666666666637,
299.99999999997, 
    300.333333333303, 300.666666666637, 300.99999999997,
301.333333333303, 
    301.666666666637, 301.99999999997, 302.333333333303,
302.666666666636, 
    302.99999999997, 303.333333333303, 303.666666666636,
303.99999999997, 
    304.333333333303, 304.666666666636, 304.999999999969,
305.333333333303, 
    305.666666666636, 305.999999999969, 306.333333333303,
306.666666666636, 
    306.999999999969, 307.333333333303, 307.666666666636,
307.999999999969, 
    308.333333333303, 308.666666666636, 308.999999999969,
309.333333333302, 
    309.666666666636, 309.999999999969, 310.333333333302,
310.666666666636, 
    310.999999999969, 311.333333333302, 311.666666666635,
311.999999999969, 
    312.333333333302, 312.666666666635, 312.999999999969,
313.333333333302, 
    313.666666666635, 313.999999999969, 314.333333333302,
314.666666666635, 
    314.999999999969, 315.333333333302, 315.666666666635,
315.999999999968, 
    316.333333333302, 316.666666666635, 316.999999999968,
317.333333333302, 
    317.666666666635, 317.999999999968, 318.333333333301,
318.666666666635, 
    318.999999999968, 319.333333333301, 319.666666666635,
319.999999999968, 
    320.333333333301, 320.666666666635, 320.999999999968,
321.333333333301, 
    321.666666666635, 321.999999999968, 322.333333333301,
322.666666666634, 
    322.999999999968, 323.333333333301, 323.666666666634,
323.999999999968, 
    324.333333333301, 324.666666666634, 324.999999999967,
325.333333333301, 
    325.666666666634, 325.999999999967, 326.333333333301,
326.666666666634, 
    326.999999999967, 327.333333333301, 327.666666666634,
327.999999999967, 
    328.333333333301, 328.666666666634, 328.999999999967,
329.3333333333, 
    329.666666666634, 329.999999999967 ;

-- 
Polar Remote Sensing Division
NCAOR



[Thread Prev][Thread Next][Index]

Contact Us
Dept of Commerce / NOAA / OAR / PMEL / TMAP

Privacy Policy | Disclaimer | Accessibility Statement