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.
21 lines
468 B
21 lines
468 B
2 years ago
|
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} ;
|
||
|
}
|