mrghg / agage-archive

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

Changes needed for TAC/TOB data #88

Open joe-pitt opened 1 month ago

joe-pitt commented 1 month ago

In order to get monthly means calculated with the pollution removed, we need the following things to happen:

At the moment the TAC LGR is synced, so Peter creates the .nc files with a pollution flag field, but there are no pollution flags calculated. This is why we get the following errors at the moment:

error_log_individual.txt

TAC n2o: ValueError in stack: run (line 251) / io (line 1026). No data retained for n2o TAC lgr after applying release schedule end dates. Check dates in release schedule or omit this instrument.
TAC co: ValueError in stack: run (line 251) / io (line 1026). No data retained for co TAC lgr after applying release schedule end dates. Check dates in release schedule or omit this instrument.

error_log_combined.txt

TAC n2o: ValueError in stack: run (line 437) / io (line 1026). No data retained for n2o TAC  after applying release schedule end dates. Check dates in release schedule or omit this instrument.
TAC co: ValueError in stack: run (line 437) / io (line 1026). No data retained for co TAC  after applying release schedule end dates. Check dates in release schedule or omit this instrument.
mrghg commented 3 weeks ago

Do we need the baseline for this site? Perhaps I should change the run script to exclude baselines for selected sites?

joe-pitt commented 3 weeks ago

Hmmm not sure, although we have baselines for TAC/TOB for the other species, so it might make sense to get them for these species too?