[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[IDV #JOO-817007]: IDV - re: time series of point data
- Subject: [IDV #JOO-817007]: IDV - re: time series of point data
- Date: Tue, 06 Feb 2007 06:47:45 -0700
>
> I will pass this off to John Caron, our netcdf point data person, and have him
> look at it.
>
Hi David,
Below are John's comments on your file.
-Jeff
1. his ids are numbers:
char station_id(station=7538, id_len=6);
:long_name = "Station id";
data:
" 1", " 2", " 3", " 4", " 5", " 6", " 7", " 8",
" 9", " 10", " 11"
2. he is putting in "-2147483647" in the prevRecord field (which is the default
fill value) indicated that he never wrote to that field. he should have -1 as
the link terminator.
3. other record numbers:
int prevChild(recNum=45228);
:long_name = "record number of the previous record for the same station";
data:
{50538, 50539, 50540, 50541, 50542, 50543, 50544, 50545, 50546, 50547, 50548,
50549, 50550, 50551, 50552, 50553, 50554, 50555, 50556, 50557, 50558, 50559,
50560, 50561, 50562, 50563, 50564, 50565, 50566, 50567, 50568, 50569, 50570,
50571, 50572, 50573, 50574, 50575, 50576, 50577, 50578, 50579, 50580, 50581,
50582, 50583, 50584, 50585, 50586, 50587, 50588, 50589, 50590, 50591, 50592,
50593, 50594, 50595, 50596, 50597, 50598, 50599, 50600, 50601, 50602, 50603,
50604, 50605, 50606, 50607, 50608, 50609, 50610, 50611, 50612, 50613, 50614,
50615, 50616, 50617, 50618, 50619, 50620, 50621, 50622, 50623, 50624, 50625,
50626, 50627, 50628, 50629, 50630, 50631, 50632, 50633, 50634, 50635, 50636,
50637, 50638, 50639, 50640, 50641, 50642, 50643, 50644, 50645, 50646, 50647,
50648, 50649, 50650, 50651, 50652, 50653, 50654, 50655, 50656, 50657, 50658,
50659, 50660, 50661, 50662, 50663, 50664, 50665, 50666, 50667, 50668, 50669,
50670, 50671, 50672, 50673, 50674, 50675, 50676, 50677, 50678,
50679, 50680, 50681, 50682, 50683, 50684, 50685, 50686, 50687, 50688, 50689,
50690, 50691, 50692, 50693, 50694, 50695, 50696, 50697, 50698, 50699, 50700,
50701, 50702, 50703, 50704, 50705, 50706, 50707, 50708, 50709, 50710, 50711,
50712, 50713, 50714, 50715, 50716, 50717, 50718, 50719, 50720, 50721, 50722,
50723, 50724, 50725, 50726, 50727, 50728, 50729, 50730, 50731, 50732, 50733,
50734, 50735, 50736, 50737, 50738, 50739, 50740, 50741, 50742, 50743, 50744,
50745, 50746, 50747, 50748, 50749, 50750, 50751, 50752, 50753, 50754, 50755,
50756, 50757, 50758, 50759, 50760, 50761, 50762, 50763, 50764, 50765, 50766,
50767, 50768, 50769, 50770, 50771, 50772, 50773, 50774, 50775, 50776, 50777,
50778, 50779, 50780, 50781, 50782, ...
which are illegal since > 45228.
Ticket Details
===================
Ticket ID: JOO-817007
Department: Support IDV
Priority: Emergency
Status: Open