mrghg / agage-archive

Code for producing AGAGE archival files
MIT License
3 stars 0 forks source link

Wrong start date for files? #75

Closed qq23840 closed 2 months ago

qq23840 commented 2 months ago

THD HCFC-133a record only starts in 2015 or so, but the files produced currently go back to 2004 and have 10 years' worth of NaNs. Is it possible that a ds.dropna isn't being called somewhere? Not sure if this affects other files produced.

Pretty sure there's no record of HCFC-133a being a problem at THD at any stage (nothing in any of the spreadsheets or anything) and no errors are thrown up when using run.py

mrghg commented 2 months ago

This was the expected behaviour, but we've decided to drop NaNs after discussion internally. The initial idea was that NaNs were retained so that different files aligned. However, this behaviour wouldn't be preserved in the combined files anyway, so removing to make files smaller.