Skip to content

Instantly share code, notes, and snippets.

@lukecampbell
Last active August 29, 2015 14:08
Show Gist options
  • Save lukecampbell/9b8fa3dacd7b3e54ab0d to your computer and use it in GitHub Desktop.
Save lukecampbell/9b8fa3dacd7b3e54ab0d to your computer and use it in GitHub Desktop.
ERDDAP Log
*** constructing EDDTableFromFiles dataset_id
Table.readFlatNc /scratch/erddap/dataset/id/dataset_id/dirTable.nc
Table.readFlatNc done. nColumns=1 nRows=1 TIME=0
1 rows in dirTable
Table.readFlatNc /scratch/erddap/dataset/id/dataset_id/fileTable.nc
Table.readFlatNc done. nColumns=55 nRows=1 TIME=12
1 rows in fileTable
1 files found in /data/data/erddap/test-output
regex=.*\.nc recursive=false time=0ms
old nBadFiles size=0 nMissing=0
old fileTable size=1 nFilesMissing=0
Didn't get expectedXxx attributes because there were no previously valid files,
or none of the previously valid files were unchanged!
EDDTableFromFiles file #0=/data/data/erddap/test-output/optaa.nc
0 already in cached fileList (but time changed)
Table.readNcCF /data/data/erddap/test-output/optaa.nc
Table.readNDNc /data/data/erddap/test-output/optaa.nc
readNDNC finished. nRows=3 nCols=17 time=4
readNcCF finished (nLevels=0, pointType). nRows=3 nCols=17 time=6
fileTable updated; time=7ms
minMaxTable=
{
dimensions:
row = 3 ;
preferred_timestamp_strlen = 18 ;
variables:
int ex78ternal_temp_raw(row) ;
char preferred_timestamp(row, preferred_timestamp_strlen) ;
int a_signal_dark_counts(row) ;
int a_reference_dark_counts(row) ;
short c_reference_counts(row) ;
int internal_temp_raw(row) ;
int num_wavelengths(row) ;
int elapsed_run_time(row) ;
int c_reference_dark_counts(row) ;
short c_signal_counts(row) ;
short a_signal_counts(row) ;
int c_signal_dark_counts(row) ;
double internal_timestamp(row) ;
double time(row) ;
short a_reference_counts(row) ;
double driver_timestamp(row) ;
int pressure_counts(row) ;
// global attributes:
}
Row ex78ternal_tem preferred_time a_signal_dark_ a_reference_da c_reference_co internal_temp_ num_wavelength elapsed_run_ti c_reference_da c_signal_count a_signal_count c_signal_dark_ internal_times time a_reference_co driver_timesta pressure_count
0 4 internal_times 3 1 27720 5 1 111 6 7 -32761 7 3193520594 3193520594 -5049 3.624108E9 2
1 12 internal_times 9 3 32760 15 14 333 18 5047 -27721 21 3.193521E9 3.193521E9 -9 3.624108E9 6
2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Table.saveAsFlatNc /scratch/erddap/dataset/id/dataset_id/dirTable.nc825852898
Table.saveAsFlatNc done. TIME=1
Table.saveAsFlatNc /scratch/erddap/dataset/id/dataset_id/fileTable.nc825852898
Table.saveAsFlatNc done. TIME=23
tFileList.size()=1 lastModCumTime=0 ms avg=0ms
dirTable.nRows()=1
fileTable.nRows()=1
fileTableInMemory=false
nUnchanged=0
nRemoved=0 (nNoLastMod=0) removedCumTime=0 ms
nReadFile=1 (nDifferentModTime=1 nNew=0) readFileCumTime=6 ms avg=6ms
getting metadata from /data/data/erddap/test-output/optaa.nc
ftLastMod first=2014-11-06T17:05:34 last=2014-11-06T17:05:34
Table.readNcCF /data/data/erddap/test-output/optaa.nc
Table.readNDNc /data/data/erddap/test-output/optaa.nc
readNDNC finished. nRows=3 nCols=17 time=6
readNcCF finished (nLevels=0, pointType). nRows=3 nCols=17 time=7
accessibleViaNcCF=.ncCF/.ncCFMA isn't available for this dataset because cdm_data_type=Other is not a compatible type.
datasets.xml error on line #116
While trying to load datasetID=dataset_id (after 64 ms)
java.lang.RuntimeException: datasets.xml error on or before line #116:
ERROR in Test.ensureTrue:
datasets.xml/EDDTable.ensureValid error for datasetID=dataset_id:
dataVariable[timeIndex=13] isn't an EDVTime.
at gov.noaa.pfel.erddap.dataset.EDD.fromXml(EDD.java:373)
at gov.noaa.pfel.erddap.LoadDatasets.run(LoadDatasets.java:304)
Caused by: java.lang.RuntimeException:
ERROR in Test.ensureTrue:
datasets.xml/EDDTable.ensureValid error for datasetID=dataset_id:
dataVariable[timeIndex=13] isn't an EDVTime.
at com.cohort.util.Test.error(Test.java:39)
at com.cohort.util.Test.ensureTrue(Test.java:67)
at gov.noaa.pfel.erddap.dataset.EDDTable.ensureValid(EDDTable.java:548)
at gov.noaa.pfel.erddap.dataset.EDDTableFromFiles.<init>(EDDTableFromFiles.java:1663)
at gov.noaa.pfel.erddap.dataset.EDDTableFromNcCFFiles.<init>(EDDTableFromNcCFFiles.java:78)
at gov.noaa.pfel.erddap.dataset.EDDTableFromFiles.fromXml(EDDTableFromFiles.java:252)
at gov.noaa.pfel.erddap.dataset.EDD.fromXml(EDD.java:362)
... 1 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment