You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
468 B
20 lines
468 B
netcdf ref_solar {
|
|
types:
|
|
compound observation {
|
|
int64 timestamp ;
|
|
double value ;
|
|
double error ;
|
|
}; // observation
|
|
dimensions:
|
|
time = UNLIMITED ; // (2 currently)
|
|
variables:
|
|
observation board_voltage(time) ;
|
|
observation board_temperature(time) ;
|
|
data:
|
|
|
|
board_voltage = {1280590702000, 0, 9.96920996838687e+36},
|
|
{1280594218000, 0, 0.01} ;
|
|
|
|
board_temperature = {1280594217000, 10.75, 0.5},
|
|
{1280594217000, 10.75, 9.96920996838687e+36} ;
|
|
}
|
|
|