Description of commits, from most recent to oldest.
Set valid ranges/minimum for several variables. Device number added as global attribute.
Time now has units attribute "hours since -first measurement-". Command for ending definition moved had to be moved for this.
Filled time coordinate with hours since first measurement.
Data related to the experiment as a whole (average value, etc.) added as global attributes.
Added unit attributes to variable, title to the whole file, and ancillary variable relationship between radon concentration measurements and their relative uncertainty.
Variables now have long names attributes for description, as well as standard names when this is possible.
Data values are now read from text file and assigned to netcdf variables, they are shown in .nc file.
Fixed issue with reading data length. Now size is properly assigned to all variables.
Test of .nc file generaion, without introducing data. Number of data rows is not yet correctly obtained from text file.
Added definition of C and NetCDF variables (ID, dimensions).
First commit after fork, tested compilation with netcdf flag.